Skip to content

Add nuget cache to action #2

Add nuget cache to action

Add nuget cache to action #2

Triggered via push April 22, 2024 12:52
Status Success
Total duration 59s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: FactorioLib/Types/ModListEntry.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FactorioLib/Types/ModFile.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FactorioLib/Types/ModFile.cs#L11
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FactorioLib/Types/ModFile.cs#L13
Non-nullable property 'SemVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FactorioLib/Types/ModFile.cs#L14
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FactorioLib/Types/InfoJson.cs#L5
Non-nullable property 'FactorioVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FactorioLib/Types/Result.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FactorioLib/Types/Result.cs#L9
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FactorioLib/Types/Result.cs#L11
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FactorioLib/Types/Result.cs#L13
Non-nullable property 'Summary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.