Skip to content

Bump version

Bump version #20

Triggered via push February 14, 2025 01:37
Status Failure
Total duration 1m 4s
Artifacts

dotnet.yml

on: push
Matrix: Build Release
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 20 warnings
Build Release (linux)
Process completed with exit code 1.
Build Release (windows)
The job was canceled because "linux" failed.
Build Release (windows)
The operation was canceled.
Build Release (macOS)
The job was canceled because "linux" failed.
Build Release (macOS)
The operation was canceled.
Build Release (linux): TACTSharp/Build.cs#L18
Non-nullable property 'BuildConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Release (linux): TACTSharp/Build.cs#L18
Non-nullable property 'CDNConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Release (linux): TACTSharp/Utils/Salsa20.cs#L63
Non-nullable field 'm_state' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build Release (linux): TACTSharp/Utils/Salsa20.cs#L149
Cannot convert null literal to non-nullable reference type.
Build Release (linux): TACTSharp/Utils/KeyService.cs#L17
Possible null reference assignment.
Build Release (linux): TACTSharp/BuildInfo.cs#L25
Possible null reference argument for parameter 'path' in 'string[] Directory.GetFiles(string path, string searchPattern, SearchOption searchOption)'.
Build Release (linux): TACTSharp/BuildInfo.cs#L31
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
Build Release (linux): TACTSharp/BuildInfo.cs#L61
Converting null literal or possible null value to non-nullable type.
Build Release (linux): TACTSharp/Listfile.cs#L12
Non-nullable field 'CDN' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build Release (linux): TACTSharp/Listfile.cs#L13
Non-nullable field 'Settings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build Release (macOS): TACTSharp/Build.cs#L18
Non-nullable property 'BuildConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Release (macOS): TACTSharp/Build.cs#L18
Non-nullable property 'CDNConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Release (macOS): TACTSharp/Utils/Salsa20.cs#L63
Non-nullable field 'm_state' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build Release (macOS): TACTSharp/Utils/Salsa20.cs#L149
Cannot convert null literal to non-nullable reference type.
Build Release (macOS): TACTSharp/BuildInfo.cs#L25
Possible null reference argument for parameter 'path' in 'string[] Directory.GetFiles(string path, string searchPattern, SearchOption searchOption)'.
Build Release (macOS): TACTSharp/BuildInfo.cs#L31
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
Build Release (macOS): TACTSharp/BuildInfo.cs#L61
Converting null literal or possible null value to non-nullable type.
Build Release (macOS): TACTSharp/Utils/KeyService.cs#L17
Possible null reference assignment.
Build Release (macOS): TACTSharp/Listfile.cs#L12
Non-nullable field 'CDN' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build Release (macOS): TACTSharp/Listfile.cs#L13
Non-nullable field 'Settings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.