Reorder tag list controls #945
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, github/codeql-action/init@v2, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
Damselfly.Core.ScopedServices/Client Services/ClientSearchService.cs#L82
'ClientSearchService.Refresh()' hides inherited member 'BaseSearchService.Refresh()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Damselfly.Core.ScopedServices/Client Services/ClientAuthService.cs#L55
Cannot convert null literal to non-nullable reference type.
|
Damselfly.Core.ScopedServices/Client Services/ApiAuthenticationStateProvider.cs#L63
Dereference of a possibly null reference.
|
Damselfly.Core.ScopedServices/BaseSearchService.cs#L327
Cannot convert null literal to non-nullable reference type.
|
Damselfly.Core.ScopedServices/BaseSearchService.cs#L330
Cannot convert null literal to non-nullable reference type.
|
Damselfly.Core.ScopedServices/BaseSearchService.cs#L333
Cannot convert null literal to non-nullable reference type.
|
Damselfly.Core.ScopedServices/Client Services/ClientTagService.cs#L20
The event 'ClientTagService.OnUserTagsAdded' is never used
|
Damselfly.Core.ScopedServices/Client Services/ClientFolderService.cs#L38
The field 'ClientFolderService.OnChange' is assigned but its value is never used
|
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.
|
Damselfly.Web.Client/_Imports.razor#L39
The using directive for 'Damselfly.Web.Client.Components.General' appeared previously in this namespace
|
This job succeeded
Loading