自作ライブラリの非同期メソッド対応を反映 #127
Annotations
1 error and 4 warnings
app-build
Process completed with exit code 1.
|
app-build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
app-build:
KeySwitchManager/Sources/Runtime/Infrastructures/Storage/KeySwitches/Helper/MultipleWritingHelper.cs#L45
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
app-build:
KeySwitchManager/Sources/Runtime/Infrastructures/Database.LiteDB/KeySwitches/LiteDbFileWriter.cs#L20
'LiteDbRepository' is obsolete: 'Use YamlhRepository instead'
|
app-build:
KeySwitchManager/Sources/Runtime/Applications/Core/Helpers/KeySwitchRepositoryFactory.cs#L18
'LiteDbRepository' is obsolete: 'Use YamlhRepository instead'
|