Skip to content

.NET

.NET #11745

Triggered via schedule July 20, 2024 09:03
Status Success
Total duration 57s
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.GitHub/GitHubRegistrationExtensions.cs#L41
Possible null reference argument for parameter 'client' in 'GitHubSourceControlSystem.GitHubSourceControlSystem(string username, IGitHubClient client, IGitHubSourceControlRepositoryFactory repositoryFactory)'.
build: src/FluffySpoon.Publisher.GitHub/GitHubRegistrationExtensions.cs#L42
Possible null reference argument for parameter 'repositoryFactory' in 'GitHubSourceControlSystem.GitHubSourceControlSystem(string username, IGitHubClient client, IGitHubSourceControlRepositoryFactory repositoryFactory)'.
build: src/FluffySpoon.Publisher.GitHub/GitHubSourceControlRepository.cs#L26
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FluffySpoon.Publisher.GitHub/GitHubSourceControlRepository.cs#L26
Non-nullable property 'PublicUrl' 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.