Skip to content

Fixed CI.

Fixed CI. #3

Triggered via push November 13, 2023 01:58
Status Success
Total duration 3m 12s
Artifacts

dotnetcore.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: lib/CheckBoxComboBox/Popup.cs#L23
'Popup' cannot be marked as CLS-compliant because the assembly does not have a CLSCompliant attribute
build: lib/CheckBoxComboBox/CheckBoxComboBox.cs#L428
'CheckBoxComboBoxItemList.Remove(CheckBoxComboBoxItem)' is obsolete: 'Do not remove items from this list directly. Use the ComboBox items instead.'
build: lib/CheckBoxComboBox/CheckBoxComboBox.cs#L469
'CheckBoxComboBoxItemList.Add(CheckBoxComboBoxItem)' is obsolete: 'Do not add items to this list directly. Use the ComboBox items instead.'
build: Microsoft.Web.Administration/NativeMethods.txt#L11
Use the name of the enum that declares this constant: ADDRESS_FAMILY
build: Microsoft.Web.Administration/ServerManager.cs#L30
Field 'ServerManager._workerProcessCollection' is never assigned to, and will always have its default value null
build: Microsoft.Web.Administration/NativeMethods.cs#L211
This call site is reachable on: 'Windows' 7.0 and later. 'PInvoke.htons(ushort)' is only supported on: 'windows' 8.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Microsoft.Web.Administration/NativeMethods.cs#L1145
This call site is reachable on: 'Windows' 7.0 and later. 'PInvoke.ntohs(ushort)' is only supported on: 'windows' 8.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Microsoft.Web.Administration/NativeMethods.cs#L1208
This call site is reachable on: 'Windows' 7.0 and later. 'PInvoke.ntohs(ushort)' is only supported on: 'windows' 8.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Microsoft.Web.Management/Client/Win32/ModuleDialogPage.cs#L65
Field 'ModuleDialogPage._dialogTaskList' is never assigned to, and will always have its default value null
build: Microsoft.Web.Management/Client/Win32/ModuleListPage.cs#L26
The field 'ModuleListPage._pageHeader' is never used