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 коммит произвёл GitHub
Родитель d7e22b2ddd 6e25fb129b
Коммит c4e5506a2c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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