Fix up order stuff #642
Annotations
10 errors and 10 warnings
Dotnet test
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
|
Dotnet test
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
|
Dotnet test
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
|
Dotnet test
FluentValidation.ValidationException : Validation failed:
-- Senses[0].Order: Order must not be set explicitly, it is managed internally. Severity: Error
|
Dotnet test
FluentValidation.ValidationException : Validation failed:
-- Senses[0].Order: Order must not be set explicitly, it is managed internally. Severity: Error
|
Dotnet test
FluentValidation.ValidationException : Validation failed:
-- Senses[0].Order: Order must not be set explicitly, it is managed internally. Severity: Error
|
Dotnet test
FluentValidation.ValidationException : Validation failed:
-- Senses[0].Order: Order must not be set explicitly, it is managed internally. Severity: Error
|
Dotnet test
FluentValidation.ValidationException : Validation failed:
-- Senses[0].Order: Order must not be set explicitly, it is managed internally. Severity: Error
|
Dotnet test
FluentValidation.ValidationException : Validation failed:
-- Senses[0].Order: Order must not be set explicitly, it is managed internally. Severity: Error
|
Dotnet test
FluentValidation.ValidationException : Validation failed:
-- Senses[0].Order: Order must not be set explicitly, it is managed internally. Severity: Error
|
Dotnet test:
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.
|
Dotnet test:
backend/FwLite/FwDataMiniLcmBridge/LcmUtils/LcmThreadedProgress.cs#L10
The event 'LcmThreadedProgress.Canceling' is never used
|
Dotnet test:
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
|
Dotnet test:
backend/FwLite/LcmCrdt/CrdtMiniLcmApi.cs#L19
Parameter 'dbContext' is unread.
|
Dotnet test:
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.
|
Dotnet test:
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.
|
Dotnet test:
backend/FwLite/LcmCrdt/Data/SetupCollationInterceptor.cs#L27
The variable 'e' is declared but never used
|
Dotnet test:
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?'
|
Dotnet test:
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?'
|
Dotnet test:
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.
|
Loading