Adding support for ASP.NET Core Minimal APIs (Resolves #8) #22
Annotations
2 warnings
integration:
test/Ndjson.AsyncStreams.AspNetCore.Mvc.Tests/Unit/Formatters/NdjsonOutputFormatterTests.cs#L73
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
|
integration:
test/Ndjson.AsyncStreams.AspNetCore.Mvc.Tests/Unit/Formatters/NdjsonOutputFormatterTests.cs#L73
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
|