Skip to content

Merge pull request #191 from Blazam-App/Beta-Dev #82

Merge pull request #191 from Blazam-App/Beta-Dev

Merge pull request #191 from Blazam-App/Beta-Dev #82

Triggered via push January 23, 2024 02:50
Status Success
Total duration 4m 25s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: BLAZAMCommon.Tests/Extensions_Methods_Return_Valid.cs#L66
Possible null reference argument for parameter 'value' in 'DateTime? CommonHelpers.AdsValueToDateTime(object value)'.
build: BLAZAMCommon.Tests/EncryptionTests.cs#L100
Possible null reference argument for parameter 'obj' in 'string Encryption.EncryptObject(object obj)'.
build: BLAZAMCommon.Tests/DatabaseSeedTests.cs#L12
The field 'DatabaseSeedTests._sqlContextOptions' is never used
build: BLAZAM.Tests/FileSystem/FileSystemBaseTests.cs#L17
Converting null literal or possible null value to non-nullable type.
build: BLAZAM.Tests/FileSystem/FileSystemBaseTests.cs#L20
Possible null reference argument for parameter 'path' in 'FileSystemBase.FileSystemBase(string path)'.
build: BLAZAM.Tests/Jobs/JobTests.cs#L26
Unreachable code detected
build: BLAZAM.Tests/Jobs/JobTests.cs#L29
Unreachable code detected
build: BLAZAM.Tests/FileSystem/FileSystemBaseTests.cs#L91
Possible null reference argument for parameter 'path' in 'FileSystemBase.FileSystemBase(string path)'.
build: BLAZAM.Tests/Updates/UpdateTests.cs#L37
Possible null reference argument for parameter 'latest' in 'void UpdateTests.Update_Stages_OK(ApplicationUpdate latest)'.
build: BLAZAM.Tests/FileSystem/FileSystemBaseTests.cs#L151
Converting null literal or possible null value to non-nullable type.
build: BLAZAMThemes/ApplicationTheme.cs#L11
'Palette' is obsolete: 'This property will be abstract in a future update. Use PaletteLight, PaletteDark or your own implementation.'
build: BLAZAMFileSystem/SystemFile.cs#L17
Possible null reference argument for parameter 'path' in 'SystemDirectory.SystemDirectory(string path)'.
build: BLAZAMCommon/Data/NewUserName.cs#L13
Possible null reference assignment.
build: BLAZAMCommon/Data/WindowsImpersonation.cs#L74
Converting null literal or possible null value to non-nullable type.
build: BLAZAMCommon/Data/WindowsImpersonation.cs#L101
Possible null reference return.
build: BLAZAMCommon/Helpers/DirectoryTools.cs#L12
Dereference of a possibly null reference.
build: BLAZAMCommon/Helpers/DirectoryTools.cs#L57
Dereference of a possibly null reference.
build: BLAZAMCommon/Data/ApplicationVersion.cs#L52
Dereference of a possibly null reference.
build: BLAZAMCommon/Data/Validators/ValidWebUrl.cs#L18
Converting null literal or possible null value to non-nullable type.
build: BLAZAMCommon/Helpers/CommonHelpers.cs#L335
Possible null reference argument for parameter 's' in 'long long.Parse(string s)'.