removed crypto support from cli #11
Annotations
10 warnings
build:
PwM/Model/about.xaml.cs#L11
The type name 'about' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
PwM/obj/Debug/net8.0-windows7.0/Model/about.g.cs#L45
The type name 'about' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
PwM/Model/about.xaml.cs#L73
'Assembly.CodeBase' is obsolete: 'Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.' (https://aka.ms/dotnet-warnings/SYSLIB0012)
|
build:
PwM/Utils/RegistryManagement.cs#L15
This call site is reachable on all platforms. 'RegistryKey.OpenSubKey(string, bool)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
PwM/Utils/ImportExport.cs#L12
This call site is reachable on all platforms. 'OpenFileDialog' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
PwM/Utils/ImportExport.cs#L13
This call site is reachable on all platforms. 'SaveFileDialog' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
PwM/Utils/RegistryManagement.cs#L16
This call site is reachable on all platforms. 'Registry.GetValue(string, string?, object?)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
PwM/Utils/RegistryManagement.cs#L15
This call site is reachable on all platforms. 'Registry.CurrentUser' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
PwM/Utils/RegistryManagement.cs#L16
This call site is reachable on all platforms. 'RegistryKey.GetValue(string?)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
PwM/Utils/RegistryManagement.cs#L66
This call site is reachable on all platforms. 'RegistryKey.SetValue(string?, object)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|