Skip to content

update projects to target dotnet 9 #391

update projects to target dotnet 9

update projects to target dotnet 9 #391

Triggered via pull request November 13, 2024 04:36
Status Failure
Total duration 5m 18s
Artifacts

fw-lite.yaml

on: pull_request
Build FW Lite and run tests
5m 2s
Build FW Lite and run tests
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
Publish FW Lite app for Windows
0s
Publish FW Lite app for Windows
Create Release
0s
Create Release
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
LcmCrdt.Tests.MiniLcmTests.ComplexFormComponentTests.CreateComplexFormComponent_CanCreateMultipleComponentSenses
System.TypeLoadException : Method 'Quote' in type 'SqlTransparentExpression' from assembly 'linq2db.EntityFrameworkCore, Version=8.1.0.0, Culture=neutral, PublicKeyToken=e41013125f9e410a' does not have an implementation.
LcmCrdt.Tests.MiniLcmTests.BasicApiTests.RemoveSenseSemanticDomain
System.TypeLoadException : Method 'Quote' in type 'SqlTransparentExpression' from assembly 'linq2db.EntityFrameworkCore, Version=8.1.0.0, Culture=neutral, PublicKeyToken=e41013125f9e410a' does not have an implementation.
LcmCrdt.Tests.Changes.ComplexFormTests.AddEntryComponent: backend/FwLite/LcmCrdt.Tests/Changes/ComplexFormTests.cs#L49
System.TypeLoadException : Method 'Quote' in type 'SqlTransparentExpression' from assembly 'linq2db.EntityFrameworkCore, Version=8.1.0.0, Culture=neutral, PublicKeyToken=e41013125f9e410a' does not have an implementation.
LcmCrdt.Tests.Changes.ComplexFormTests.AddComplexFormType: backend/FwLite/LcmCrdt.Tests/Changes/ComplexFormTests.cs#L16
System.TypeLoadException : Method 'Quote' in type 'SqlTransparentExpression' from assembly 'linq2db.EntityFrameworkCore, Version=8.1.0.0, Culture=neutral, PublicKeyToken=e41013125f9e410a' does not have an implementation.
LcmCrdt.Tests.Changes.ComplexFormTests.DeleteEntryComponent: backend/FwLite/LcmCrdt.Tests/Changes/ComplexFormTests.cs#L69
System.TypeLoadException : Method 'Quote' in type 'SqlTransparentExpression' from assembly 'linq2db.EntityFrameworkCore, Version=8.1.0.0, Culture=neutral, PublicKeyToken=e41013125f9e410a' does not have an implementation.
LcmCrdt.Tests.MiniLcmTests.BasicApiTests.SearchEntries
System.TypeLoadException : Method 'Quote' in type 'SqlTransparentExpression' from assembly 'linq2db.EntityFrameworkCore, Version=8.1.0.0, Culture=neutral, PublicKeyToken=e41013125f9e410a' does not have an implementation.
LcmCrdt.Tests.Changes.ComplexFormTests.RemoveComplexFormType: backend/FwLite/LcmCrdt.Tests/Changes/ComplexFormTests.cs#L27
System.TypeLoadException : Method 'Quote' in type 'SqlTransparentExpression' from assembly 'linq2db.EntityFrameworkCore, Version=8.1.0.0, Culture=neutral, PublicKeyToken=e41013125f9e410a' does not have an implementation.
LcmCrdt.Tests.MiniLcmTests.ComplexFormComponentTests.CreateComplexFormComponent_Works
System.TypeLoadException : Method 'Quote' in type 'SqlTransparentExpression' from assembly 'linq2db.EntityFrameworkCore, Version=8.1.0.0, Culture=neutral, PublicKeyToken=e41013125f9e410a' does not have an implementation.
LcmCrdt.Tests.MiniLcmTests.BasicApiTests.UpdateExampleSentence
System.TypeLoadException : Method 'Quote' in type 'SqlTransparentExpression' from assembly 'linq2db.EntityFrameworkCore, Version=8.1.0.0, Culture=neutral, PublicKeyToken=e41013125f9e410a' does not have an implementation.
LcmCrdt.Tests.MiniLcmTests.BasicApiTests.GetEntriesWithOptions
System.TypeLoadException : Method 'Quote' in type 'SqlTransparentExpression' from assembly 'linq2db.EntityFrameworkCore, Version=8.1.0.0, Culture=neutral, PublicKeyToken=e41013125f9e410a' does not have an implementation.
Build FW Lite and run tests: backend/FwLite/FwDataMiniLcmBridge/LcmUtils/LcmThreadedProgress.cs#L10
The event 'LcmThreadedProgress.Canceling' is never used
Build FW Lite and run tests: backend/FwLite/FwDataMiniLcmBridge/Api/UpdateProxy/UpdateEntryProxy.cs#L53
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 and run tests: backend/FwLite/FwDataMiniLcmBridge/Api/UpdateProxy/UpdateSenseProxy.cs#L121
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 and run tests: backend/FwLite/LcmCrdt/Changes/RemoveSemanticDomainChange.cs#L11
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/LcmCrdt/CrdtMiniLcmApi.cs#L16
Parameter 'dbContext' is unread.
Build FW Lite and run tests: backend/FwLite/LcmCrdt/RemoteSync/CrdtHttpSyncService.cs#L53
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/LcmCrdt/CrdtMiniLcmApi.cs#L308
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/FwLiteProjectSync/DryRunMiniLcmApi.cs#L30
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(MiniLcm.Models.WritingSystemType)2' is not covered.
Build FW Lite and run tests: backend/FwLite/LocalWebApp/Routes/HistoryRoutes.cs#L46
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'