Skip to content

Update cd.yml

Update cd.yml #37

Triggered via push February 29, 2024 21:05
Status Failure
Total duration 12m 35s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 13 warnings
ci
Process completed with exit code 1.
ci
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, dapr/setup-dapr@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ci
The following actions uses node12 which is deprecated and will be forced to run on node16: dapr/setup-dapr@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ci: 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: test/Test.Infrastructure/Logging/XunitLoggerProvider.cs#L61
Nullability of reference types in type of parameter 'exception' of 'void XunitLogger.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: test/Test.Infrastructure/TestHelpers.cs#L230
Cannot convert null literal to non-nullable reference type.
ci: test/Test.Infrastructure/LoggedTest.cs#L16
Cannot convert null literal to non-nullable reference type.
ci: test/Test.Infrastructure/LoggedTestBase.cs#L54
Cannot convert null literal to non-nullable reference type.
ci: test/Test.Infrastructure/LoggedTestBase.cs#L28
Cannot convert null literal to non-nullable reference type.
ci: test/Test.Infrastructure/AssemblyTestLog.cs#L56
Cannot convert null literal to non-nullable reference type.
ci: test/Test.Infrastructure/xunit/SkippedTestCase.cs#L27
Cannot convert null literal to non-nullable reference type.
ci: test/Test.Infrastructure/LoggedTestBase.cs#L51
Cannot convert null literal to non-nullable reference type.
ci: test/Test.Infrastructure/AssemblyTestLog.cs#L59
Cannot convert null literal to non-nullable reference type.
ci
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/