Increment bugfix version #551
Annotations
22 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, andelf/nightly-release@main. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test application:
BLAZAMFileSystem/SystemFile.cs#L17
Possible null reference argument for parameter 'path' in 'SystemDirectory.SystemDirectory(string path)'.
|
Test application:
BLAZAMCommon/Data/ApplicationVersion.cs#L20
'ApplicationVersion' defines operator == or operator != but does not override Object.Equals(object o)
|
Test application:
BLAZAMCommon/Exceptions/EmailException.cs#L20
'ApplicationException.ApplicationException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
Test application:
BLAZAMCommon/Exceptions/DeniedLoginException.cs#L20
'ApplicationException.ApplicationException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
Test application:
BLAZAMCommon/Exceptions/ApplicationAuthenticationException.cs#L20
'ApplicationException.ApplicationException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
Test application:
BLAZAMCommon/Data/ApplicationVersion.cs#L56
Dereference of a possibly null reference.
|
Test application:
BLAZAMCommon/Data/ApplicationVersion.cs#L109
Dereference of a possibly null reference.
|
Test application:
BLAZAMCommon/Data/Validators/ValidWebUrl.cs#L18
Converting null literal or possible null value to non-nullable type.
|
Test application:
BLAZAMCommon/Data/NewUserName.cs#L13
Possible null reference assignment.
|
Test application:
BLAZAMCommon/Data/Encryption.cs#L64
'Encryption.GenerateOldKeyFromSeedString()' is obsolete: 'This method uses the old static salt value, use the parametrized version instead.'
|
Build application (Debug):
BLAZAMFileSystem/SystemFile.cs#L17
Possible null reference argument for parameter 'path' in 'SystemDirectory.SystemDirectory(string path)'.
|
Build application (Debug):
BLAZAMCommon/Data/ApplicationVersion.cs#L20
'ApplicationVersion' defines operator == or operator != but does not override Object.Equals(object o)
|
Build application (Debug):
BLAZAMCommon/Exceptions/EmailException.cs#L20
'ApplicationException.ApplicationException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
Build application (Debug):
BLAZAMCommon/Exceptions/DeniedLoginException.cs#L20
'ApplicationException.ApplicationException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
Build application (Debug):
BLAZAMCommon/Exceptions/ApplicationAuthenticationException.cs#L20
'ApplicationException.ApplicationException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
Build application (Debug):
BLAZAMCommon/Data/ApplicationVersion.cs#L56
Dereference of a possibly null reference.
|
Build application (Debug):
BLAZAMCommon/Data/ApplicationVersion.cs#L109
Dereference of a possibly null reference.
|
Build application (Debug):
BLAZAMCommon/Data/Validators/ValidWebUrl.cs#L18
Converting null literal or possible null value to non-nullable type.
|
Build application (Debug):
BLAZAMCommon/Helpers/EncryptionHelpers.cs#L15
Possible null reference return.
|
Build application (Debug):
BLAZAMCommon/Data/NewUserName.cs#L13
Possible null reference assignment.
|
Loading