Skip to content

.NET

.NET #11738

Triggered via schedule July 20, 2024 02:15
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.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: src/FluffySpoon.Publisher.GitHub/GitHubSourceControlRepository.cs#L26
Non-nullable property 'ContributeUrl' 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 'Owner' 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 'Summary' 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 'System' 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 'GitHubClientRepository' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FluffySpoon.Publisher.GitHub/GitHubSourceControlSystem.cs#L55
Nullable value type may be null.
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.