CrdtMerge API web service #295
Annotations
10 errors and 11 warnings
backend/FwLite/FwDataMiniLcmBridge.Tests/UpdateComplexFormsTests.cs#L30
System.IO.FileNotFoundException : Could not find file 'C:\ProgramData\SIL\FieldWorks\Projects\update-complex-forms-test_219501a8-18ce-42d4-b879-7a9e32348dfa\update-complex-forms-test_219501a8-18ce-42d4-b879-7a9e32348dfa.fwdata'.
|
backend/FwLite/FwDataMiniLcmBridge.Tests/UpdateComplexFormsTests.cs#L45
System.IO.FileNotFoundException : Could not find file 'C:\ProgramData\SIL\FieldWorks\Projects\update-complex-forms-test_b24a7e6a-0238-4601-94d0-12ebca9e1ea0\update-complex-forms-test_b24a7e6a-0238-4601-94d0-12ebca9e1ea0.fwdata'.
|
backend/FwLite/FwDataMiniLcmBridge.Tests/UpdateComplexFormsTests.cs#L379
System.IO.FileNotFoundException : Could not find file 'C:\ProgramData\SIL\FieldWorks\Projects\update-complex-forms-test_cd23eaf6-d41f-4a3b-9b26-dbc056e6212b\update-complex-forms-test_cd23eaf6-d41f-4a3b-9b26-dbc056e6212b.fwdata'.
|
backend/FwLite/FwDataMiniLcmBridge.Tests/UpdateComplexFormsTests.cs#L350
System.IO.FileNotFoundException : Could not find file 'C:\ProgramData\SIL\FieldWorks\Projects\update-complex-forms-test_01bbf8f6-68c8-4765-8b24-e6435d25200e\update-complex-forms-test_01bbf8f6-68c8-4765-8b24-e6435d25200e.fwdata'.
|
backend/FwLite/FwDataMiniLcmBridge.Tests/UpdateComplexFormsTests.cs#L363
System.IO.FileNotFoundException : Could not find file 'C:\ProgramData\SIL\FieldWorks\Projects\update-complex-forms-test_6c41bfe0-8f59-410a-9113-492e2d250ceb\update-complex-forms-test_6c41bfe0-8f59-410a-9113-492e2d250ceb.fwdata'.
|
backend/FwLite/FwDataMiniLcmBridge.Tests/UpdateComplexFormsTests.cs#L73
System.IO.FileNotFoundException : Could not find file 'C:\ProgramData\SIL\FieldWorks\Projects\update-complex-forms-test_4fca980b-f695-471a-8aa8-836494e7a921\update-complex-forms-test_4fca980b-f695-471a-8aa8-836494e7a921.fwdata'.
|
backend/FwLite/FwDataMiniLcmBridge.Tests/UpdateComplexFormsTests.cs#L174
System.IO.FileNotFoundException : Could not find file 'C:\ProgramData\SIL\FieldWorks\Projects\update-complex-forms-test_f7316cd9-39a0-489a-8524-f1aa78f13116\update-complex-forms-test_f7316cd9-39a0-489a-8524-f1aa78f13116.fwdata'.
|
backend/FwLite/FwDataMiniLcmBridge.Tests/UpdateComplexFormsTests.cs#L104
System.IO.FileNotFoundException : Could not find file 'C:\ProgramData\SIL\FieldWorks\Projects\update-complex-forms-test_2ca4144b-d23f-4246-8456-3394a5b4b44d\update-complex-forms-test_2ca4144b-d23f-4246-8456-3394a5b4b44d.fwdata'.
|
backend/FwLite/FwDataMiniLcmBridge.Tests/UpdateComplexFormsTests.cs#L204
System.IO.FileNotFoundException : Could not find file 'C:\ProgramData\SIL\FieldWorks\Projects\update-complex-forms-test_bca5fd2c-6219-4048-85d8-16741ce0b770\update-complex-forms-test_bca5fd2c-6219-4048-85d8-16741ce0b770.fwdata'.
|
backend/FwLite/FwDataMiniLcmBridge.Tests/UpdateComplexFormsTests.cs#L247
System.IO.FileNotFoundException : Could not find file 'C:\ProgramData\SIL\FieldWorks\Projects\update-complex-forms-test_d361b79c-0a2d-43c5-a473-f965854832a4\update-complex-forms-test_d361b79c-0a2d-43c5-a473-f965854832a4.fwdata'.
|
backend/FwLite/FwDataMiniLcmBridge.Tests/Fixtures/MockFwProjectLoader.cs#L12
The member 'MockFwProjectLoader.LoadCache(string)' does not hide an accessible member. The new keyword is not required.
|
backend/FwLite/MiniLcm/InMemoryApi.cs#L189
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.
|
backend/FwLite/MiniLcm/InMemoryApi.cs#L194
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.
|
backend/FwLite/MiniLcm/InMemoryApi.cs#L226
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.
|
backend/FwLite/MiniLcm/InMemoryApi.cs#L245
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.
|
backend/FwLite/FwDataMiniLcmBridge/LcmUtils/LcmThreadedProgress.cs#L10
The event 'LcmThreadedProgress.Canceling' is never used
|
backend/FwLite/FwDataMiniLcmBridge/Api/UpdateProxy/UpdateSenseProxy.cs#L122
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)
|
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)
|
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.
|
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.
|
backend/FwLite/LocalWebApp/SyncService.cs#L14
Parameter 'factory' is unread.
|
The logs for this run have expired and are no longer available.
Loading