Skip to content

Conversation

@google-labs-jules
Copy link

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
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
Owner

Generate unit tests for the code.

@google-labs-jules
Copy link
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.

2 participants