Skip to content

More cleanup. Minimize the number of methods doing exactly the same t… #72

More cleanup. Minimize the number of methods doing exactly the same t…

More cleanup. Minimize the number of methods doing exactly the same t… #72

Triggered via push September 12, 2023 00:16
Status Success
Total duration 3m 24s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 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#L20
Nullability of reference types in type of parameter 'sender' of 'void Program.myHandler(object sender, ConsoleCancelEventArgs args)' doesn't match the target delegate 'ConsoleCancelEventHandler' (possibly because of nullability attributes).
build: src/DependencyVisualizerTool/Program.cs#L31
Possible null reference return.
build: src/DependencyVisualizerTool/Program.cs#L190
Possible null reference return.
build: src/DependencyVisualizerTool/Program.cs#L203
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#L20
Nullability of reference types in type of parameter 'sender' of 'void Program.myHandler(object sender, ConsoleCancelEventArgs args)' doesn't match the target delegate 'ConsoleCancelEventHandler' (possibly because of nullability attributes).
build: src/DependencyVisualizerTool/Program.cs#L31
Possible null reference return.
build: src/DependencyVisualizerTool/Program.cs#L190
Possible null reference return.
build: src/DependencyVisualizerTool/Program.cs#L203
Possible null reference return.