Skip to content

Update to .NET 9 GA

GitHub Advanced Security / QDNET succeeded Nov 13, 2024 in 25s

55 new alerts

New alerts in code changed by this pull request

  • 55 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 12 in CollapseLauncher/Classes/FileDialogCOM/FileDialogHelper.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 98 in CollapseLauncher/Classes/FileDialogCOM/FileDialogHelper.cs

See this annotation in the file changed.

Code scanning / QDNET

Variable in local function hides variable from outer scope Warning

Parameter 'title' hides outer parameter with the same name

Check warning on line 9 in CollapseLauncher/Classes/GameManagement/GameSettings/Zenless/FileClass/GeneralData.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 439 in CollapseLauncher/Classes/Helper/Image/ImageLoaderHelper.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant nullable attribute Warning

The nullability attribute has no effect and can be safely removed

Check warning on line 489 in CollapseLauncher/Classes/Helper/Image/ImageLoaderHelper.cs

See this annotation in the file changed.

Code scanning / QDNET

Assignment is not used Warning

Value assigned is not used in any execution path

Check warning on line 3 in CollapseLauncher/Classes/Helper/TaskSchedulerHelper.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 178 in CollapseLauncher/Classes/Helper/TaskSchedulerHelper.cs

See this annotation in the file changed.

Code scanning / QDNET

Do not use object initializer for 'using' variable Warning

Initialize object properties inside the 'using' statement to ensure that the object is disposed if an exception is thrown during initialization

Check warning on line 183 in CollapseLauncher/Classes/Helper/TaskSchedulerHelper.cs

See this annotation in the file changed.

Code scanning / QDNET

Possible 'null' assignment to non-nullable entity Warning

Possible 'null' assignment to non-nullable entity

Check warning on line 195 in CollapseLauncher/Classes/Helper/TaskSchedulerHelper.cs

See this annotation in the file changed.

Code scanning / QDNET

Possible 'null' assignment to non-nullable entity Warning

Possible 'null' assignment to non-nullable entity

Check warning on line 206 in CollapseLauncher/Classes/Helper/TaskSchedulerHelper.cs

See this annotation in the file changed.

Code scanning / QDNET

Possible 'null' assignment to non-nullable entity Warning

Possible 'null' assignment to non-nullable entity

Check warning on line 207 in CollapseLauncher/Classes/Helper/TaskSchedulerHelper.cs

See this annotation in the file changed.

Code scanning / QDNET

Possible 'null' assignment to non-nullable entity Warning

Possible 'null' assignment to non-nullable entity

Check warning on line 1563 in CollapseLauncher/Classes/InstallManagement/BaseClass/InstallManagerBase.cs

See this annotation in the file changed.

Code scanning / QDNET

Assignment is not used Warning

Value assigned is not used in any execution path

Check warning on line 2 in CollapseLauncher/Classes/ShellLinkCOM/CLSIDGuid.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 3 in CollapseLauncher/Classes/ShellLinkCOM/CLSIDGuid.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 4 in CollapseLauncher/Classes/ShellLinkCOM/CLSIDGuid.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 5 in CollapseLauncher/Classes/ShellLinkCOM/CLSIDGuid.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 31 in CollapseLauncher/Classes/ShellLinkCOM/Enums.cs

See this annotation in the file changed.

Code scanning / QDNET

Underlying type of enum is 'int' Warning

'int' is default enum governing type

Check warning on line 1 in CollapseLauncher/Classes/ShellLinkCOM/IPropertyStore.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 2 in CollapseLauncher/Classes/ShellLinkCOM/PropVariant.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 3 in CollapseLauncher/Classes/ShellLinkCOM/PropVariant.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 5 in CollapseLauncher/Classes/ShellLinkCOM/PropVariant.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 6 in CollapseLauncher/Classes/ShellLinkCOM/PropVariant.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 20 in CollapseLauncher/Classes/ShellLinkCOM/ShellLink.cs

See this annotation in the file changed.

Code scanning / QDNET

Non-accessed field (private accessibility) Warning

Field 'persistW' is assigned but its value is never used

Check warning on line 93 in CollapseLauncher/Classes/ShellLinkCOM/ShellLink.cs

See this annotation in the file changed.

Code scanning / QDNET

Non-accessed local variable Warning

Local variable 'iconCount' is only assigned but its value is never used

Check warning on line 96 in CollapseLauncher/Classes/ShellLinkCOM/ShellLink.cs

See this annotation in the file changed.

Code scanning / QDNET

Assignment is not used Warning

Value assigned is not used in any execution path