bumping up QuikGraph version #17
Annotations
11 warnings
build (8.0.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (8.0.x):
PSGraph.Common/ExportTypes/ExportTypes.cs#L18
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build (8.0.x):
PSGraph.Common/Model/PartitioningResult.cs#L7
Non-nullable property 'Dsm' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (8.0.x):
PSGraph.Common/Model/PartitioningResult.cs#L8
Non-nullable property 'Algorithm' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (8.0.x):
PSGraph.Common/Model/PSVertex.cs#L31
Non-nullable field 'label' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build (8.0.x):
PSGraph.Common/Model/PSEdge.cs#L19
Non-nullable field 'Label' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build (8.0.x):
PSGraph.Common/Model/PSVertex.cs#L36
Non-nullable field 'label' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build (8.0.x):
PSGraph.Common/Model/PSEdge.cs#L34
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (8.0.x):
PSGraph.Common/Model/PSEdge.cs#L34
Non-nullable property 'Target' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (8.0.x):
PSGraph.Common/Model/PSVertex.cs#L42
Non-nullable field 'label' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build (8.0.x):
PSGraph.Common/Model/PSVertex.cs#L55
Dereference of a possibly null reference.
|