Добавьте файлы проекта.
This commit is contained in:
4
SQLLinter/Common/Violation.cs
Normal file
4
SQLLinter/Common/Violation.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace SQLLinter.Common
|
||||
{
|
||||
public record Violation(string RuleName, string Message, int Line, int Column);
|
||||
}
|
||||
Reference in New Issue
Block a user