Skip to content

Add comprehensive interface inheritance hierarchy for Publisher, Project, and User entities #105

Add comprehensive interface inheritance hierarchy for Publisher, Project, and User entities

Add comprehensive interface inheritance hierarchy for Publisher, Project, and User entities #105

Re-run triggered September 7, 2025 04:13
Status Cancelled
Total duration 6h 0m 20s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
build
The operation was canceled.
build
The job has exceeded the maximum execution time of 6h0m0s
build: src/Nomad/ReadOnlyPublisherRole.cs#L73
The event 'ReadOnlyPublisherRole.LinksAdded' is never used
build: src/Nomad/ModifiableUser.cs#L213
The event 'ModifiableUser.LinksRemoved' is never used
build: src/Nomad/ReadOnlyPublisher.cs#L189
The event 'ReadOnlyPublisher.LinksAdded' is never used
build: src/Nomad/ModifiableProjectRole.cs#L58
The event 'ModifiableProjectRole.CategoryUpdated' is never used
build: src/Nomad/ReadOnlyImagesCollection.cs#L28
The event 'ReadOnlyImagesCollection.ImagesAdded' is never used
build: src/Nomad/ReadOnlyUserRole.cs#L55
The event 'ReadOnlyUserRole.IsUnlistedUpdated' is never used
build: src/Nomad/ReadOnlyEntity.cs#L69
The event 'ReadOnlyEntity.IsUnlistedUpdated' is never used
build: src/Nomad/ModifiableUserRole.cs#L54
The event 'ModifiableUserRole.ConnectionsAdded' is never used
build: 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: 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.