Merge branch 'main' of https://gitee.com/GeneralLibrary/GeneralUpdate… #57
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/WPF/GeneralUpdate.Packet/Domain/DTO/VersionRespDTO.cs#L23
Non-nullable property 'Versions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the field as nullable.
|