Skip to content

Crdt demo

Crdt demo #158

Triggered via pull request September 20, 2024 07:01
@hahn-kevhahn-kev
synchronize #1053
crdt-demo
Status Failure
Total duration 6m 21s
Artifacts

fw-lite.yaml

on: pull_request
Build FW Lite and run tests
6m 5s
Build FW Lite and run tests
Publish FW Lite app
0s
Publish FW Lite app
Publish FW Lite app for Mac
0s
Publish FW Lite app for Mac
Publish FW Lite app for Linux
0s
Publish FW Lite app for Linux
Sign FWLite MSIX installer
0s
Sign FWLite MSIX installer
Create Release
0s
Create Release
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 13 warnings
FwDataMiniLcmBridge.Tests.PartOfSpeechTests.GetPartsOfSpeech_ReturnsAllPartsOfSpeech
System.InvalidOperationException : No service for type 'Microsoft.Extensions.Configuration.IConfiguration' has been registered.
FwDataMiniLcmBridge.Tests.PartOfSpeechTests.Sense_UpdatesPartOfSpeech
System.InvalidOperationException : No service for type 'Microsoft.Extensions.Configuration.IConfiguration' has been registered.
FwDataMiniLcmBridge.Tests.PartOfSpeechTests.Sense_HasPartOfSpeech
System.InvalidOperationException : No service for type 'Microsoft.Extensions.Configuration.IConfiguration' has been registered.
FwDataMiniLcmBridge.Tests.SemanticDomainTests.Sense_AddSemanticDomain
System.InvalidOperationException : No service for type 'Microsoft.Extensions.Configuration.IConfiguration' has been registered.
FwDataMiniLcmBridge.Tests.SemanticDomainTests.Sense_RemoveSemanticDomain
System.InvalidOperationException : No service for type 'Microsoft.Extensions.Configuration.IConfiguration' has been registered.
FwDataMiniLcmBridge.Tests.SemanticDomainTests.Sense_HasSemanticDomains
System.InvalidOperationException : No service for type 'Microsoft.Extensions.Configuration.IConfiguration' has been registered.
FwDataMiniLcmBridge.Tests.SemanticDomainTests.GetSemanticDomains_ReturnsAllSemanticDomains
System.InvalidOperationException : No service for type 'Microsoft.Extensions.Configuration.IConfiguration' has been registered.
FwDataMiniLcmBridge.Tests.WritingSystemTests.GetWritingSystems_DoesNotReturnNullOrEmpty
System.InvalidOperationException : No service for type 'Microsoft.Extensions.Configuration.IConfiguration' has been registered.
FwDataMiniLcmBridge.Tests.WritingSystemTests.GetWritingSystems_ReturnsExemplars
System.InvalidOperationException : No service for type 'Microsoft.Extensions.Configuration.IConfiguration' has been registered.
FwLiteProjectSync.Tests.SyncFixtureTests.CanStart: backend/FwLite/FwLiteProjectSync.Tests/SyncFixtureTests.cs#L11
System.InvalidOperationException : No service for type 'Microsoft.Extensions.Configuration.IConfiguration' has been registered.
Build FW Lite and run tests: backend/FwLite/FwDataMiniLcmBridge.Tests/PartOfSpeechTests.cs#L41
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 and run tests: backend/FwLite/FwDataMiniLcmBridge.Tests/WritingSystemTests.cs#L28
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 and run tests: backend/FwLite/FwDataMiniLcmBridge.Tests/SemanticDomainTests.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 FW Lite and run tests: backend/FwLite/MiniLcm/InMemoryApi.cs#L177
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 and run tests: backend/FwLite/MiniLcm/InMemoryApi.cs#L182
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 and run tests: backend/FwLite/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 and run tests: backend/FwLite/MiniLcm/InMemoryApi.cs#L233
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 and run tests: backend/FwLite/FwDataMiniLcmBridge/Api/FwDataMiniLcmApi.cs#L170
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 and run tests: backend/FwLite/FwDataMiniLcmBridge/Api/FwDataMiniLcmApi.cs#L178
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 and run tests: backend/FwLite/FwDataMiniLcmBridge/Api/FwDataMiniLcmApi.cs#L192
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 and run tests: backend/FwLite/FwDataMiniLcmBridge/Api/FwDataMiniLcmApi.cs#L205
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 and run tests: backend/FwLite/FwDataMiniLcmBridge/Api/FwDataMiniLcmApi.cs#L288
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 and run tests: backend/FwLite/FwDataMiniLcmBridge/LcmUtils/LcmThreadedProgress.cs#L10
The event 'LcmThreadedProgress.Canceling' is never used