Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update to dotnet 9 #10

Merged
merged 3 commits into from
Nov 25, 2024
Merged

feat: update to dotnet 9 #10

merged 3 commits into from
Nov 25, 2024

Conversation

felipementel
Copy link
Owner

This pull request includes several updates to various project files to upgrade dependencies, update target frameworks, and add new test projects. The most important changes include upgrading the .NET target framework, updating package versions, and adding a new test project.

Framework and Dependency Updates:

  • Updated the .NET target framework from net8.0 to net9.0 in multiple project files. [1] [2] [3] [4] [5] [6] [7]
  • Updated various package versions across different projects, including Serilog, Swashbuckle.AspNetCore, Azure.Identity, and MongoDB.Driver. [1] [2] [3]

Test Project Additions:

  • Added a new test project Avanade.SubTCSE.Projeto.Api.Tests with initial test setup and dependencies. [1] [2] Faf9468cL48R48, [3] [4]

Configuration and Script Updates:

  • Updated docker-infra.yml to use docker compose instead of docker-compose and updated the MongoDB image version.
  • Removed the IIS Express profile from launchSettings.json.
  • Cleared the MongoDB connection string in appsettings.json.

Codebase Simplification:

  • Simplified the FindAllAsync method in BaseRepository to use Builders<TEntity>.Filter.Empty instead of a new BsonDocument.
  • Removed unused imports from various files to clean up the codebase. [1] [2] [3]

These changes collectively improve the project's compatibility with the latest .NET framework, enhance dependency management, and introduce a structured testing approach.

Copy link

sonarcloud bot commented Nov 25, 2024

@felipementel felipementel merged commit da5ebcc into main Nov 25, 2024
4 of 5 checks passed
@felipementel felipementel deleted the feature/update-dotnet-9 branch November 25, 2024 13:10
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.

1 participant