Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 in /GraphEngine.Tes… #198
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, codecov/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
GraphEngine/SerialisingVisitor.cs#L48
Nullability of type of parameter 'node' doesn't match overridden member (possibly because of nullability attributes).
|
GraphEngine/SerialisingVisitor.cs#L310
Nullability of type of parameter 'node' doesn't match overridden member (possibly because of nullability attributes).
|
GraphEngine/SerialisingVisitor.cs#L174
Dereference of a possibly null reference.
|
GraphEngine/SerialisingVisitor.cs#L285
Possible null reference argument for parameter 'node' in 'Expression SerialisingVisitor.VisitCacheParse(Expression node)'.
|
GraphEngine/SerialisingVisitor.cs#L298
Possible null reference argument for parameter 'node' in 'Expression SerialisingVisitor.VisitCacheParse(Expression node)'.
|
GraphEngine/BinaryOperation.cs#L22
Dereference of a possibly null reference.
|
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.
|
GraphEngine/SerialisingVisitor.cs#L397
Possible null reference argument for parameter 'type' in 'Type SerialisingVisitor.VisitType(Type type)'.
|
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.
|
GraphEngine/SerialisingVisitor.cs#L514
Possible null reference argument for parameter 'type' in 'Type SerialisingVisitor.VisitType(Type type)'.
|
The logs for this run have expired and are no longer available.
Loading