Upgrade target framework adding net10.0 as target framework #7
Annotations
10 warnings
|
test/ConfIT.UnitTest/Util/TestReaderTests.cs#L237
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
test/ConfIT.UnitTest/Server/Http/HttpClientTests.cs#L240
Null should not be used for type parameter 'serverUrl' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
|
test/ConfIT.UnitTest/Util/ResultMatcherTests.cs#L147
Converting null literal or possible null value to non-nullable type.
|
|
test/ConfIT.UnitTest/Util/ResultMatcherTests.cs#L131
Converting null literal or possible null value to non-nullable type.
|
|
test/ConfIT.UnitTest/Util/ResultMatcherTests.cs#L115
Converting null literal or possible null value to non-nullable type.
|
|
src/ConfIT/Server/Dto/TestCase.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
src/ConfIT/Server/Dto/TestCase.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
src/ConfIT/Server/Http/TestSuiteInitializer.cs#L40
'TestServer.TestServer(IWebHostBuilder)' is obsolete: 'IWebHost, which this method uses, is obsolete. Use one of the ctors that takes an IServiceProvider instead. For more information, visit https://aka.ms/aspnet/deprecate/008.' (https://aka.ms/aspnet/deprecate/008)
|
|
src/ConfIT/Server/Http/TestSuiteInitializer.cs#L30
'WebHost' is obsolete: 'WebHost is obsolete. Use HostBuilder or WebApplicationBuilder instead. For more information, visit https://aka.ms/aspnet/deprecate/008.' (https://aka.ms/aspnet/deprecate/008)
|
|
src/ConfIT/Server/Dto/TestCase.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
The logs for this run have expired and are no longer available.
Loading