Fixed ASP.NET Core files and signing. #4
Annotations
13 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
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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#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#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#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/ConnectionInfo.cs#L32
The event 'ConnectionInfo.RenamedEventHandler' is never used
|
build
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|