Skip to content

Bump NuGet.Protocol from 6.10.1 to 6.11.0 in /CollectDaprStats #56

Bump NuGet.Protocol from 6.10.1 to 6.11.0 in /CollectDaprStats

Bump NuGet.Protocol from 6.10.1 to 6.11.0 in /CollectDaprStats #56

Triggered via pull request August 19, 2024 04:18
Status Success
Total duration 33s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 use a deprecated Node.js version and will be forced to run on node20: 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: CollectDaprStats/GetNpmPackageData.cs#L58
Non-nullable property 'Package' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CollectDaprStats/GetNpmPackageData.cs#L59
Non-nullable property 'Downloads' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CollectDaprStats/GetNpmPackageData.cs#L64
Non-nullable property 'PackageName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CollectDaprStats/GetNpmPackageData.cs#L65
Non-nullable property 'PackageVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CollectDaprStats/GetPythonPackageData.cs#L58
Non-nullable property 'PackageName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CollectDaprStats/GetPythonPackageData.cs#L59
Non-nullable property 'PackageVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CollectDaprStats/GetPythonPackageData.cs#L52
Non-nullable property 'Package' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CollectDaprStats/GetPythonPackageData.cs#L53
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CollectDaprStats/GetDiscordData.cs#L44
Possible null reference assignment.
build: CollectDaprStats/GetPythonPackageData.cs#L26
Dereference of a possibly null reference.