Merge pull request #8 from ivandrofly/main #10
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
DesktopClient/DetectEncoding/EncodingTools.cs#L132
'Encoding.UTF7' is obsolete: 'The UTF-7 encoding is insecure and should not be used. Consider using UTF-8 instead.' (https://aka.ms/dotnet-warnings/SYSLIB0001)
|
build:
DesktopClient/DetectEncoding/EncodingTools.cs#L133
'Encoding.UTF7' is obsolete: 'The UTF-7 encoding is insecure and should not be used. Consider using UTF-8 instead.' (https://aka.ms/dotnet-warnings/SYSLIB0001)
|
build:
DesktopClient/Helpers/EncodingDetector.cs#L514
'Encoding.UTF7' is obsolete: 'The UTF-7 encoding is insecure and should not be used. Consider using UTF-8 instead.' (https://aka.ms/dotnet-warnings/SYSLIB0001)
|
build:
DesktopClient/Program.cs#L17
This call site is reachable on all platforms. 'Application.EnableVisualStyles()' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
DesktopClient/Program.cs#L19
This call site is reachable on all platforms. 'Application.Run(Form)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
DesktopClient/Program.cs#L18
This call site is reachable on all platforms. 'Application.SetCompatibleTextRenderingDefault(bool)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
DesktopClient/Main.cs#L63
This call site is reachable on all platforms. 'ComboBox.Items' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
DesktopClient/Main.cs#L67
This call site is reachable on all platforms. 'ComboBox.SelectedIndex' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
DesktopClient/Main.cs#L63
This call site is reachable on all platforms. 'ComboBox.ObjectCollection.Add(object)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
DesktopClient/DetectEncoding/EncodingTools.cs#L241
This call site is reachable on all platforms. 'Marshal.FinalReleaseComObject(object)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|