Remove tests that fail in GitHub do to too much permission of task ru… #120
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:
BLAZAMThemes/ApplicationTheme.cs#L11
'Palette' is obsolete: 'This property will be abstract in a future update. Use PaletteLight, PaletteDark or your own implementation.'
|
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.
|