Skip to content

Merge pull request #148 from Blazam-App/Beta-Stable #130

Merge pull request #148 from Blazam-App/Beta-Stable

Merge pull request #148 from Blazam-App/Beta-Stable #130

Triggered via push November 10, 2023 21:58
Status Success
Total duration 4m 46s
Artifacts

build-dev.yml

on: push
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/EncryptionTests.cs#L175
Converting null literal or possible null value to non-nullable type.
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#L101
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: BLAZAMCommon.Tests/EncryptionTests.cs#L46
Theory method 'CanEncrypt_String' on test class 'EncryptionTests' has InlineData duplicate(s). Remove redundant attribute(s) from the theory method.
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#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/FileSystem/FileSystemBaseTests.cs#L91
Possible null reference argument for parameter 'path' in 'FileSystemBase.FileSystemBase(string path)'.
build: BLAZAM.Tests/FileSystem/FileSystemBaseTests.cs#L151
Converting null literal or possible null value to non-nullable type.
build: BLAZAMFileSystem/SystemFile.cs#L17
Possible null reference argument for parameter 'path' in 'SystemDirectory.SystemDirectory(string path)'.
build: BLAZAMFileSystem/FileSystemBase.cs#L26
Converting null literal or possible null value to non-nullable type.
build: BLAZAMCommon/Helpers/NetworkTools.cs#L34
Converting null literal or possible null value to non-nullable type.
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/Helpers/CommonHelpers.cs#L328
Possible null reference argument for parameter 's' in 'long long.Parse(string s)'.
build: BLAZAMCommon/Data/WindowsImpersonation.cs#L25
Possible null reference argument for parameter 'lpszDomain' in 'bool WindowsImpersonation.LogonUser(string lpszUsername, string lpszDomain, string lpszPassword, int dwLogonType, int dwLogonProvider, out SafeAccessTokenHandle phToken)'.
build: BLAZAMCommon/Data/WindowsImpersonation.cs#L68
Converting null literal or possible null value to non-nullable type.
build: BLAZAMCommon/Data/WindowsImpersonation.cs#L95
Possible null reference return.
build: BLAZAMCommon/Data/Validators/ValidWebUrl.cs#L18
Converting null literal or possible null value to non-nullable type.