Skip to content

Now correctly pushes and pulls files #22

Now correctly pushes and pulls files

Now correctly pushes and pulls files #22

Triggered via pull request December 14, 2025 13:23
Status Success
Total duration 1m 20s
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 (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 (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 (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/Models/HistoryEvent.cs#L13
Non-nullable property 'Fullname' 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/Models/HistoryEvent.cs#L12
Non-nullable property 'Vault' 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/Models/SystemFile.cs#L136
Non-nullable property 'CheckSum' 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/Models/SystemFile.cs#L96
Non-nullable property 'CheckSum' 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/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).