Skip to content

Commit e84868a

Browse files
author
Julien Couvreur
authored
Update checklist for adding new language version (#79881)
1 parent 9b9dff1 commit e84868a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Compilers/CSharp/Test/CommandLine/CommandLineTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,6 +1722,7 @@ public void LanguageVersionAdded_Canary()
17221722
// - [ ] replace all references to C# "Next" (such as `TestOptions.RegularNext` or `LanguageVersionFacts.CSharpNext`) with the new version and fix failing tests
17231723
// - [ ] update _MaxAvailableLangVersion cap (a relevant test should break when new version is introduced)
17241724
// - [ ] update the "UpgradeProject" codefixer
1725+
// - [ ] test VS insertion and deal with breaking changes. (note: the runtime repo uses "preview" so breaks are resolved sooner)
17251726
//
17261727
// Other repos also need updates:
17271728
// - [ ] 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

Comments
 (0)