Skip to content

Merge pull request #3 from yangxuilyx/main #64

Merge pull request #3 from yangxuilyx/main

Merge pull request #3 from yangxuilyx/main #64

Triggered via push December 9, 2024 04:57
Status Success
Total duration 1m 8s
Artifacts

dotnet-ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.
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/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 '_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 '_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 '_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#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#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#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/FormatModel.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.