Skip to content

Merge pull request #777 from dolittle/dotnet9 #513

Merge pull request #777 from dolittle/dotnet9

Merge pull request #777 from dolittle/dotnet9 #513

Triggered via push November 14, 2024 14:33
Status Success
Total duration 3m 35s
Artifacts
Integration Tests
3m 24s
Integration Tests
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Integration Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Integration Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Integration Tests: Source/MongoDB/AsyncCursorSourceExtensions.cs#L40
'AsyncCursor<TDocument>' is obsolete: 'This class will be made internal in a later release.'
Integration Tests: Source/Rudimentary/TryExtensions.cs#L33
Possible null reference argument for parameter 'arg' in 'Try<TNextResult> Func<TResult, Try<TNextResult>>.Invoke(TResult arg)'.
Integration Tests: Source/Rudimentary/TryExtensions.cs#L40
Possible null reference argument for parameter 'exception' in 'Try<TNextResult> Try<TNextResult>.Failed(Exception exception)'.
Integration Tests: Source/Rudimentary/TryExtensions.cs#L80
Possible null reference argument for parameter 'obj' in 'void Action<TResult>.Invoke(TResult obj)'.
Integration Tests: Source/Rudimentary/TryExtensions.cs#L105
Possible null reference argument for parameter 'arg' in 'Try<TResult> Func<Exception, Try<TResult>>.Invoke(Exception arg)'.
Integration Tests: Source/Rudimentary/TryExtensions.cs#L128
Possible null reference argument for parameter 'arg' in 'TResult Func<Exception, TResult>.Invoke(Exception arg)'.
Integration Tests: Source/Rudimentary/TryExtensions.cs#L151
Possible null reference argument for parameter 'obj' in 'void Action<Exception>.Invoke(Exception obj)'.
Integration Tests: Source/Rudimentary/TryExtensions.cs#L184
Possible null reference argument for parameter 'arg' in 'Task<Try<TNextResult>> Func<TResult, Task<Try<TNextResult>>>.Invoke(TResult arg)'.
Integration Tests: Source/Rudimentary/TryExtensions.cs#L191
Possible null reference argument for parameter 'exception' in 'Try<TNextResult> Try<TNextResult>.Failed(Exception exception)'.
Integration Tests: Source/Rudimentary/TryExtensions.cs#L208
Possible null reference argument for parameter 'arg' in 'Task<TNextResult> Func<TResult, Task<TNextResult>>.Invoke(TResult arg)'.