Skip to content

Reworked the storage framework to use whole file checksums instead of blobs. #19

Reworked the storage framework to use whole file checksums instead of blobs.

Reworked the storage framework to use whole file checksums instead of blobs. #19

Triggered via pull request December 14, 2025 08:53
Status Success
Total duration 1m 31s
Artifacts

dotnet-build.yml

on: pull_request
Code Validation
24s
Code Validation
Matrix: Build Project
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
Build Project (macos-latest): Parallel.Core/Storage/SshStorageProvider.cs#L28
Possible null reference argument for parameter 'value' in 'string Encryption.Decode(string value)'.
Build Project (macos-latest): Parallel.Core/Utils/Converter.cs#L57
Dereference of a possibly null reference.
Build Project (macos-latest): Parallel.Core/Utils/Converter.cs#L57
Dereference of a possibly null reference.
Build Project (macos-latest): Parallel.Core/Utils/Converter.cs#L56
Converting null literal or possible null value to non-nullable type.
Build Project (macos-latest): Parallel.Core/Utils/Converter.cs#L31
Unreachable code detected
Build Project (macos-latest): Parallel.Core/Utils/ProcessMonitor.cs#L82
Nullability of reference types in type of parameter 'sender' of 'void ProcessMonitor.Timer_Elapsed(object sender, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
Build Project (macos-latest): Parallel.Core/Workers/DownloadWorker.cs#L9
Non-nullable property 'Aggregator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Project (macos-latest): Parallel.Core/Workers/FileAggregator.cs#L8
Non-nullable field '_chunks' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build Project (macos-latest): Parallel.Core/Workers/FileAggregator.cs#L7
Non-nullable field '_localPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build Project (macos-latest): Parallel.Core/Extensions/Json/UnixTimeConverter.cs#L15
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
Build Project (ubuntu-latest): Parallel.Core/Storage/SshStorageProvider.cs#L28
Possible null reference argument for parameter 'value' in 'string Encryption.Decode(string value)'.
Build Project (ubuntu-latest): Parallel.Core/Utils/Converter.cs#L57
Dereference of a possibly null reference.
Build Project (ubuntu-latest): Parallel.Core/Utils/Converter.cs#L57
Dereference of a possibly null reference.
Build Project (ubuntu-latest): Parallel.Core/Utils/Converter.cs#L56
Converting null literal or possible null value to non-nullable type.
Build Project (ubuntu-latest): Parallel.Core/Utils/Converter.cs#L31
Unreachable code detected
Build Project (ubuntu-latest): Parallel.Core/Utils/ProcessMonitor.cs#L82
Nullability of reference types in type of parameter 'sender' of 'void ProcessMonitor.Timer_Elapsed(object sender, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
Build Project (ubuntu-latest): Parallel.Core/Workers/DownloadWorker.cs#L9
Non-nullable property 'Aggregator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Project (ubuntu-latest): Parallel.Core/Workers/FileAggregator.cs#L8
Non-nullable field '_chunks' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build Project (ubuntu-latest): Parallel.Core/Workers/FileAggregator.cs#L7
Non-nullable field '_localPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build Project (ubuntu-latest): Parallel.Core/Extensions/Json/UnixTimeConverter.cs#L15
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
Build Project (windows-latest): Parallel.Core/Utils/Converter.cs#L57
Dereference of a possibly null reference.
Build Project (windows-latest): Parallel.Core/Utils/Converter.cs#L56
Converting null literal or possible null value to non-nullable type.
Build Project (windows-latest): Parallel.Core/Extensions/Json/UnixTimeConverter.cs#L24
Possible null reference argument for parameter 's' in 'UnixTime UnixTime.Parse(string s)'.
Build Project (windows-latest): Parallel.Core/Extensions/Json/UnixTimeConverter.cs#L24
Converting null literal or possible null value to non-nullable type.
Build Project (windows-latest): Parallel.Core/Utils/ProcessMonitor.cs#L82
Nullability of reference types in type of parameter 'sender' of 'void ProcessMonitor.Timer_Elapsed(object sender, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
Build Project (windows-latest): Parallel.Core/Workers/DownloadWorker.cs#L9
Non-nullable property 'Aggregator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Project (windows-latest): Parallel.Core/Workers/FileAggregator.cs#L8
Non-nullable field '_chunks' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build Project (windows-latest): Parallel.Core/Workers/FileAggregator.cs#L7
Non-nullable field '_localPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build Project (windows-latest): Parallel.Core/Extensions/Json/UnixTimeConverter.cs#L15
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).