137 Commits

Author SHA1 Message Date
amacocian 2c918cf4a4 Blittable strings generator implementation
Improvements to fixed array generator
2026-01-27 14:15:41 +01:00
amacocian dbdf5cfbe2 Remove deprecated packages 2026-01-12 22:24:26 +01:00
amacocian 124ae942b5 Remove Slim dependency and adhere to Microsoft.Extensions standards 2026-01-11 01:02:42 +01:00
amacocian 5e5cdb3b47 Improve logging 2026-01-11 00:53:44 +01:00
amacocian a4d0d5cab7 IClientWebSocket builder 2026-01-09 14:26:36 +01:00
amacocian 3b47d0bd0c Deprecate logging and config abstractions, in favor of standard MS provided ones 2026-01-09 13:20:18 +01:00
amacocian 4033f9d401 Remove gitlab mirror 2025-09-13 13:39:13 +02:00
amacocian c9f6541904 Migrate to slnx 2025-09-12 11:39:38 +02:00
amacocian 18cd59d414 Mark notifypropertychanged with nullable 2025-06-29 12:25:13 +02:00
amacocian c63fd45e38 Fix from managed to fixed array 2025-05-20 18:41:39 +02:00
amacocian 7ec573098b Allow multiple on fixed array generator 2025-05-20 18:15:51 +02:00
amacocian af1dfd6751 Expose SemaphoreSlim.Acquire with CancellationToken 2025-05-20 12:25:36 +02:00
amacocian bae28b2552 Implement FixedArrayGenerator 2025-05-17 17:50:29 +02:00
amacocian 818240fcea Fix nullability of parameter 2024-10-16 14:29:51 +02:00
amacocian 25eae4061b Fix ThrowIfNull 2024-10-16 14:09:13 +02:00
amacocian 33584e8a14 Update dependency injection package 2024-09-27 17:10:49 +02:00
amacocian 7d06595307 Implement value caches 2024-09-26 10:32:38 +02:00
amacocian d4ef0dc34e Base32 conversions 2024-09-08 18:37:38 +02:00
amacocian 0fc24b8307 Fix build issues 2024-09-08 17:13:48 +02:00
amacocian def0258695 More hashing services and HMAC services 2024-09-08 17:08:22 +02:00
amacocian 535a2cedc0 Argument to dispose inner http client 2024-09-06 23:44:27 +02:00
amacocian 2b23665145 Downgrade compiler version to support MAUI 2024-09-02 20:47:41 +02:00
amacocian 3b942c2102 Adjust generator namespace 2024-09-02 20:29:13 +02:00
amacocian 681bec01f2 Fix generators project 2024-08-28 15:33:32 +02:00
amacocian 552b72b1b9 Introduce source generators package
Update dependencies
2024-08-28 15:24:18 +02:00
amacocian 00459fc59b SemaphoreSlim context 2024-08-23 22:42:25 +02:00
amacocian 84a9f8e8d6 Clean csproj 2024-08-22 13:28:45 +02:00
amacocian a8de6cd15d ScopedLogger with implicit member name
Include NetStandard in NetCore
2024-08-22 13:21:45 +02:00
amacocian ec343797b4 Additional extension to scoped logger 2024-08-21 11:25:57 +02:00
amacocian 8a58a6e9a3 Improve HttpClient with client constructor 2024-08-16 12:51:20 +02:00
amacocian 3131558017 Change HttpClientBuilder to work on IServiceCollection 2024-06-04 12:37:09 +02:00
amacocian 6a541e07a3 Update dependencies 2024-04-18 17:53:42 +02:00
amacocian 791387fb29 Circular buffer implementation 2024-04-18 17:45:00 +02:00
amacocian b7244b2bdb Replace Moq with NSubstitute (#51) 2023-08-09 16:11:11 +02:00
amacocian fe049d4c00 Add extension to recycle websockets (#50)
Signed-off-by: Macocian Alexandru Victor <amacocian@yahoo.com>
2023-05-15 09:21:29 +00:00
amacocian 0de73a967b Client Web Socket fix (#49)
* Fix for clientwebsocket

* Updated dependencies
2023-05-14 23:13:33 +00:00
amacocian 8d7676bedf Fix for ClientWebSocketResolver (#48) 2023-05-14 22:15:35 +00:00
amacocian 2ed3de439e Client web socket resolver (#47) 2023-05-14 21:19:32 +00:00
amacocian de08c0e3b0 Client Web Socket implementation (#46) 2023-05-14 20:46:38 +00:00
dependabot[bot] a25f2e5acb Bump FluentAssertions from 6.7.0 to 6.9.0 (#41)
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.7.0 to 6.9.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.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-25 21:37:09 +01:00
dependabot[bot] 8e64309c2e Bump actions/setup-dotnet from 2 to 3 (#32)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2 to 3.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-11 12:16:48 +02:00
dependabot[bot] 24c3e37b5e Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 (#31)
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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-27 11:44:21 +02:00
amacocian f6435b24ab Increment dependency injection version (#29) 2022-09-12 19:28:10 +02:00
amacocian 9118c864bf Make httpclient use a factory to create handlers (#28) 2022-09-12 17:22:55 +00:00
amacocian fb84036215 Bump slim to 1.9.2 (#27)
Signed-off-by: Macocian Alexandru Victor <amacocian@yahoo.com>

Signed-off-by: Macocian Alexandru Victor <amacocian@yahoo.com>
2022-09-12 09:59:05 +00:00
amacocian f6fd9ec616 Update Slim (#26) 2022-09-09 15:05:48 +00:00
dependabot[bot] 6a10fe91e3 Bump actions/checkout from 2 to 3 (#22)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-06 14:20:27 +00:00
dependabot[bot] e890b21bb6 Bump actions/setup-dotnet from 1 to 2 (#21)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 2.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v1...v2)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-06 14:12:59 +00:00
dependabot[bot] e36e6605ff Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.1 (#23)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v17.2.0...v17.3.1)

---
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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-06 16:06:51 +02:00
dependabot[bot] 5e8e772d36 Bump Moq from 4.18.1 to 4.18.2 (#24)
Bumps [Moq](https://github.com/moq/moq4) from 4.18.1 to 4.18.2.
- [Release notes](https://github.com/moq/moq4/releases)
- [Changelog](https://github.com/moq/moq4/blob/main/CHANGELOG.md)
- [Commits](https://github.com/moq/moq4/compare/v4.18.1...v4.18.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-06 15:58:34 +02:00