Skip to content

Add publish workflow #14

Add publish workflow

Add publish workflow #14

Triggered via push September 7, 2025 07:36
Status Success
Total duration 1m 2s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 1 notice
build: ContextMenuManager/BluePointLilac.Controls/MyListBox.cs#L226
This call site is reachable on all platforms. 'Label.AutoSize' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: ContextMenuManager/BluePointLilac.Controls/MyListBox.cs#L230
This call site is reachable on all platforms. 'PictureBox' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: ContextMenuManager/BluePointLilac.Controls/MyListBox.cs#L224
This call site is reachable on all platforms. 'Label' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: ContextMenuManager/BluePointLilac.Controls/MyListBox.cs#L244
This call site is reachable on all platforms. 'Control.Name' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: ContextMenuManager/Controls/AppSettingBox.cs#L146
This call site is reachable on all platforms. 'Control.Visible' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: ContextMenuManager/BluePointLilac.Controls/MyStatusBar.cs#L11
This call site is reachable on all platforms. 'Application.CompanyName' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: ContextMenuManager/BluePointLilac.Controls/MyStatusBar.cs#L11
This call site is reachable on all platforms. 'Application.ProductVersion' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: ContextMenuManager/BluePointLilac.Methods/EncodingType.cs#L19
'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: ContextMenuManager/BluePointLilac.Controls/UAWebClient.cs#L17
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build: ContextMenuManager/BluePointLilac.Controls/UAWebClient.cs#L12
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677