Add deprecation info decorator #76
Annotations
1 error and 10 warnings
|
src/Common/IPackageDependencyNodeDecorator.cs#L7
Fix formatting
|
src/DependencyVisualizerTool/DGMLDependencyVisualizerTool.cs#L135
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#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).
|
src/DependencyVisualizerTool/Program.cs#L31
Possible null reference return.
|
src/DependencyVisualizerTool/Program.cs#L200
Possible null reference return.
|
src/DependencyVisualizerTool/Program.cs#L213
Possible null reference return.
|
src/Common/IPackageDependencyNodeDecorator.cs#L7
Fix formatting
|
src/DependencyVisualizerTool/DGMLDependencyVisualizerTool.cs#L135
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#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).
|
src/DependencyVisualizerTool/Program.cs#L31
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading