Merge pull request #148 from Dartanlla/ue55update #318
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
src/OWSExternalLoginProviders/Implementations/EpicOnlineServicesLoginProvider.cs#L235
The variable 'stvex' is declared but never used
|
build:
src/OWSExternalLoginProviders/Implementations/EpicOnlineServicesLoginProvider.cs#L240
The variable 'argex' is declared but never used
|
build:
src/OWSShared/Interfaces/IRequestHandler.cs#L8
The type name 'request' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
src/OWSShared/Interfaces/IRequestHandler.cs#L8
The type name 'response' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
src/OWSShared/Interfaces/IRequestHandler.cs#L13
The type name 'request' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
src/OWSData/Repositories/Implementations/MongoDB/CharactersRepository.cs#L24
'MongoDefaults.GuidRepresentation' is obsolete: 'Configure serializers instead.'
|
build:
src/OWSData/Repositories/Implementations/MongoDB/CharactersRepository.cs#L37
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.
|
build:
src/OWSData/Repositories/Implementations/MongoDB/CharactersRepository.cs#L44
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.
|
build:
src/OWSData/Repositories/Implementations/MySQL/CharactersRepository.cs#L222
The variable 'worldServerId' is assigned but its value is never used
|
build:
src/OWSData/Repositories/Implementations/MySQL/CharactersRepository.cs#L228
The variable 'mapInstanceStatus' is assigned but its value is never used
|