Files
forkmessager/backend/src/Modules/Relations/rel_err.json
Халимов Рустам 11f2b232a3 Сборка бэк
2026-03-27 15:45:34 +03:00

69 lines
2.0 KiB
JSON

{
"$schema": "http://json.schemastore.org/sarif-1.0.0",
"version": "1.0.0",
"runs": [
{
"tool": {
"name": "Компилятор Microsoft (R) Visual C#",
"version": "5.0.0.0",
"fileVersion": "5.0.0-1.25358.103 (75972a5b)",
"semanticVersion": "5.0.0",
"language": "ru-RU"
},
"results": [
{
"ruleId": "CS1520",
"level": "error",
"message": "Метод должен иметь тип возвращаемого значения",
"locations": [
{
"resultFile": {
"uri": "file:///E:/GIT/forkmessager/backend/src/Modules/Relations/Application/Contacts/RemoveContact.cs",
"region": {
"startLine": 17,
"startColumn": 12,
"endLine": 17,
"endColumn": 35
}
}
}
]
},
{
"ruleId": "CS1520",
"level": "error",
"message": "Метод должен иметь тип возвращаемого значения",
"locations": [
{
"resultFile": {
"uri": "file:///E:/GIT/forkmessager/backend/src/Modules/Relations/Application/Contacts/RemoveContact.cs",
"region": {
"startLine": 18,
"startColumn": 12,
"endLine": 18,
"endColumn": 39
}
}
}
]
}
],
"rules": {
"CS1520": {
"id": "CS1520",
"defaultLevel": "error",
"helpUri": "https://msdn.microsoft.com/query/roslyn.query?appId=roslyn&k=k(CS1520)",
"properties": {
"category": "Compiler",
"isEnabledByDefault": true,
"tags": [
"Compiler",
"Telemetry",
"NotConfigurable"
]
}
}
}
}
]
}