Merge pull request #15242 from github/cklin/upgrade-delete-fixes-csharp

C#: Fix upgrade delete directives
This commit is contained in:
Chuan-kai Lin
2024-01-08 07:27:40 -08:00
committed by GitHub
3 changed files with 10 additions and 0 deletions

View File

@@ -1,2 +1,7 @@
description: Remove unused VCS relations.
compatibility: backwards
svnaffectedfiles.rel: delete
svnchurn.rel: delete
svnentries.rel: delete
svnentrymsg.rel: delete

View File

@@ -2,3 +2,5 @@ description: Support type annotations
compatibility: backwards
type_annotation.rel: run type_annotation.qlo
ref_readonly_returns.rel: delete
ref_returns.rel: delete

View File

@@ -1,2 +1,5 @@
description: Implement structured nullability
compatibility: backwards
specific_type_parameter_annotation.rel: delete
type_argument_annotation.rel: delete