Skip to content

Add role data to Publisher.ParentPublishers and Publisher.ChildPublishers commands #10

Add role data to Publisher.ParentPublishers and Publisher.ChildPublishers commands

Add role data to Publisher.ParentPublishers and Publisher.ChildPublishers commands #10

Triggered via pull request June 9, 2025 17:51
Status Success
Total duration 33s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: sdk/src/Nomad/ReadOnlyPublisher.cs#L177
The event 'ReadOnlyPublisher.ForgetMeUpdated' is never used
build: sdk/src/Nomad/ReadOnlyUserRole.cs#L82
The event 'ReadOnlyUserRole.ProjectsAdded' is never used
build: sdk/src/Nomad/ReadOnlyPublisher.cs#L207
The event 'ReadOnlyPublisher.ProjectsRemoved' is never used
build: sdk/src/Nomad/ModifiableUserRole.cs#L75
The event 'ModifiableUserRole.PublishersRemoved' is never used
build: sdk/src/Nomad/ReadOnlyEntity.cs#L75
The event 'ReadOnlyEntity.ConnectionsRemoved' is never used
build: sdk/src/Nomad/ModifiableUser.cs#L231
The event 'ModifiableUser.ProjectsRemoved' is never used
build: sdk/src/Nomad/ModifiableProject.cs#L257
The event 'ModifiableProject.ImagesAdded' is never used
build: sdk/src/Nomad/ReadOnlyProjectRole.cs#L79
The event 'ReadOnlyProjectRole.ConnectionsRemoved' is never used
build: sdk/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: sdk/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.