Merged
Conversation
Updated the project framework from .NET 9.0 to .NET 10.0 across all project files, workflows, and documentation. Updated NuGet package dependencies to their latest compatible versions. Introduced new classes: `ValidationBehavior` for pipeline validation and `MediatorExtensions` for mediator service registration. Updated test projects to use .NET 10.0 and upgraded test-related dependencies. Reflected the .NET 10.0 upgrade in the `README.md` and improved the project setup for compatibility with the latest tools and frameworks.
Updated the `$schema` URL in `launchSettings.json` to use HTTPS for improved security. Removed the `iisSettings` section and the `IIS Express` profile, signaling the removal of IIS Express support. Retained and updated the `http` profile to include `dotnetRunMessages: true` and support both HTTPS (`https://localhost:5001`) and HTTP (`http://localhost:5000`) URLs. The `launchUrl` remains set to `swagger`, and the `ASPNETCORE_ENVIRONMENT` variable is unchanged. These changes simplify the development setup and align with modern .NET practices.
The binary file `ProjectCreated.png` has been modified. The exact changes are not visible in the diff output, but they may involve updates to the image content, metadata, or other binary data within the file.
Modified : Src/Infrastructure/CleanArchitecture.Infrastructure.Identity/CleanArchitecture.Infrastructure.Identity.csproj Modified : Src/Infrastructure/CleanArchitecture.Infrastructure.Persistence/CleanArchitecture.Infrastructure.Persistence.csproj Modified : Src/Presentation/CleanArchitecture.WebApi/CleanArchitecture.WebApi.csproj Modified : Tests/CleanArchitecture.FunctionalTests/CleanArchitecture.FunctionalTests.csproj
Modified : Src/Presentation/CleanArchitecture.WebApi/Endpoints/DocEndpoint.cs
Modified : Src/Presentation/CleanArchitecture.WebApi/Endpoints/DocEndpoint.cs
Modified : Src/Presentation/CleanArchitecture.WebApi/Infrastructure/Extensions/EndpointExtensions.cs
Modified : Src/Presentation/CleanArchitecture.WebApi/Infrastructure/Extensions/EndpointExtensions.cs
Modified : Src/Presentation/CleanArchitecture.WebApi/Infrastructure/Extensions/EndpointExtensions.cs
Modified : Src/Presentation/CleanArchitecture.WebApi/Infrastructure/Extensions/EndpointExtensions.cs
Updated `FluentValidation.DependencyInjectionExtensions` in `CleanArchitecture.Application.csproj` from version 12.0.0 to 12.1.0 to leverage the latest features and improvements. Updated `Microsoft.NET.Test.Sdk` in `CleanArchitecture.UnitTests.csproj` from version 18.0.0 to 18.0.1 to include minor fixes and enhancements.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.