Skip to content

Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 #264

Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0

Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 #264

Triggered via pull request August 26, 2024 15:35
Status Success
Total duration 1m 54s
Artifacts

CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
Codecov: Failed to properly create commit: The process 'D:\a\_actions\codecov\codecov-action\v4.4.1\dist\codecov.exe' failed with exit code 1
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build: GraphEngine/SerialisingVisitor.cs#L48
Nullability of type of parameter 'node' doesn't match overridden member (possibly because of nullability attributes).
build: GraphEngine/SerialisingVisitor.cs#L310
Nullability of type of parameter 'node' doesn't match overridden member (possibly because of nullability attributes).
build: GraphEngine/BinaryOperation.cs#L22
Dereference of a possibly null reference.
build: GraphEngine/Method.cs#L32
Dereference of a possibly null reference.
build: GraphEngine/SerialisingVisitor.cs#L174
Dereference of a possibly null reference.
build: GraphEngine/SerialisingVisitor.cs#L285
Possible null reference argument for parameter 'node' in 'Expression SerialisingVisitor.VisitCacheParse(Expression node)'.
build: GraphEngine/SerialisingVisitor.cs#L298
Possible null reference argument for parameter 'node' in 'Expression SerialisingVisitor.VisitCacheParse(Expression node)'.
build: GraphEngine/SerialisingVisitor.cs#L382
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'System.Reflection.MemberTypes.Constructor' is not covered.
build: GraphEngine/SerialisingVisitor.cs#L397
Possible null reference argument for parameter 'type' in 'Type SerialisingVisitor.VisitType(Type type)'.
build: GraphEngine/SerialisingVisitor.cs#L418
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '_' is not covered.