Skip to content

Update date format

Update date format #72

Triggered via push January 24, 2025 11:06
Status Success
Total duration 28s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/GetDiscordData.cs#L44
Possible null reference assignment.
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/GetPythonPackageData.cs#L26
Dereference of a possibly null reference.