We are planning to migrate our application from .NET 7 to .NET 8 to leverage the new features and improvements introduced in the latest version. This issue will serve as a tracking point for the migration process.
📑 Tasks
Update Dependencies:
Update NuGet packages to their corresponding versions compatible with .NET 8.
Check for any deprecated or obsolete APIs and update them accordingly.
Codebase Modifications:
Address any breaking changes in the code introduced by the migration.
Optimize the code to make use of new features and improvements in .NET 8.
Docker Image Adjustment:
Modify Dockerfiles to use the appropriate base images compatible with .NET 8.
Ensure that any environment variables or settings specific to the Dockerized application are updated.
Testing:
Conduct thorough testing to ensure the application works seamlessly on .NET 8.
Address any issues or bugs discovered during the testing phase.
Documentation:
Update documentation to reflect changes related to the migration.
Include any specific instructions or considerations for developers working on the project.
💡Request
We are planning to migrate our application from .NET 7 to .NET 8 to leverage the new features and improvements introduced in the latest version. This issue will serve as a tracking point for the migration process.
📑 Tasks
Update Dependencies:
Codebase Modifications:
Docker Image Adjustment:
Testing:
Documentation: