Merge pull request #3 from yangxuilyx/main #64
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.
|