Skip to content

migrate to using a db context defined in LcmCrdt instead of one provi… #45

migrate to using a db context defined in LcmCrdt instead of one provi…

migrate to using a db context defined in LcmCrdt instead of one provi… #45

Triggered via push July 9, 2024 07:40
Status Failure
Total duration 1m 15s
Artifacts

fw-lite.yaml

on: push
Build FW Lite
1m 2s
Build FW Lite
Fit to window
Zoom out
Zoom in

Annotations

1 error, 29 warnings, and 1 notice
Build FW Lite
Process completed with exit code 1.
UpdateExampleSentenceTranslation (LcmCrdt.Tests.BasicApiTests) failed: LcmCrdt.Tests.BasicApiTests#L0
./backend/LcmCrdt.Tests/test-results/LcmCrdt.Tests.results.xml [took 0s]
GetEntriesWithOptions (LcmCrdt.Tests.BasicApiTests) failed: LcmCrdt.Tests.BasicApiTests#L0
./backend/LcmCrdt.Tests/test-results/LcmCrdt.Tests.results.xml [took 0s]
CreateEntry (LcmCrdt.Tests.BasicApiTests) failed: LcmCrdt.Tests.BasicApiTests#L0
./backend/LcmCrdt.Tests/test-results/LcmCrdt.Tests.results.xml [took 0s]
GetEntry (LcmCrdt.Tests.BasicApiTests) failed: LcmCrdt.Tests.BasicApiTests#L0
./backend/LcmCrdt.Tests/test-results/LcmCrdt.Tests.results.xml [took 0s]
GetEntries (LcmCrdt.Tests.BasicApiTests) failed: LcmCrdt.Tests.BasicApiTests#L0
./backend/LcmCrdt.Tests/test-results/LcmCrdt.Tests.results.xml [took 0s]
CreateSense_WontCreateMissingDomains (LcmCrdt.Tests.BasicApiTests) failed: LcmCrdt.Tests.BasicApiTests#L0
./backend/LcmCrdt.Tests/test-results/LcmCrdt.Tests.results.xml [took 0s]
CreateSense_WillCreateWithExistingDomains (LcmCrdt.Tests.BasicApiTests) failed: LcmCrdt.Tests.BasicApiTests#L0
./backend/LcmCrdt.Tests/test-results/LcmCrdt.Tests.results.xml [took 0s]
UpdateExampleSentence (LcmCrdt.Tests.BasicApiTests) failed: LcmCrdt.Tests.BasicApiTests#L0
./backend/LcmCrdt.Tests/test-results/LcmCrdt.Tests.results.xml [took 0s]
UpdateEntryNote (LcmCrdt.Tests.BasicApiTests) failed: LcmCrdt.Tests.BasicApiTests#L0
./backend/LcmCrdt.Tests/test-results/LcmCrdt.Tests.results.xml [took 0s]
UpdateSense (LcmCrdt.Tests.BasicApiTests) failed: LcmCrdt.Tests.BasicApiTests#L0
./backend/LcmCrdt.Tests/test-results/LcmCrdt.Tests.results.xml [took 0s]
GetWritingSystems (LcmCrdt.Tests.BasicApiTests) failed: LcmCrdt.Tests.BasicApiTests#L0
./backend/LcmCrdt.Tests/test-results/LcmCrdt.Tests.results.xml [took 0s]
GetEntriesByExemplar (LcmCrdt.Tests.BasicApiTests) failed: LcmCrdt.Tests.BasicApiTests#L0
./backend/LcmCrdt.Tests/test-results/LcmCrdt.Tests.results.xml [took 0s]
CreateSense_WontCreateMissingPartOfSpeech (LcmCrdt.Tests.BasicApiTests) failed: LcmCrdt.Tests.BasicApiTests#L0
./backend/LcmCrdt.Tests/test-results/LcmCrdt.Tests.results.xml [took 0s]
UpdateSensePartOfSpeech (LcmCrdt.Tests.BasicApiTests) failed: LcmCrdt.Tests.BasicApiTests#L0
./backend/LcmCrdt.Tests/test-results/LcmCrdt.Tests.results.xml [took 0s]
UpdateSenseSemanticDomain (LcmCrdt.Tests.BasicApiTests) failed: LcmCrdt.Tests.BasicApiTests#L0
./backend/LcmCrdt.Tests/test-results/LcmCrdt.Tests.results.xml [took 0s]
SearchEntries (LcmCrdt.Tests.BasicApiTests) failed: LcmCrdt.Tests.BasicApiTests#L0
./backend/LcmCrdt.Tests/test-results/LcmCrdt.Tests.results.xml [took 0s]
CreateSense_WillCreateWthExistingPartOfSpeech (LcmCrdt.Tests.BasicApiTests) failed: LcmCrdt.Tests.BasicApiTests#L0
./backend/LcmCrdt.Tests/test-results/LcmCrdt.Tests.results.xml [took 0s]
UpdateEntry (LcmCrdt.Tests.BasicApiTests) failed: LcmCrdt.Tests.BasicApiTests#L0
./backend/LcmCrdt.Tests/test-results/LcmCrdt.Tests.results.xml [took 0s]
DeleteEntry (LcmCrdt.Tests.BasicApiTests) failed: LcmCrdt.Tests.BasicApiTests#L0
./backend/LcmCrdt.Tests/test-results/LcmCrdt.Tests.results.xml [took 0s]
Build FW Lite: backend/MiniLcm/InMemoryApi.cs#L195
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 FW Lite: backend/MiniLcm/InMemoryApi.cs#L214
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 FW Lite: backend/FwDataMiniLcmBridge/Api/FwDataMiniLcmApi.cs#L167
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 FW Lite: backend/FwDataMiniLcmBridge/Api/FwDataMiniLcmApi.cs#L175
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 FW Lite: backend/FwDataMiniLcmBridge/Api/FwDataMiniLcmApi.cs#L255
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 FW Lite: backend/FwDataMiniLcmBridge/LcmUtils/LcmThreadedProgress.cs#L10
The event 'LcmThreadedProgress.Canceling' is never used
Build FW Lite: backend/FwDataMiniLcmBridge/Api/UpdateProxy/UpdateSenseProxy.cs#L89
Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it to another method (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD110.md)
Build FW Lite: backend/FwDataMiniLcmBridge/Api/UpdateProxy/UpdateEntryProxy.cs#L38
Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it to another method (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD110.md)
Build FW Lite
Found version-specific or distribution-specific runtime identifier(s): debian-x64, fedora-x64, opensuse-x64, rhel-x64, win7-arm, win7-x64, win7-x86. Affected libraries: Libuv. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
Build FW Lite: backend/LcmCrdt/LcmCrdtKernel.cs#L4
The using directive for 'Crdt' appeared previously in this namespace
34 tests found
There are 34 tests, see "Raw output" for the full list of tests.