Add the concept of a decorator, add a vulnerability decorator #24
Annotations
8 warnings
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).
|
src/DependencyVisualizerTool/Program.cs#L28
Possible null reference return.
|
src/DependencyVisualizerTool/Program.cs#L188
Possible null reference return.
|
src/DependencyVisualizerTool/Program.cs#L201
Possible null reference return.
|
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).
|
src/DependencyVisualizerTool/Program.cs#L28
Possible null reference return.
|
src/DependencyVisualizerTool/Program.cs#L188
Possible null reference return.
|
src/DependencyVisualizerTool/Program.cs#L201
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading