Skip to content

Release v0.2.0

Release v0.2.0 #7

Triggered via push January 8, 2024 15:52
Status Failure
Total duration 1m 33s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

publish.yml

on: push
Publish to NuGet
0s
Publish to NuGet
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
.NET Build
The license file 'LICENSE.md' does not exist in the package.
.NET Build
Process completed with exit code 1.
.NET Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
.NET Build: Project/Lib/Properties/AssemblyInfo.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET Build: Project/Lib/Properties/AssemblyInfo.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET Build: Project/Lib/Properties/AssemblyInfo.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET Build: Project/Lib/Properties/AssemblyInfo.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET Build: Project/Lib/Properties/AssemblyInfo.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET Build: Project/Lib/Properties/AssemblyInfo.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET Build: Project/Lib/Properties/AssemblyInfo.cs#L27
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET Build: Project/Lib/Properties/AssemblyInfo.cs#L63
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET Build: Project/Lib/EDF/Header.cs#L81
The result of the expression is always 'true' since a value of type 'int' is never equal to 'null' of type 'int?'
.NET Build: Project/Lib/EDF/Header.cs#L98
The result of the expression is always 'true' since a value of type 'double' is never equal to 'null' of type 'double?'