Skip to content

Rename and relocate dotnet-desktop.yml #16

Rename and relocate dotnet-desktop.yml

Rename and relocate dotnet-desktop.yml #16

Triggered via push November 26, 2024 23:16
Status Success
Total duration 36s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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#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/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/Main.cs#L98
This call site is reachable on all platforms. 'FolderBrowserDialog.SelectedPath' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: DesktopClient/Main.cs#L93
This call site is reachable on all platforms. 'FolderBrowserDialog.SelectedPath' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: DesktopClient/Main.cs#L93
This call site is reachable on all platforms. 'FolderBrowserDialog.ShowNewFolderButton' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: DesktopClient/Main.cs#L98
This call site is reachable on all platforms. 'TextBox.Text' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)