mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25:15 +02:00
Merge pull request #15242 from github/cklin/upgrade-delete-fixes-csharp
C#: Fix upgrade delete directives
This commit is contained in:
@@ -1,2 +1,7 @@
|
||||
description: Remove unused VCS relations.
|
||||
compatibility: backwards
|
||||
|
||||
svnaffectedfiles.rel: delete
|
||||
svnchurn.rel: delete
|
||||
svnentries.rel: delete
|
||||
svnentrymsg.rel: delete
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,2 +1,5 @@
|
||||
description: Implement structured nullability
|
||||
compatibility: backwards
|
||||
|
||||
specific_type_parameter_annotation.rel: delete
|
||||
type_argument_annotation.rel: delete
|
||||
|
||||
Reference in New Issue
Block a user