Add the concept of a decorator, add a vulnerability decorator #70
Triggered via pull request
September 11, 2023 23:36
Status
Success
Total duration
2m 38s
Artifacts
–
Annotations
8 warnings
build:
src/DependencyVisualizerTool/DGMLDependencyVisualizerTool.cs#L121
Nullability of reference types in type of parameter 'other' of 'bool DGMLNode.Equals(DGMLNode other)' doesn't match implicitly implemented member 'bool IEquatable<DGMLNode>.Equals(DGMLNode? other)' (possibly because of nullability attributes).
|
build:
src/DependencyVisualizerTool/Program.cs#L28
Possible null reference return.
|
build:
src/DependencyVisualizerTool/Program.cs#L188
Possible null reference return.
|
build:
src/DependencyVisualizerTool/Program.cs#L201
Possible null reference return.
|
build:
src/DependencyVisualizerTool/DGMLDependencyVisualizerTool.cs#L121
Nullability of reference types in type of parameter 'other' of 'bool DGMLNode.Equals(DGMLNode other)' doesn't match implicitly implemented member 'bool IEquatable<DGMLNode>.Equals(DGMLNode? other)' (possibly because of nullability attributes).
|
build:
src/DependencyVisualizerTool/Program.cs#L28
Possible null reference return.
|
build:
src/DependencyVisualizerTool/Program.cs#L188
Possible null reference return.
|
build:
src/DependencyVisualizerTool/Program.cs#L201
Possible null reference return.
|