Skip to content

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

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

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

Triggered via pull request May 10, 2024 06:34
Status Success
Total duration 52s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/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