更新 build.cs #499
Annotations
6 warnings
Analyze (csharp):
tests/HTTPie.UnitTest/Implement/CurlParserTest.cs#L15
Possible null reference argument for parameter 'curlScript' in 'Task<HttpRequestMessage> CurlParser.ParseScriptAsync(string curlScript, CancellationToken cancellationToken = default(CancellationToken))'.
|
Analyze (csharp):
tests/HTTPie.UnitTest/Implement/OutputFormatterTest.cs#L9
Fixture argument 'serviceProvider' does not have a fixture source (if it comes from a collection definition, ensure the definition is in the same assembly as the test) (https://xunit.net/xunit.analyzers/rules/xUnit1041)
|
Analyze (csharp):
tests/HTTPie.UnitTest/Middleware/RequestDataMiddlewareTest.cs#L8
Fixture argument 'serviceProvider' does not have a fixture source (if it comes from a collection definition, ensure the definition is in the same assembly as the test) (https://xunit.net/xunit.analyzers/rules/xUnit1041)
|
Analyze (csharp):
tests/HTTPie.UnitTest/Implement/CurlParserTest.cs#L15
Possible null reference argument for parameter 'curlScript' in 'Task<HttpRequestMessage> CurlParser.ParseScriptAsync(string curlScript, CancellationToken cancellationToken = default(CancellationToken))'.
|
Analyze (csharp):
tests/HTTPie.UnitTest/Implement/OutputFormatterTest.cs#L9
Fixture argument 'serviceProvider' does not have a fixture source (if it comes from a collection definition, ensure the definition is in the same assembly as the test) (https://xunit.net/xunit.analyzers/rules/xUnit1041)
|
Analyze (csharp):
tests/HTTPie.UnitTest/Middleware/RequestDataMiddlewareTest.cs#L8
Fixture argument 'serviceProvider' does not have a fixture source (if it comes from a collection definition, ensure the definition is in the same assembly as the test) (https://xunit.net/xunit.analyzers/rules/xUnit1041)
|