Update makeserver.sh #1003
Annotations
12 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Initialize CodeQL
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/
|
Compile the Code:
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.
|
Compile the Code:
Damselfly.Core.ScopedServices/BaseConfigService.cs#L80
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Compile the Code:
Damselfly.Core.ScopedServices/Client Services/ClientAuthService.cs#L55
Cannot convert null literal to non-nullable reference type.
|
Compile the Code:
Damselfly.Core.ScopedServices/BaseSearchService.cs#L328
Cannot convert null literal to non-nullable reference type.
|
Compile the Code:
Damselfly.Core.ScopedServices/BaseSearchService.cs#L331
Cannot convert null literal to non-nullable reference type.
|
Compile the Code:
Damselfly.Core.ScopedServices/BaseSearchService.cs#L334
Cannot convert null literal to non-nullable reference type.
|
Compile the Code:
Damselfly.Core.ScopedServices/Client Services/ApiAuthenticationStateProvider.cs#L63
Dereference of a possibly null reference.
|
Compile the Code:
Damselfly.Core.ScopedServices/Client Services/ClientTagService.cs#L20
The event 'ClientTagService.OnUserTagsAdded' is never used
|
Compile the Code:
Damselfly.Core.ScopedServices/Client Services/ClientFolderService.cs#L37
The field 'ClientFolderService.OnChange' is assigned but its value is never used
|
Compile the Code:
Damselfly.Core/ScopedServices/CachedDataService.cs#L57
Possible null reference assignment.
|
Loading