v1.4.0-beta.71 #89
Annotations
12 warnings
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v3, softprops/action-gh-release@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test:
src/HomeGenie/Automation/Engines/WizardEngine.cs#L75
The variable 'setupBlock' is assigned but its value is never used
|
test:
src/HomeGenie/Automation/Scripting/ProgramHelper.cs#L871
The variable 'e' is declared but never used
|
test:
src/HomeGenie/Automation/Engines/WizardEngine.cs#L60
The variable 'e' is declared but never used
|
test:
src/HomeGenie/Service/Utility.cs#L528
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
test:
src/HomeGenie/Service/UpdateChecker.cs#L926
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
test:
src/HomeGenie/Service/UpdateChecker.cs#L921
The variable 'e' is declared but never used
|
test:
src/HomeGenie/Service/UpdateChecker.cs#L948
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
test:
src/HomeGenie/Service/UpdateChecker.cs#L944
The variable 'e' is declared but never used
|
test:
src/HomeGenie/Service/UpdateChecker.cs#L912
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
test:
src/HomeGenie/Automation/Scripting/NetHelper.cs#L522
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|