vknet_vk/Reo.Analyzers.json
2025-09-08 22:40:28 +03:00

73 lines
No EOL
1.3 KiB
JSON

{
"Annotations": {
"CaseInsensitiveAllowedCategories": [
"resharper"
]
},
"XmlDoc": {
"Types": {
"CancellationToken": "Токен отмены операции"
},
"PropertiesOrParameters": {
"id": "Идентификатор"
},
"Methods": {},
"InheritdocIgnoreTypes": [
"IEnumerable",
"IDisposable",
"IAsyncDisposable",
"IEntityGuidId"
],
"InheritdocIgnoreNamespaces": [
"MassTransit",
"Mediator"
],
"ReturnsIgnoreTypes": []
},
"PerformanceLoopAnalyzerConfig": {
"Types": [
"HttpClient"
],
"Namespaces": [
"Microsoft.Extensions.Logging"
]
},
"DDD": {
"ModelTypes": [
],
"IgnoreTypes": [
],
"ValueObjectType": ""
},
"DateTime": {
"IgnoreBaseTypes": [
"AutoMapper.Profile"
]
},
"UsedImplicitly": {
"BaseTypes": [
"IAsyncMessageHandler"
]
},
"CancellationTokenParameter": {
"IgnoreTypes": [
"EnumerableExtensions"
]
},
"CodeStyle": {
"IgnoreBaseTypes": [
"AutoMapper.Profile"
]
},
"Controllers": {
"AuthorizationAnnotationsAndNamespaces": {
"Authorize": "Microsoft.AspNetCore.Authorization",
"AllowAnonymous": "Microsoft.AspNetCore.Authorization"
}
},
"Logging": {
"UsingAutoLoggerMessagePackage": true
},
"ObsoleteMigrator": {},
"Testing": {}
}