Skip to content

Support PowerShell 7.4 on .NET 8 #80

Support PowerShell 7.4 on .NET 8

Support PowerShell 7.4 on .NET 8 #80

Triggered via push July 26, 2026 02:50
Status Failure
Total duration 39s
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 12 warnings
build (9.0.x)
Process completed with exit code 1.
build (9.0.x)
The 'Publish' target is not supported without specifying a target framework. The current project targets multiple frameworks, you must specify one of the following frameworks in order to publish: net8.0, net9.0
build (9.0.x)
The 'Publish' target is not supported without specifying a target framework. The current project targets multiple frameworks, you must specify one of the following frameworks in order to publish: net8.0, net9.0
build (9.0.x)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build (9.0.x)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build (9.0.x): PSGraph.Common/Model/PSEdge.cs#L68
The event 'PSUndirectedEdge.TagChanged' is never used
build (9.0.x): PSGraph.Common/Model/PSEdge.cs#L43
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 (9.0.x): PSGraph.Common/Model/PSEdge.cs#L43
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 (9.0.x): PSGraph.Common/Model/VegaDataModels.cs#L11
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (9.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 (9.0.x): PSGraph.Common/Model/PSEdge.cs#L68
The event 'PSUndirectedEdge.TagChanged' is never used
build (9.0.x): PSGraph.Common/Model/PSEdge.cs#L43
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 (9.0.x): PSGraph.Common/Model/PSEdge.cs#L43
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 (9.0.x): PSGraph.Common/Model/VegaDataModels.cs#L11
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (9.0.x): PSGraph.Common/ExportTypes/ExportTypes.cs#L18
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).