Skip to content

Migrate BankSystem from .NET Core 3.1 to .NET 8 - #244

Open
mukesh-843 wants to merge 1 commit into
banksystembg:masterfrom
mukesh-843:feature/dotnet8-migration
Open

Migrate BankSystem from .NET Core 3.1 to .NET 8#244
mukesh-843 wants to merge 1 commit into
banksystembg:masterfrom
mukesh-843:feature/dotnet8-migration

Conversation

@mukesh-843

Copy link
Copy Markdown

This pull request migrates the BankSystem solution from .NET Core 3.1 (which is end-of-life) to .NET 8.

Changes

  • Retargeted projects from netcoreapp3.1 to net8.0
  • Updated NuGet package references for .NET 8 compatibility
  • Replaced deprecated AesManaged with Aes.Create()
  • Added explicit EF Core decimal precision configuration using HasPrecision(...)
  • Replaced obsolete UseDatabaseErrorPage() with UseMigrationsEndPoint()
  • Added AddDatabaseDeveloperPageExceptionFilter() for improved EF Core development diagnostics

Notes

  • Environment-specific configuration and secrets were intentionally left unchanged.
  • This PR focuses only on the .NET 8 migration and related compatibility updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant