Skip to content

Merge pull request #45 from TheGuitarleader/TheGuitarleader-patch-1 #17

Merge pull request #45 from TheGuitarleader/TheGuitarleader-patch-1

Merge pull request #45 from TheGuitarleader/TheGuitarleader-patch-1 #17

Triggered via push December 14, 2025 06:56
Status Success
Total duration 1m 16s
Artifacts

dotnet-build.yml

on: push
Code Validation
25s
Code Validation
Matrix: Build Project
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
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/Extensions/Json/UnixTimeConverter.cs#L24
Possible null reference argument for parameter 's' in 'UnixTime UnixTime.Parse(string s)'.
Build Project (ubuntu-latest): Parallel.Core/Extensions/Json/UnixTimeConverter.cs#L24
Converting null literal or possible null value to non-nullable type.
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 (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/Storage/SshStorageProvider.cs#L28
Possible null reference argument for parameter 'value' in 'string Encryption.Decode(string value)'.
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 (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/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/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/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).