5 references to HeaderDictionaryIndexerAnalyzer
Microsoft.AspNetCore.App.Analyzers.Test (5)
Http\HeaderDictionaryIndexerAnalyzerTests.cs (4)
10
Microsoft.AspNetCore.Analyzers.Http.
HeaderDictionaryIndexerAnalyzer
>;
172
var propertyMapping = new Dictionary<string, string>(
HeaderDictionaryIndexerAnalyzer
.PropertyMapping);
190
Assert.Fail($"A mapping for property '{propertyName}' on IHeaderDictionary must be added to {nameof(
HeaderDictionaryIndexerAnalyzer
)}.{nameof(
HeaderDictionaryIndexerAnalyzer
.PropertyMapping)}.");
Http\HeaderDictionaryIndexerFixerTests.cs (1)
7
Microsoft.AspNetCore.Analyzers.Http.
HeaderDictionaryIndexerAnalyzer
,