Nearly ready for merging. #1604
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Dotnet Server Build:
Damselfly.ML.FaceONNX/FaceONNXService.cs#L144
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Run Dotnet Server Build:
Damselfly.Core.ScopedServices/BaseSearchService.cs#L326
Cannot convert null literal to non-nullable reference type.
|
Run Dotnet Server Build:
Damselfly.Core.ScopedServices/BaseSearchService.cs#L329
Cannot convert null literal to non-nullable reference type.
|
Run Dotnet Server Build:
Damselfly.Core.ScopedServices/BaseSearchService.cs#L332
Cannot convert null literal to non-nullable reference type.
|
Run Dotnet Server Build:
Damselfly.Core.ScopedServices/Client Services/ClientPeopleService.cs#L38
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Run Dotnet Server Build:
Damselfly.Core.ScopedServices/Client Services/ApiAuthenticationStateProvider.cs#L63
Dereference of a possibly null reference.
|
Run Dotnet Server Build:
Damselfly.Core.ScopedServices/Client Services/ClientAuthService.cs#L55
Cannot convert null literal to non-nullable reference type.
|
Run Dotnet Server Build:
Damselfly.Core.ScopedServices/Client Services/ClientTagService.cs#L20
The event 'ClientTagService.OnUserTagsAdded' is never used
|
Run Dotnet Server Build:
Damselfly.Core.ScopedServices/Client Services/ClientFolderService.cs#L23
The field 'ClientFolderService.OnChange' is assigned but its value is never used
|
Run Dotnet Server Build:
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.
|
Loading