Skip to content

Add the concept of a decorator, add a vulnerability decorator #70

Add the concept of a decorator, add a vulnerability decorator

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

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.