-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Move to .NET 10 Preview 5 #78906
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
Move to .NET 10 Preview 5 #78906
Changes from all commits
aeaadd6
94ffc8d
059aa82
14f9001
f6a3a31
8b95984
ec414bd
d82524e
e8eb04b
c231ed7
2b36d01
8086115
5af2d21
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,6 +12,9 @@ dotnet_diagnostic.RS0100.severity = none | |
| # RS0102: Braces must not have blank lines between them | ||
| dotnet_diagnostic.RS0102.severity = none | ||
|
|
||
| # IDE0051: Unused member | ||
| dotnet_diagnostic.IDE0051.severity = none | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This seems like a useful analyzer to have turned on
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jjonescz I agree but this was disabled for the expediency of unblocking the bigger work here. Have a follow up PR where I enable it and handle the fallout |
||
|
|
||
| # IDE0170: Prefer extended property pattern | ||
| dotnet_diagnostic.IDE0170.severity = suggestion | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did we also change the arcade channel we're using? this is typically updated by arcade and I'm not sure what happens if we move to 10 but we're still on the net9 arcade channel (will it try and revert us back)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Guess we will see