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
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1726,10 +1726,12 @@ public void LangVersion_LangVersions()
1726
1726
public void LanguageVersionAdded_Canary()
1727
1727
{
1728
1728
// When a new version is added, this test will break. This list must be checked:
1729
-
// - update the "UpgradeProject" codefixer
1730
-
// - update all the tests that call this canary
1731
-
// - update _MaxAvailableLangVersion (a relevant test should break when new version is introduced)
1732
-
// - 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)
1729
+
// 1. update the "UpgradeProject" codefixer
1730
+
// 2. update all the tests that call this canary
1731
+
// 3. update _MaxAvailableLangVersion (a relevant test should break when new version is introduced)
1732
+
// 4. 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)
1733
+
// 5. make csharplang updates documented at https://github.com/dotnet/csharplang/blob/main/Design-Process.md#steps-to-move-a-triaged-feature-to-an-implemented-feature
1734
+
// 6. push the list of specs to Codex. See previous example: https://devdiv.visualstudio.com/OnlineServices/_git/CodexV2Data/pullrequest/618779
0 commit comments