Skip to content

simplify create new entry dialog (#1438) #382

simplify create new entry dialog (#1438)

simplify create new entry dialog (#1438) #382

Triggered via push February 4, 2025 01:50
Status Success
Total duration 4m 8s
Artifacts
Set Version
0s
Set Version
Build FwHeadless  /  publish-fw-headless
3m 6s
Build FwHeadless / publish-fw-headless
Deploy FwHeadless  /  deploy
21s
Deploy FwHeadless / deploy
Matrix: Deploy FwHeadless / verify-published
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Build FwHeadless / publish-fw-headless
Parameter 'logger' is unread.
Build FwHeadless / publish-fw-headless
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 FwHeadless / publish-fw-headless
Parameter 'dbContext' is unread.
Build FwHeadless / publish-fw-headless
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 FwHeadless / publish-fw-headless
The variable 'e' is declared but never used
Build FwHeadless / publish-fw-headless
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 FwHeadless / publish-fw-headless
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 FwHeadless / publish-fw-headless
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
Build FwHeadless / publish-fw-headless
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
Build FwHeadless / publish-fw-headless
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 FwHeadless / publish-fw-headless: backend/FwLite/LcmCrdt/CrdtProjectsService.cs#L27
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 FwHeadless / publish-fw-headless: backend/FwLite/LcmCrdt/CrdtMiniLcmApi.cs#L391
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 FwHeadless / publish-fw-headless: 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 FwHeadless / publish-fw-headless: 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 FwHeadless / publish-fw-headless: backend/FwLite/LcmCrdt/HistoryService.cs#L93
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
Build FwHeadless / publish-fw-headless: backend/FwLite/LcmCrdt/HistoryService.cs#L93
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
Build FwHeadless / publish-fw-headless: backend/FwLite/FwDataMiniLcmBridge/Api/FwDataMiniLcmApi.cs#L215
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.