Skip to content

refactor(sql): migrate authentication from sql to C# #270

refactor(sql): migrate authentication from sql to C#

refactor(sql): migrate authentication from sql to C# #270

Triggered via pull request November 15, 2023 07:49
Status Success
Total duration 45s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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/Postgres/InstanceManagementRepository.cs#L48
The variable 'ex' is declared but never used
build: src/OWSData/Repositories/Implementations/Postgres/InstanceManagementRepository.cs#L75
The variable 'ex' is declared but never used
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#L48
The variable 'ex' is declared but never used