Skip to content

!4 update src/WPF/GeneralUpdate.Packet/ViewModels/PacketViewModel.cs. #53

!4 update src/WPF/GeneralUpdate.Packet/ViewModels/PacketViewModel.cs.

!4 update src/WPF/GeneralUpdate.Packet/ViewModels/PacketViewModel.cs. #53

Triggered via push April 4, 2024 16:01
Status Success
Total duration 1m 30s
Artifacts

dotnet-ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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 'Hash' 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/PacketModule.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/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/HelperModule.cs#L8
Non-nullable field '_view' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.