Skip to content

Delete git_push.bat #76

Delete git_push.bat

Delete git_push.bat #76

Triggered via push December 28, 2025 14:56
Status Success
Total duration 50s
Artifacts

dotnet-ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Models/PacketConfigModel.cs#L10
Non-nullable field '_encoding' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Models/PacketConfigModel.cs#L9
Non-nullable field '_format' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Models/PacketConfigModel.cs#L8
Non-nullable field '_platform' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Models/PacketConfigModel.cs#L7
Non-nullable field '_path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Models/PacketConfigModel.cs#L7
Non-nullable field '_name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Models/PacketConfigModel.cs#L7
Non-nullable field '_patchDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Models/PacketConfigModel.cs#L7
Non-nullable field '_releaseDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Models/PacketConfigModel.cs#L7
Non-nullable field '_appDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Models/AppTypeModel.cs#L5
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Models/PlatformModel.cs#L5
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.