remove: file #47
Annotations
10 warnings
build:
src/WPF/GeneralUpdate.Packet/Domain/DTO/BaseResponseDTO.cs#L7
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/WPF/GeneralUpdate.Packet/Domain/DTO/BaseResponseDTO.cs#L9
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/WPF/GeneralUpdate.Packet/Domain/DTO/VersionRespDTO.cs#L23
Non-nullable property 'Versions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/WPF/GeneralUpdate.Packet/Models/VersionTemplateModel.cs#L16
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/WPF/GeneralUpdate.Packet/Models/VersionTemplateModel.cs#L21
Non-nullable property 'MD5' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/WPF/GeneralUpdate.Packet/Models/VersionTemplateModel.cs#L26
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/WPF/GeneralUpdate.Packet/Models/VersionTemplateModel.cs#L31
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/WPF/GeneralUpdate.Packet/ViewModels/PacketViewModel.cs#L32
Non-nullable field 'sourcePath' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/WPF/GeneralUpdate.Packet/ViewModels/PacketViewModel.cs#L32
Non-nullable field 'targetPath' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/WPF/GeneralUpdate.Packet/ViewModels/PacketViewModel.cs#L32
Non-nullable field 'patchPath' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|