Updated Spanish and add Catalan translations #201
Annotations
11 warnings
Analyze (csharp)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Analyze (csharp):
lib/ShortDev.Microsoft.ConnectedDevices/CdpAppBase.cs#L11
Parameter 'cdp' is unread.
|
Analyze (csharp):
lib/ShortDev.Microsoft.ConnectedDevices/CdpAppBase.cs#L42
Ensure that 'CdpAppBase.Dispose' is declared as public and sealed (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063)
|
Analyze (csharp):
lib/ShortDev.Microsoft.ConnectedDevices/CdpAppBase.cs#L11
Provide an overridable implementation of Dispose(bool) on 'CdpAppBase' or mark the type as sealed. A call to Dispose(false) should only clean up native resources. A call to Dispose(true) should clean up both managed and native resources. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063)
|
Analyze (csharp):
lib/ShortDev.Microsoft.ConnectedDevices/Exceptions/CdpException.cs#L5
Add the following constructor to CdpException: public CdpException() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|
Analyze (csharp):
lib/ShortDev.Microsoft.ConnectedDevices/Exceptions/CdpException.cs#L5
Add the following constructor to CdpException: public CdpException(string message, Exception innerException) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|
Analyze (csharp):
lib/ShortDev.Microsoft.ConnectedDevices/Exceptions/CdpProtocolException.cs#L3
Add the following constructor to CdpProtocolException: public CdpProtocolException() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|
Analyze (csharp):
lib/ShortDev.Microsoft.ConnectedDevices/Exceptions/CdpProtocolException.cs#L3
Add the following constructor to CdpProtocolException: public CdpProtocolException(string message, Exception innerException) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|
Analyze (csharp):
lib/ShortDev.Microsoft.ConnectedDevices/Exceptions/CdpSecurityException.cs#L3
Add the following constructor to CdpSecurityException: public CdpSecurityException() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|
Analyze (csharp):
lib/ShortDev.Microsoft.ConnectedDevices/Exceptions/CdpSecurityException.cs#L3
Add the following constructor to CdpSecurityException: public CdpSecurityException(string message, Exception innerException) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|
Analyze (csharp):
lib/ShortDev.Microsoft.ConnectedDevices/Exceptions/CdpSessionException.cs#L3
Add the following constructor to CdpSessionException: public CdpSessionException() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|