CodeQL #222
Annotations
6 warnings
Analyze (csharp):
src/TBC.OpenBanking.Jws/src/Exceptions/CertificateValidationException.cs#L95
Member 'CertificateValidationException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'CertificateValidationException.GetObjectData(SerializationInfo, StreamingContext)'.
|
Analyze (csharp):
src/TBC.OpenBanking.Jws/src/Exceptions/JwsException.cs#L34
'Exception.Exception(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)
|
Analyze (csharp):
src/TBC.OpenBanking.Jws/src/Exceptions/CertificateValidationException.cs#L103
'Exception.GetObjectData(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)
|
Analyze (csharp):
src/TBC.OpenBanking.Jws/src/Exceptions/CertificateValidationException.cs#L95
Member 'CertificateValidationException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'CertificateValidationException.GetObjectData(SerializationInfo, StreamingContext)'.
|
Analyze (csharp):
src/TBC.OpenBanking.Jws/src/Exceptions/JwsException.cs#L34
'Exception.Exception(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)
|
Analyze (csharp):
src/TBC.OpenBanking.Jws/src/Exceptions/CertificateValidationException.cs#L103
'Exception.GetObjectData(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)
|