Skip to content

fate: add get file hash #71

fate: add get file hash

fate: add get file hash #71

Triggered via push February 14, 2025 17:18
Status Success
Total duration 1m 47s
Artifacts

dotnet-ci.yaml

on: push
Fit to window
Zoom out
Zoom in

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/Storage/ClipboardUtility.cs#L17
Dereference of a possibly null reference.
build: src/Models/AppTypeModel.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/ViewModels/PacketViewModel.cs#L38
'Encoding.UTF7' is obsolete: 'The UTF-7 encoding is insecure and should not be used. Consider using UTF-8 instead.' (https://aka.ms/dotnet-warnings/SYSLIB0001)
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.