Added AActor* cast to fix random error in Reticle class. #258
Annotations
10 warnings
build:
src/OWSData/Repositories/Implementations/Postgres/InstanceManagementRepository.cs#L46
The variable 'ex' is declared but never used
|
build:
src/OWSData/Repositories/Implementations/Postgres/InstanceManagementRepository.cs#L73
The variable 'ex' is declared but never used
|
build:
src/OWSData/Repositories/Implementations/MongoDB/CharactersRepository.cs#L23
'MongoDefaults.GuidRepresentation' is obsolete: 'Configure serializers instead.'
|
build:
src/OWSData/Repositories/Implementations/MongoDB/CharactersRepository.cs#L36
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#L43
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/Postgres/CharactersRepository.cs#L221
The variable 'worldServerId' is assigned but its value is never used
|
build:
src/OWSData/Repositories/Implementations/Postgres/CharactersRepository.cs#L227
The variable 'mapInstanceStatus' is assigned but its value is never used
|
build:
src/OWSData/Repositories/Implementations/Postgres/CharactersRepository.cs#L228
The variable 'needToStartupMap' is assigned but its value is never used
|
build:
src/OWSData/Repositories/Implementations/MSSQL/InstanceManagementRepository.cs#L54
The variable 'ex' is declared but never used
|
build:
src/OWSData/Repositories/Implementations/MSSQL/InstanceManagementRepository.cs#L81
The variable 'ex' is declared but never used
|