Fix up order stuff #642
fw-lite.yaml
on: pull_request
Build FW Lite and run tests
23m 26s
Publish FW Lite app for Mac
0s
Publish FW Lite app for Linux
0s
Publish FW Lite app for Android
0s
Publish FW Lite app for Windows
0s
Create Release
0s
Annotations
10 errors and 10 warnings
LcmCrdt.Tests.MiniLcmTests.UpdateEntryTests.UpdateEntry_CanReorderSenses(before: "a
MiniLcm.Exceptions.SyncObjectException : Failed to sync entry Entry { Id = 7e294c54-622c-4094-952c-4ed0ae15fd08, DeletedAt = , LexemeForm = en: order, CitationForm = {}, LiteralMeaning = {}, Senses = System.Collections.Generic.List`1[MiniLcm.Models.Sense], Note = {}, Components = System.Collections.Generic.List`1[MiniLcm.Models.ComplexFormComponent], ComplexForms = System.Collections.Generic.List`1[MiniLcm.Models.ComplexFormComponent], ComplexFormTypes = System.Collections.Generic.List`1[MiniLcm.Models.ComplexFormType] }
---- FluentValidation.ValidationException : Validation failed:
-- Order: Order must not be set explicitly, it is managed internally. Severity: Error
|
LcmCrdt.Tests.MiniLcmTests.UpdateEntryTests.UpdateEntry_CanReorderSenses(before: "a
MiniLcm.Exceptions.SyncObjectException : Failed to sync entry Entry { Id = 8b1fe508-c2d7-4ced-bb57-9dd28d7dc6b3, DeletedAt = , LexemeForm = en: order, CitationForm = {}, LiteralMeaning = {}, Senses = System.Collections.Generic.List`1[MiniLcm.Models.Sense], Note = {}, Components = System.Collections.Generic.List`1[MiniLcm.Models.ComplexFormComponent], ComplexForms = System.Collections.Generic.List`1[MiniLcm.Models.ComplexFormComponent], ComplexFormTypes = System.Collections.Generic.List`1[MiniLcm.Models.ComplexFormType] }
---- FluentValidation.ValidationException : Validation failed:
-- Order: Order must not be set explicitly, it is managed internally. Severity: Error
|
LcmCrdt.Tests.MiniLcmTests.UpdateEntryTests.UpdateEntry_Works
FluentValidation.ValidationException : Validation failed:
-- Senses[0].ExampleSentences[0].Order: Order must not be set explicitly, it is managed internally. Severity: Error
-- Senses[0].Order: Order must not be set explicitly, it is managed internally. Severity: Error
|
LcmCrdt.Tests.MiniLcmTests.UpdateEntryTests.UpdateEntry_CanReorderExampleSentence(before: "a
FluentValidation.ValidationException : Validation failed:
-- Senses[0].Order: Order must not be set explicitly, it is managed internally. Severity: Error
|
LcmCrdt.Tests.MiniLcmTests.UpdateEntryTests.UpdateEntry_CanReorderExampleSentence(before: "a
FluentValidation.ValidationException : Validation failed:
-- Senses[0].Order: Order must not be set explicitly, it is managed internally. Severity: Error
|
LcmCrdt.Tests.MiniLcmTests.UpdateEntryTests.UpdateEntry_CanReorderExampleSentence(before: "a
FluentValidation.ValidationException : Validation failed:
-- Senses[0].Order: Order must not be set explicitly, it is managed internally. Severity: Error
|
LcmCrdt.Tests.MiniLcmTests.UpdateEntryTests.UpdateEntry_CanReorderExampleSentence(before: "a
FluentValidation.ValidationException : Validation failed:
-- Senses[0].Order: Order must not be set explicitly, it is managed internally. Severity: Error
|
LcmCrdt.Tests.MiniLcmTests.UpdateEntryTests.UpdateEntry_CanReorderExampleSentence(before: "a
FluentValidation.ValidationException : Validation failed:
-- Senses[0].Order: Order must not be set explicitly, it is managed internally. Severity: Error
|
LcmCrdt.Tests.MiniLcmTests.UpdateEntryTests.UpdateEntry_CanReorderExampleSentence(before: "a
FluentValidation.ValidationException : Validation failed:
-- Senses[0].Order: Order must not be set explicitly, it is managed internally. Severity: Error
|
LcmCrdt.Tests.MiniLcmTests.UpdateEntryTests.UpdateEntry_CanReorderExampleSentence(before: "a
FluentValidation.ValidationException : Validation failed:
-- Senses[0].Order: Order must not be set explicitly, it is managed internally. Severity: Error
|
Build FW Lite and run tests:
backend/FwLite/FwDataMiniLcmBridge/Api/FwDataMiniLcmApi.cs#L209
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
|
Build FW Lite and run tests:
backend/FwLite/LcmCrdt/CrdtProjectsService.cs#L25
The default value specified for parameter 'saveChangesOnDispose' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments
|
Build FW Lite and run tests:
backend/FwLite/LcmCrdt/CrdtMiniLcmApi.cs#L19
Parameter 'dbContext' is unread.
|
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/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/Data/SetupCollationInterceptor.cs#L27
The variable 'e' is declared but never used
|
Build FW Lite and run tests:
backend/FwLite/LcmCrdt/HistoryService.cs#L94
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
|
Build FW Lite and run tests:
backend/FwLite/LcmCrdt/HistoryService.cs#L94
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
|
Build FW Lite and run tests:
backend/FwLite/LcmCrdt/CrdtMiniLcmApi.cs#L392
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.
|