Skip to content

Conversation

@giovanninocco
Copy link
Member

Official 6.0.0

Updated the `xunit` package from version `2.8.1` to `2.9.0` and the
`xunit.runner.visualstudio` package from version `2.8.1` to `2.8.2` in
the following projects:
- `Genocs.Core.UnitTests.csproj`
- `Genocs.Persistence.MongoDB.UnitTests.csproj`
- `Genocs.QueryBuilder.UnitTests.csproj`
- `Genocs.ServiceBusAzure.UnitTests.csproj`

Updated the `Microsoft.Extensions.Configuration.Binder` package from
version `8.0.1` to `8.0.2` and the `System.Text.Json` package from
version `8.0.3` to `8.0.4` in `Genocs.Core.csproj`.

Updated the `MongoDB.Driver` package from version `2.27.0` to `2.28.0`
in `Genocs.Persistence.MongoDb.csproj`.
- Changed logging level in `appsettings.json` from "information" to "debug".
- Downgraded `MongoDB.Driver` in `Genocs.Persistence.MongoDb.csproj` from 2.28.0 to 2.27.0.
- Made `Role` and `AccessToken` properties nullable in `AuthDto.cs` and added a class-level comment.
- Reformatted constructors in `RefreshToken.cs`, `InvalidNameException.cs`, and `AppException.cs` for readability.
- Updated `GetCode` method in `ExceptionToResponseMapper.cs` to return a nullable string and reformatted the method.
- Added null check for `users` in `Extensions.cs` and reformatted the code.
- Reformatted `IJwtProvider.cs`, `JwtProvider.cs`, `MessageBroker.cs`, `Program.cs`, `CreateProductHandler.cs`, and `HubService.cs` for readability.
- Updated comments in `GetOrderHandler.cs` for clarity.
- Removed constructor from `CreateProduct.cs`.
- Removed namespace declaration from `BrowseProductsHandler.cs`.
- Added closing brace in `OperationUpdatedHandler.cs`.
Updated the `Microsoft.VisualStudio.Azure.Containers.Tools.Targets` package from version `1.20.1` to `1.21.0` in `Genocs.Core.Demo.Worker.csproj`.
Updated the `SmartFormat.NET` package from version `3.4.0` to `3.5.0` in `Genocs.Logging.csproj`.
Updated the `System.Linq.Dynamic.Core` package from version `1.4.3` to `1.4.4` in `Genocs.QueryBuilder.UnitTests.csproj`.
Corrected a typo in the comment within `AzureKeyVaultOptions.cs` from "The vault Setting definition." to "The Azure Key Vault setting definition."
Fixed indentation in the `AddAzureKeyVault` method within `Extensions.cs` to ensure proper formatting.
Added a null or whitespace check for the `sectionName` parameter in the `UseAzureKeyVault` method within `Extensions.cs` and set it to `AzureKeyVaultOptions.Position` if it is null or whitespace.
@giovanninocco giovanninocco merged commit b98629b into main Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants