CI #17
Annotations
3 errors and 13 warnings
ci (windows-latest)
Process completed with exit code 1.
|
ci (macos-latest)
The operation was canceled.
|
ci (ubuntu-latest)
The operation was canceled.
|
ci (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ci (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ci (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ci (ubuntu-latest):
test/Test.Infrastructure/AssemblyTestLog.cs#L56
Cannot convert null literal to non-nullable reference type.
|
ci (ubuntu-latest):
test/Test.Infrastructure/AssemblyTestLog.cs#L59
Cannot convert null literal to non-nullable reference type.
|
ci (ubuntu-latest):
test/Test.Infrastructure/AssemblyTestLog.cs#L62
Cannot convert null literal to non-nullable reference type.
|
ci (ubuntu-latest):
test/Test.Infrastructure/AssemblyTestLog.cs#L88
Cannot convert null literal to non-nullable reference type.
|
ci (ubuntu-latest):
test/Test.Infrastructure/AssemblyTestLog.cs#L91
Cannot convert null literal to non-nullable reference type.
|
ci (ubuntu-latest):
test/Test.Infrastructure/AssemblyTestLog.cs#L94
Cannot convert null literal to non-nullable reference type.
|
ci (ubuntu-latest):
test/Test.Infrastructure/AssemblyTestLog.cs#L97
Cannot convert null literal to non-nullable reference type.
|
ci (ubuntu-latest):
test/Test.Infrastructure/LoggedTest.cs#L16
Cannot convert null literal to non-nullable reference type.
|
ci (ubuntu-latest):
test/Test.Infrastructure/Logging/TestLogger.cs#L43
Nullability of reference types in type of parameter 'exception' of 'void TestLogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)' doesn't match implicitly implemented member 'void ILogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception? exception, Func<TState, Exception?, string> formatter)' (possibly because of nullability attributes).
|
ci (ubuntu-latest):
test/Test.Infrastructure/LoggedTestBase.cs#L54
Cannot convert null literal to non-nullable reference type.
|