-
Notifications
You must be signed in to change notification settings - Fork 363
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: .NET 7.0 #1936
Merged
Merged
upgrade: .NET 7.0 #1936
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update tests to .net 7 move Microsoft.Diagnostics.Runtime reference to Core fix: compilation errors change action to use dotnet instead of msbuild specific version for actions/setup-dotnet disable CS1591 warnings to make build easier to read fix: more compiler errors fix workflow fix cache key make bundles work for .net 7 remove fody files fix project files(?) workflow debugging change workflow blob paths use dotnet publish also build linux
- deleted doc controller
- this remains unfixed: dotnet/efcore#24339 I was using the following and it kept overwriting the GameContextModelSnapshot in the Sqlite directory + namespace: dotnet ef migrations add Net7Upgrade --context MySqlGameContext --namespace Intersect.Server.Migrations.MySql.Game --output-dir Migrations/MySql/Game/ -- --databaseType MySql somehow this was missing in the previous commit
corrected netcore migrations for mysql
…igration) reduce number of methods doing the same thing
(so I never have to go hunting for this information again)
… (and our upgrade to .NET 8)
update forum poster add RIDs
debug output for pr trying to diagnose why dist is empty fix bundle path testing this solution testing this solution fixed outputs for mac/linux fail if no files
lodicolo
force-pushed
the
main
branch
3 times, most recently
from
October 9, 2023 23:51
841099a
to
1b8f8a8
Compare
- made pull_request have a manual dispatch - delete request_help because it's now redundant - removed it because I couldn't get the thing to stop failing at the end - made arifacts upload on failure
… run it in prod they wouldn't know about this feature)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.