You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Compilers/CSharp/Test/CommandLine/CommandLineTests.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1722,6 +1722,7 @@ public void LanguageVersionAdded_Canary()
1722
1722
// - [ ] replace all references to C# "Next" (such as `TestOptions.RegularNext` or `LanguageVersionFacts.CSharpNext`) with the new version and fix failing tests
1723
1723
// - [ ] update _MaxAvailableLangVersion cap (a relevant test should break when new version is introduced)
1724
1724
// - [ ] update the "UpgradeProject" codefixer
1725
+
// - [ ] test VS insertion and deal with breaking changes. (note: the runtime repo uses "preview" so breaks are resolved sooner)
1725
1726
//
1726
1727
// Other repos also need updates:
1727
1728
// - [ ] email release management to add to the release notes. See csharp-version in release.json in previous example: https://github.com/dotnet/core/pull/9493
0 commit comments