CodeQL #1059
Annotations
2 errors and 20 warnings
Analyze (javascript)
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
|
Analyze (csharp)
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
|
Analyze (javascript):
Damselfly.Web.Client/_Imports.razor#L39
The using directive for 'Damselfly.Web.Client.Components.General' appeared previously in this namespace
|
Analyze (javascript):
Damselfly.Web.Client/App.razor#L9
Found markup element with unexpected name 'RedirectToLogin'. If this is intended to be a component, add a @using directive for its namespace.
|
Analyze (javascript):
Damselfly.Core.ScopedServices/Client Services/ClientFolderService.cs#L37
The field 'ClientFolderService.OnChange' is assigned but its value is never used
|
Analyze (javascript):
Damselfly.Core.ScopedServices/Client Services/ClientTagService.cs#L20
The event 'ClientTagService.OnUserTagsAdded' is never used
|
Analyze (javascript):
Damselfly.Core.ScopedServices/BaseSearchService.cs#L334
Cannot convert null literal to non-nullable reference type.
|
Analyze (javascript):
Damselfly.Core.ScopedServices/BaseSearchService.cs#L331
Cannot convert null literal to non-nullable reference type.
|
Analyze (javascript):
Damselfly.Core.ScopedServices/BaseSearchService.cs#L328
Cannot convert null literal to non-nullable reference type.
|
Analyze (javascript):
Damselfly.Core.ScopedServices/Client Services/ApiAuthenticationStateProvider.cs#L63
Dereference of a possibly null reference.
|
Analyze (javascript):
Damselfly.Core.ScopedServices/Client Services/ClientAuthService.cs#L55
Cannot convert null literal to non-nullable reference type.
|
Analyze (javascript):
Damselfly.Core.ScopedServices/Client Services/ClientSearchService.cs#L77
'ClientSearchService.Refresh()' hides inherited member 'BaseSearchService.Refresh()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Analyze (csharp):
Damselfly.Core/Services/WordpressService.cs#L175
Converting null literal or possible null value to non-nullable type.
|
Analyze (csharp):
Damselfly.Core/Services/WordpressService.cs#L148
Converting null literal or possible null value to non-nullable type.
|
Analyze (csharp):
Damselfly.Core.ScopedServices/Client Services/ClientFolderService.cs#L37
The field 'ClientFolderService.OnChange' is assigned but its value is never used
|
Analyze (csharp):
Damselfly.Core.ScopedServices/Client Services/ClientTagService.cs#L20
The event 'ClientTagService.OnUserTagsAdded' is never used
|
Analyze (csharp):
Damselfly.Core.ScopedServices/BaseSearchService.cs#L334
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp):
Damselfly.Core.ScopedServices/BaseSearchService.cs#L331
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp):
Damselfly.Core.ScopedServices/BaseSearchService.cs#L328
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp):
Damselfly.Core.ScopedServices/Client Services/ApiAuthenticationStateProvider.cs#L63
Dereference of a possibly null reference.
|
Analyze (csharp):
Damselfly.Core.ScopedServices/Client Services/ClientAuthService.cs#L55
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp):
Damselfly.Core.ScopedServices/Client Services/ClientSearchService.cs#L77
'ClientSearchService.Refresh()' hides inherited member 'BaseSearchService.Refresh()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|