Skip to content

Conversation

@giovanninocco
Copy link
Member

No description provided.

Updated LangVersion to 12.0 in Directory.Build.props. Removed placeholder comments from .env file and added environment variable configurations to local.env. Updated target frameworks to include net9.0 across multiple project files. Added package references for net9.0 in Genocs.Auth.csproj and Genocs.Security.csproj. Removed some endpoints and health checks from HomeController.cs and Program.cs. Added new methods and health check configurations in Extensions.cs. Introduced InvalidConfigurationException class in GenocsException.cs. Added new properties to AzureOptions and ConsoleOptions. Updated GenocsBuilder and IGenocsBuilder to include WebApplicationBuilder. Made minor code improvements and refactoring in various files. Added package reference for OpenTelemetry.Instrumentation.Runtime in Genocs.Tracing.csproj. Updated Genocs.WebApi.Security.csproj and Genocs.WebApi.Swagger.csproj. Removed unused imports and modified Startup.cs in Genocs.APIGateway. Corrected UserSecretsId casing in Genocs.Products.WebApi.csproj and Genocs.SignalR.WebApi.csproj.
Updated LangVersion to 13.0 in Directory.Build.props. Modified GeneratePackageOnBuild in Genocs.Common.csproj. Updated MassTransit.RabbitMQ to 8.3.2 in WebApi and Worker projects. Added new package references including Microsoft.AspNetCore.Authentication.Certificate 9.0.0 and Polly 8.5.0 across multiple projects. Updated Microsoft.Extensions.Hosting.Abstractions to 9.0.* in Genocs.Discovery.Consul.csproj and Microsoft.Extensions.Http to 9.0.* in Genocs.HTTP.csproj. Updated Polly to 8.5.0 in Genocs.HTTP.csproj and Genocs.MessageBrokers.RabbitMQ.csproj. Updated PackageTags in Genocs.Persistence.Redis.csproj. Changed TargetFramework to net9.0 in Genocs.SignalR.WebApi.csproj. Made minor formatting changes in some project files.
Updated various project files to use version 9.0.* of several
Microsoft.Extensions packages, replacing older versions.
Specifically, updated:
- `Genocs.Persistence.MongoDB.UnitTests.csproj` to use
  `Microsoft.Extensions.Configuration.UserSecrets` 9.0.0 and
  `Microsoft.Extensions.Options` 9.0.0.
- `Genocs.Persistence.Redis.csproj` to use
  `Microsoft.Extensions.Caching.StackExchangeRedis` 9.0.*.
- `Genocs.QueryBuilder.UnitTests.csproj` to use
  `Microsoft.CodeAnalysis.NetAnalyzers` 9.0.*.
- `Genocs.ServiceBusAzure.csproj` to use
  `Microsoft.Extensions.Logging.Abstractions` 9.0.0 and
  `Microsoft.Extensions.Options` 9.0.0.

Additionally, removed the `Genocs.Tracing.Jaeger` namespace import
from `Program.cs`.
@giovanninocco giovanninocco merged commit d57c736 into develop Nov 24, 2024
1 check passed
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