Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to .NET 8 in projects, Dockerfile, GitHub workflows, etc. #217

Merged
merged 9 commits into from
Nov 20, 2023

Conversation

tjementum
Copy link
Member

@tjementum tjementum commented Nov 19, 2023

Summary & Motivation

Upgrade of all project files to .NET 8, including updating of global.json, Dockerfile, and related files. Update GitHub workflows to utilize .NET 8, aligning CI/CD processes with the latest .NET version.

Update all NuGet packages to their latest versions for .NET 8 compatibility. This is essential for Microsoft packages like Entity Framework to benefit from the new .NET 8 improvements.

Fix various regression bugs and warnings post-upgrade. This includes configuring JSON serialization globally to use camelCase for consistent and readable JSON data. Also, address the warning in Content-Security-Policy headers from using 'add' to 'append', preventing an "IDictionary.Add will throw..." warning.

Temporarily disable jetbrains-code-inspection until .NET 8 support is added.

Checklist

  • I have added a Label to the pull-request
  • I have added tests, and done manual regression tests
  • I have updated the documentation, if necessary

@tjementum tjementum added the Enhancement New feature or request label Nov 19, 2023
@tjementum tjementum self-assigned this Nov 19, 2023
@tjementum tjementum linked an issue Nov 19, 2023 that may be closed by this pull request
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 4 Code Smells

90.9% 90.9% Coverage
0.0% 0.0% Duplication

@tjementum tjementum merged commit b1dbbe2 into main Nov 20, 2023
7 checks passed
@tjementum tjementum deleted the upgrade-to-dotnet-8 branch November 20, 2023 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to .NET 8
1 participant