Skip to content

Merge pull request #43 from WindowsAppCommunity/copilot/fix-42 #55

Merge pull request #43 from WindowsAppCommunity/copilot/fix-42

Merge pull request #43 from WindowsAppCommunity/copilot/fix-42 #55

Triggered via push September 7, 2025 03:31
Status Failure
Total duration 26s
Artifacts

publish.yml

on: push
build-and-publish
24s
build-and-publish
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build-and-publish
Process completed with exit code 1.
build-and-publish: src/Nomad/ModifiableUserRole.cs#L51
The event 'ModifiableUserRole.IsUnlistedUpdated' is never used
build-and-publish: src/Nomad/ModifiableProjectRole.cs#L61
The event 'ModifiableProjectRole.PublisherUpdated' is never used
build-and-publish: src/InMemoryConnection.cs#L28
The event 'InMemoryConnection.ValueUpdated' is never used
build-and-publish: src/Nomad/ReadOnlyUser.cs#L140
The event 'ReadOnlyUser.IsUnlistedUpdated' is never used
build-and-publish: src/Nomad/ModifiableProjectRole.cs#L58
The event 'ModifiableProjectRole.CategoryUpdated' is never used
build-and-publish: src/Nomad/ModifiableProjectRole.cs#L76
The event 'ModifiableProjectRole.IsUnlistedUpdated' is never used
build-and-publish: src/Nomad/ReadOnlyProject.cs#L201
The event 'ReadOnlyProject.ImagesRemoved' is never used
build-and-publish: src/Nomad/ReadOnlyUser.cs#L146
The event 'ReadOnlyUser.ConnectionsRemoved' is never used
build-and-publish: src/Nomad/ModifiableLinksCollection.cs#L107
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-and-publish: src/Nomad/ModifiableImagesCollection.cs#L116
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.