Skip to content

Upgrade project to .NET 8#2

Draft
google-labs-jules[bot] wants to merge 2 commits into
mainfrom
feat/upgrade-dotnet-8
Draft

Upgrade project to .NET 8#2
google-labs-jules[bot] wants to merge 2 commits into
mainfrom
feat/upgrade-dotnet-8

Conversation

@google-labs-jules
Copy link
Copy Markdown

This pull request upgrades the project from .NET Core 3.1 to .NET 8.0, including updating package references, migrating to the minimal hosting model, and updating obsolete APIs.


PR created automatically by Jules for task 6213960667933317067

This commit upgrades the project from .NET Core 3.1 to .NET 8.0.

The following changes were made:
- Updated the TargetFramework in the .csproj file to net8.0.
- Updated package references to versions compatible with .NET 8.0.
- Migrated the application from the Startup.cs model to the minimal hosting model in Program.cs.
- Updated obsolete cryptography APIs to their modern equivalents.
@google-labs-jules
Copy link
Copy Markdown
Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll acknowledge your comments with a 👀 emoji and then get to work. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

I will automatically address your feedback. For any comments you don't want me to act on, just include (aside).



For security, I will only act on instructions from the user who triggered this task for this pull request.

@andreracz
Copy link
Copy Markdown
Owner

Generate unit tests for the code.

@google-labs-jules
Copy link
Copy Markdown
Author

Generate unit tests for the code.

I have added unit tests for the CriptografiaService and UsuarioService.

This commit adds unit tests for the CriptografiaService and UsuarioService.
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