Skip to content

Update Sqlite plugin with unit tests and refactoring #4

Update Sqlite plugin with unit tests and refactoring

Update Sqlite plugin with unit tests and refactoring #4

Triggered via push September 30, 2025 11:25
Status Success
Total duration 48s
Artifacts

build.yml

on: push
build-master
44s
build-master
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
build-master: tests/SqlitePluginTests.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-master: tests/SqlitePluginTests.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.