Skip to content

Running tests for MSBuild.Sdk.PowerShell #4

Running tests for MSBuild.Sdk.PowerShell

Running tests for MSBuild.Sdk.PowerShell #4

Triggered via push January 2, 2024 19:08
Status Failure
Total duration 36s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: src/MSBuild.Sdk.PowerShell/CreateModuleManifest.cs#L104
Nullability of reference types in value of type '(string version, string?)' doesn't match target type '(string Prefix, string Suffix)'.
build: src/MSBuild.Sdk.PowerShell/CreateModuleManifest.cs#L9
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/MSBuild.Sdk.PowerShell/CreateModuleManifest.cs#L12
Non-nullable property 'CompanyName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/MSBuild.Sdk.PowerShell/CreateModuleManifest.cs#L17
Non-nullable property 'Copyright' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/MSBuild.Sdk.PowerShell/CreateModuleManifest.cs#L19
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/MSBuild.Sdk.PowerShell/CreateModuleManifest.cs#L24
Non-nullable property 'ModuleId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/MSBuild.Sdk.PowerShell/CreateModuleManifest.cs#L27
Non-nullable property 'ModuleVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/MSBuild.Sdk.PowerShell/CreateModuleManifest.cs#L30
Non-nullable property 'PackageId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/MSBuild.Sdk.PowerShell/CreateModuleManifest.cs#L32
Non-nullable property 'ProjectUri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/MSBuild.Sdk.PowerShell/CreateModuleManifest.cs#L35
Non-nullable property 'RootModule' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.