.net6,.net7,.net8 #102
Annotations
13 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, ndepend/ndepend-action@v1, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
ManagedCode.Communication/CollectionResultT/CollectionResultT.From.cs#L127
Type parameter 'T' has the same name as the type parameter from outer type 'CollectionResult<T>'
|
ManagedCode.Communication/ResultT/ResultT.From.cs#L86
Type parameter 'T' has the same name as the type parameter from outer type 'Result<T>'
|
ManagedCode.Communication.Benchmark/CreateInstanceFailBenchmark.cs#L60
Unboxing a possibly null value.
|
ManagedCode.Communication.Benchmark/CreateInstanceFailBenchmark.cs#L68
Unboxing a possibly null value.
|
ManagedCode.Communication.Benchmark/CreateInstanceFailBenchmark.cs#L77
Dereference of a possibly null reference.
|
ManagedCode.Communication.Benchmark/CreateInstanceFailBenchmark.cs#L85
Dereference of a possibly null reference.
|
ManagedCode.Communication.Tests/Results/ResultTests.cs#L73
Converting null literal or possible null value to non-nullable type.
|
ManagedCode.Communication.Tests/Results/ResultTests.cs#L126
Nullable value type may be null.
|
ManagedCode.Communication.Tests/Results/ResultTests.cs#L135
Dereference of a possibly null reference.
|
ManagedCode.Communication.Tests/Results/ResultTests.cs#L179
Dereference of a possibly null reference.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "ndepend", "ndependtrend".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading