Merge pull request #87253 from van800/van800/analyser

Provide a roslyn analyzers corresponding to the GD0001 and GD0002
This commit is contained in:
Rémi Verschelde 2024-02-21 15:22:54 +01:00
commit c6d091e0f3
No known key found for this signature in database
GPG key ID: C3336907360768E1
15 changed files with 230 additions and 76 deletions

View file

@ -0,0 +1,6 @@
using Godot;
public partial class ClassPartialModifier : Node
{
}