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