Skip to content

Update ue5.md

Update ue5.md #268

Triggered via push October 27, 2023 02:59
Status Success
Total duration 1m 4s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/OWSData/Repositories/Implementations/Postgres/InstanceManagementRepository.cs#L47
The variable 'ex' is declared but never used
build: src/OWSData/Repositories/Implementations/Postgres/InstanceManagementRepository.cs#L74
The variable 'ex' is declared but never used
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/MSSQL/InstanceManagementRepository.cs#L55
The variable 'ex' is declared but never used
build: src/OWSData/Repositories/Implementations/MSSQL/InstanceManagementRepository.cs#L82
The variable 'ex' is declared but never used
build: src/OWSData/Repositories/Implementations/MySQL/InstanceManagementRepository.cs#L47
The variable 'ex' is declared but never used
build: src/OWSData/Repositories/Implementations/MySQL/InstanceManagementRepository.cs#L74
The variable 'ex' is declared but never used
build: src/OWSData/Repositories/Implementations/MySQL/CharactersRepository.cs#L222
The variable 'worldServerId' is assigned but its value is never used