Bump Microsoft.AspNetCore.Components from 7.0.9 to 7.0.13 in /Damselfly.Core.ScopedServices #795
Annotations
10 warnings
Damselfly.Core.Interfaces/IImageProcessResult.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Damselfly.Core.Interfaces/IImageProcessResult.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Damselfly.Core.Utils/ML/MLUtils.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Damselfly.Core.DbModels/Images/ImageProcessResult.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Damselfly.Core.DbModels/Images/ImageProcessResult.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Damselfly.Core.DbModels/Models/Entities/Folder.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Damselfly.Core.ScopedServices/Client Services/AuthService.cs#L54
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/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.
|
Damselfly.Core.ScopedServices/Client Services/ClientTagService.cs#L20
The event 'ClientTagService.OnUserTagsAdded' is never used
|
The logs for this run have expired and are no longer available.
Loading