Implement gssapi-with-mic user authentication with Kerberos #555
Annotations
10 errors
|
Build Solution:
src/Renci.SshNet/KerberosCredential.cs#L4
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
|
|
Build Solution:
src/Renci.SshNet/GssApiAuthenticationMethod.cs#L60
'ThrowHelper' is inaccessible due to its protection level
|
|
Build Solution:
src/Renci.SshNet/GssApiAuthenticationMethod.cs#L51
'ThrowHelper' is inaccessible due to its protection level
|
|
Build Solution:
src/Renci.SshNet/KerberosCredential.cs#L47
The name 'ThrowHelper' does not exist in the current context
|
|
Build Solution:
src/Renci.SshNet/GssApiAuthenticationMethod.cs#L60
'ThrowHelper' does not contain a definition for 'ThrowIfNull' and the best extension method overload 'ThrowExtensions.extension(ArgumentNullException).ThrowIfNull(object?, string?)' requires a receiver of type 'System.ArgumentNullException'
|
|
Build Solution:
src/Renci.SshNet/GssApiAuthenticationMethod.cs#L51
'ThrowHelper' does not contain a definition for 'ThrowIfNull' and the best extension method overload 'ThrowExtensions.extension(ArgumentNullException).ThrowIfNull(object?, string?)' requires a receiver of type 'System.ArgumentNullException'
|
|
Build Solution:
src/Renci.SshNet/KerberosCredential.cs#L47
'ThrowHelper' does not contain a definition for 'ThrowIfNullOrEmpty'
|
|
Build Solution:
src/Renci.SshNet/GssApiAuthenticationMethod.cs#L60
'ThrowHelper' does not contain a definition for 'ThrowIfNull' and the best extension method overload 'ThrowExtensions.extension(ArgumentNullException).ThrowIfNull(object?, string?)' requires a receiver of type 'System.ArgumentNullException'
|
|
Build Solution:
src/Renci.SshNet/GssApiAuthenticationMethod.cs#L51
'ThrowHelper' does not contain a definition for 'ThrowIfNull' and the best extension method overload 'ThrowExtensions.extension(ArgumentNullException).ThrowIfNull(object?, string?)' requires a receiver of type 'System.ArgumentNullException'
|
|
Build Solution:
src/Renci.SshNet/KerberosCredential.cs#L47
'ThrowHelper' does not contain a definition for 'ThrowIfNullOrEmpty'
|
Loading