Skip to content

Update PacketViewModel.cs #48

Update PacketViewModel.cs

Update PacketViewModel.cs #48

Triggered via push January 7, 2024 14:02
Status Success
Total duration 2m 13s
Artifacts

dotnet-ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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/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/Modules/HelperModule.cs#L8
Non-nullable field '_view' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/WPF/GeneralUpdate.Packet/Modules/OtherModule.cs#L9
Non-nullable field '_view' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/WPF/GeneralUpdate.Packet/Modules/PacketModule.cs#L9
Non-nullable field '_view' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.