Fix sql queries that use double quoted strings. #115
Annotations
1 error and 10 warnings
Run unit tests
Process completed with exit code 1.
|
Build Duplicati:
Duplicati/Library/Common/IO/PosixFile.cs#L41
The variable 'e' is declared but never used
|
Build Duplicati:
Duplicati/Library/Common/Platform/Platform.cs#L46
Environment.OSVersion.get is deprecated (https://github.com/dotnet/platform-compat/blob/master/docs/DE0009.md)
|
Build Duplicati:
Duplicati/Library/Common/Platform/Platform.cs#L46
Environment.OSVersion.get is deprecated (https://github.com/dotnet/platform-compat/blob/master/docs/DE0009.md)
|
Build Duplicati:
Duplicati/Library/Common/Platform/Platform.cs#L46
PlatformID.MacOSX is deprecated (https://github.com/dotnet/platform-compat/blob/master/docs/DE0007.md)
|
Build Duplicati:
Duplicati/Library/Common/IO/SystemIOWindows.cs#L245
This call site is reachable on all platforms. 'FileSystemAclExtensions.GetAccessControl(FileInfo)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build Duplicati:
Duplicati/Library/Common/IO/SystemIOWindows.cs#L193
This call site is reachable on all platforms. 'SecurityIdentifier' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build Duplicati:
Duplicati/Library/Common/IO/SystemIOWindows.cs#L240
This call site is reachable on all platforms. 'FileSystemAclExtensions.GetAccessControl(DirectoryInfo)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build Duplicati:
Duplicati/Library/Common/IO/SystemIOWindows.cs#L185
This call site is reachable on all platforms. 'AuthorizationRule.IsInherited' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build Duplicati:
Duplicati/Library/Common/IO/SystemIOWindows.cs#L186
This call site is reachable on all platforms. 'AuthorizationRule.InheritanceFlags' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build Duplicati:
Duplicati/Library/Common/IO/SystemIOWindows.cs#L182
This call site is reachable on all platforms. 'FileSystemAccessRule.FileSystemRights' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Loading