49 Commits

Author SHA1 Message Date
swcs 637fd70cb2 remove NodaTime dependency and refactor to System.DateTimeOffset 2022-12-06 15:17:44 +01:00
Valters Melnalksnis 05b0767759 fix: Reenable ReSharper annotations, fix warnings 2022-11-26 12:32:21 +02:00
Valters Melnalksnis 8b5361900a build: Migrate to Directory.Packages.props 2022-11-10 18:03:19 +02:00
Valters Melnalksnis 43764cc3f3 feat: Add .NET Standard 2.0 target 2022-11-09 22:03:58 +02:00
dependabot[bot] c7b22efcc9 build(deps): Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.2 to 17.4.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v17.3.2...v17.4.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-09 19:29:58 +00:00
dependabot[bot] 25c74cdb37 build(deps): Bump Microsoft.Extensions.Configuration.UserSecrets
Bumps [Microsoft.Extensions.Configuration.UserSecrets](https://github.com/dotnet/runtime) from 6.0.1 to 7.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Configuration.UserSecrets
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-09 19:09:30 +00:00
dependabot[bot] feb95a0d67 build(deps): Bump Microsoft.Extensions.Configuration.EnvironmentVariables
Bumps [Microsoft.Extensions.Configuration.EnvironmentVariables](https://github.com/dotnet/runtime) from 6.0.1 to 7.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-09 19:02:22 +00:00
Valters Melnalksnis 0c4e8294a5 test: Fix nullability in ServiceCollectionExtensionsTests 2022-11-09 21:00:40 +02:00
dependabot[bot] bcc4a84562 build(deps): Bump Microsoft.Extensions.Configuration from 6.0.1 to 7.0.0
Bumps [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) from 6.0.1 to 7.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Configuration
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-09 18:55:46 +00:00
dependabot[bot] ad9f52b8c5 build(deps): Bump Microsoft.Extensions.DependencyInjection
Bumps [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) from 6.0.1 to 7.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 05:13:46 +00:00
dependabot[bot] 8e48d377a4 build(deps): Bump NodaTime.Testing from 3.1.4 to 3.1.5
Bumps [NodaTime.Testing](https://github.com/nodatime/nodatime) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/nodatime/nodatime/releases)
- [Changelog](https://github.com/nodatime/nodatime/blob/main/NodaTime%20Release.snk)
- [Commits](https://github.com/nodatime/nodatime/compare/3.1.4...3.1.5)

---
updated-dependencies:
- dependency-name: NodaTime.Testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-31 16:08:37 +00:00
dependabot[bot] b3143af50d build(deps): Bump coverlet.msbuild from 3.1.2 to 3.2.0
Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](https://github.com/coverlet-coverage/coverlet/commits/v3.2.0)

---
updated-dependencies:
- dependency-name: coverlet.msbuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-31 15:42:39 +00:00
dependabot[bot] fe0a548487 build(deps): Bump FluentAssertions from 6.7.0 to 6.8.0
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.7.0 to 6.8.0.
- [Release notes](https://github.com/fluentassertions/fluentassertions/releases)
- [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1)
- [Commits](https://github.com/fluentassertions/fluentassertions/compare/6.7.0...6.8.0)

---
updated-dependencies:
- dependency-name: FluentAssertions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 17:02:06 +00:00
Valters Melnalksnis 2e13a56087 fix(tests): Fix integration test assertions 2022-10-18 19:40:17 +03:00
dependabot[bot] a524ac9d3c build(deps): Bump Microsoft.Extensions.DependencyInjection
Bumps [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v6.0.0...v6.0.1)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-12 15:44:52 +00:00
dependabot[bot] f4c1212d59 build(deps): Bump NodaTime.Testing from 3.1.3 to 3.1.4
Bumps [NodaTime.Testing](https://github.com/nodatime/nodatime) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/nodatime/nodatime/releases)
- [Changelog](https://github.com/nodatime/nodatime/blob/main/NodaTime%20Release.snk)
- [Commits](https://github.com/nodatime/nodatime/compare/3.1.3...3.1.4)

---
updated-dependencies:
- dependency-name: NodaTime.Testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-12 15:40:14 +00:00
dependabot[bot] e185add908 build(deps): Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.1 to 17.3.2.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v17.3.1...v17.3.2)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-27 04:34:04 +00:00
dependabot[bot] 65292ea45d build(deps): Bump NodaTime.Testing from 3.1.2 to 3.1.3
Bumps [NodaTime.Testing](https://github.com/nodatime/nodatime) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/nodatime/nodatime/releases)
- [Changelog](https://github.com/nodatime/nodatime/blob/main/NodaTime%20Release.snk)
- [Commits](https://github.com/nodatime/nodatime/compare/3.1.2...3.1.3)

---
updated-dependencies:
- dependency-name: NodaTime.Testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-26 18:34:45 +03:00
Valters Melnalksnis db32b3a39c fix: Return clearer error message when integration test agreement expires 2022-09-24 19:04:46 +03:00
dependabot[bot] 0c19662ca7 build(deps): Bump Serilog from 2.11.0 to 2.12.0
Bumps [Serilog](https://github.com/serilog/serilog) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/serilog/serilog/releases)
- [Changelog](https://github.com/serilog/serilog/blob/dev/CHANGES.md)
- [Commits](https://github.com/serilog/serilog/compare/v2.11.0...v2.12.0)

---
updated-dependencies:
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-13 04:59:15 +00:00
dependabot[bot] a1cf7c3e84 build(deps): Bump Microsoft.NET.Test.Sdk from 17.3.0 to 17.3.1
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.0 to 17.3.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v17.3.0...v17.3.1)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-31 04:49:00 +00:00
Valters Melnalksnis 38aabb9386 feat: Remove configuration method that also adds NodaTime 2022-08-29 22:37:43 +03:00
Valters Melnalksnis 455bebb7b4 feat: Use JsonSerializationContext for all types, enable trimming (#14) 2022-08-29 22:12:30 +03:00
dependabot[bot] 8c1db2ce27 build(deps): Bump NodaTime.Testing from 3.1.1 to 3.1.2
Bumps [NodaTime.Testing](https://github.com/nodatime/nodatime) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/nodatime/nodatime/releases)
- [Changelog](https://github.com/nodatime/nodatime/blob/main/NodaTime%20Release.snk)
- [Commits](https://github.com/nodatime/nodatime/compare/3.1.1...3.1.2)

---
updated-dependencies:
- dependency-name: NodaTime.Testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-18 15:39:06 +00:00
dependabot[bot] 67834047b8 build(deps): Bump NodaTime.Testing from 3.1.0 to 3.1.1
Bumps [NodaTime.Testing](https://github.com/nodatime/nodatime) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/nodatime/nodatime/releases)
- [Changelog](https://github.com/nodatime/nodatime/blob/main/NodaTime%20Release.snk)
- [Commits](https://github.com/nodatime/nodatime/compare/3.1.0...3.1.1)

---
updated-dependencies:
- dependency-name: NodaTime.Testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-15 15:13:04 +00:00
Valters Melnalksnis f8f9a68b8e fix(tests): Fix integration test assertions 2022-08-11 18:25:55 +03:00
dependabot[bot] 7dbf20bd51 build(deps): Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v17.2.0...v17.3.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-11 04:36:50 +00:00
Valters Melnalksnis 0289ce6e44 fix: Pin versions of vulnerable transitive dependencies 2022-08-02 18:44:39 +03:00
dependabot[bot] f769ee54e1 build(deps): Bump xunit from 2.4.1 to 2.4.2
Bumps [xunit](https://github.com/xunit/xunit) from 2.4.1 to 2.4.2.
- [Release notes](https://github.com/xunit/xunit/releases)
- [Commits](https://github.com/xunit/xunit/compare/2.4.1...2.4.2)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-02 15:29:03 +00:00
Valters Melnalksnis b5b836d2d9 fix: Move test data to TransactionsUriTestData 2022-08-02 18:24:59 +03:00
dependabot[bot] 6590b6a4c9 build(deps): Bump xunit.analyzers from 0.10.0 to 1.0.0
Bumps [xunit.analyzers](https://github.com/xunit/xunit.analyzers) from 0.10.0 to 1.0.0.
- [Release notes](https://github.com/xunit/xunit.analyzers/releases)
- [Commits](https://github.com/xunit/xunit.analyzers/commits)

---
updated-dependencies:
- dependency-name: xunit.analyzers
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-02 04:42:33 +00:00
dependabot[bot] d273e187f5 build(deps): Bump Serilog.AspNetCore from 6.0.0 to 6.0.1
Bumps [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/serilog/serilog-aspnetcore/releases)
- [Commits](https://github.com/serilog/serilog-aspnetcore/compare/v6.0.0...v6.0.1)

---
updated-dependencies:
- dependency-name: Serilog.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-19 04:41:50 +00:00
dependabot[bot] 9a39e800a4 build(deps): Bump Serilog.AspNetCore from 5.0.0 to 6.0.0
Bumps [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/serilog/serilog-aspnetcore/releases)
- [Commits](https://github.com/serilog/serilog-aspnetcore/compare/v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: Serilog.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 04:45:26 +00:00
Valters Melnalksnis e29fb02aa3 fix: Fix integration tests 2022-07-01 17:52:47 +03:00
Valters Melnalksnis bfba0e78bf fix: Stop integration tests from running in parallel 2022-06-24 16:47:00 +03:00
Valters Melnalksnis d754156f97 fix: Add logging to integration tests 2022-06-24 16:28:37 +03:00
Valters Melnalksnis c31454d322 fix: Fix integration test assertions 2022-06-24 16:28:33 +03:00
Valters Melnalksnis f4002a4363 fix: Add integration tests for accounts, balances and transactions 2022-06-23 10:00:34 +03:00
Valters Melnalksnis 374394758f fix: Fix query for transactions within interval (#31) 2022-06-21 20:51:03 +03:00
Valters Melnalksnis 4f8bbc072d fix: Fix RequisitionsClientTests 2022-06-19 15:11:17 +03:00
Valters Melnalksnis e451c5789b feat: Add default value for BaseAddress 2022-06-16 20:24:59 +03:00
Valters Melnalksnis d391cb7721 feat: Cache tokens between calls (#19) 2022-06-16 20:22:52 +03:00
Valters Melnalksnis b2cff73599 fix: Add integration tests to test.yml action 2022-06-16 18:06:00 +03:00
Valters Melnalksnis 827d099661 fix: Disable trimming in test projects 2022-06-15 22:05:46 +03:00
Valters Melnalksnis b2b47e31f6 feat: Add IAgreementClient (#5) 2022-06-15 20:00:31 +03:00
Valters Melnalksnis dc92dadab8 fix: Move DependencyInjection project to correct directory 2022-06-14 20:23:04 +03:00
Valters Melnalksnis 5a458e0c53 feat: Add endpoints 2022-06-14 20:13:08 +03:00
Valters Melnalksnis 17df6d32f3 feat: Add project configurations 2022-06-14 08:25:51 +03:00
Valters Melnalksnis 45a7ea3407 feat: Add projects 2022-06-14 08:17:49 +03:00