Skip to content

.NET

.NET #11675

Triggered via schedule July 17, 2024 11:03
Status Success
Total duration 1m 0s
Artifacts

dotnet.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
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/
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build: src/FluffySpoon.Publisher.NodeJs/NodeJsLocalPackage.cs#L7
Non-nullable property 'PublishName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FluffySpoon.Publisher.NodeJs/NodeJsLocalPackage.cs#L8
Non-nullable property 'FolderPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FluffySpoon.Publisher.NodeJs/NodeJsLocalPackage.cs#L9
Non-nullable property 'PackageJsonFilePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FluffySpoon.Publisher.NodeJs/NodeJsLocalPackage.cs#L10
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FluffySpoon.Publisher.NodeJs/NodeJsLocalPackage.cs#L11
Non-nullable property 'PublishUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FluffySpoon.Publisher.NodeJs/NodeJsLocalPackage.cs#L13
Non-nullable property 'Processor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FluffySpoon.Publisher.DotNet/DotNetLocalPackage.cs#L8
Non-nullable property 'PublishName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FluffySpoon.Publisher.DotNet/DotNetLocalPackage.cs#L9
Non-nullable property 'FolderPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FluffySpoon.Publisher.DotNet/DotNetLocalPackage.cs#L10
Non-nullable property 'ProjectFilePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FluffySpoon.Publisher.DotNet/DotNetLocalPackage.cs#L11
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.