Skip to content

Conversation

@StuartFerguson
Copy link
Member

Updated build configurations to install .NET 9.0.x.
Target frameworks for multiple projects have been changed from net8.0 to net9.0.
NuGet package references have been updated to their latest versions.
Refactored database context from EstateManagementGenericContext to EstateManagementContext, with corresponding changes in tests and migrations.
Removed reporting ID fields from various entities to simplify the schema.
Introduced new tables and columns to enhance transaction tracking.
Updated Docker setup and configuration files to align with the new context and services.

Closes #821
Closes #829

Updated build configurations to install .NET 9.0.x.
Target frameworks for multiple projects have been changed from net8.0 to net9.0.
NuGet package references have been updated to their latest versions.
Refactored database context from EstateManagementGenericContext to EstateManagementContext, with corresponding changes in tests and migrations.
Removed reporting ID fields from various entities to simplify the schema.
Introduced new tables and columns to enhance transaction tracking.
Updated Docker setup and configuration files to align with the new context and services.
- Changed logging level for stored procedures and views from LogInformation to LogWarning in EstateManagementContext.
- Modified scripts folder path by removing trailing slash.
- Updated directory retrieval to include all subdirectories for SQL view files.
- Changed DebugType in the project file from None to Full for better debugging.
- Removed MySQL view file entries from the project output.
- Altered SQL view definitions for uvwMerchantBalanceHistory and uvwSettlements, removing CREATE OR REPLACE syntax.
@StuartFerguson StuartFerguson merged commit 9e78643 into master Jun 6, 2025
9 checks passed
@github-actions github-actions bot deleted the task/#821_net9_upgrade branch August 6, 2025 02:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove MySQL Support Upgrade to Net 9

2 participants