Skip to content

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

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

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

Triggered via pull request June 9, 2025 03:31
Status Success
Total duration 37s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: sdk/src/InMemoryConnection.cs#L28
The event 'InMemoryConnection.ValueUpdated' is never used
build: sdk/src/Nomad/ModifiableUser.cs#L225
The event 'ModifiableUser.PublishersRemoved' is never used
build: sdk/src/Nomad/ModifiableUser.cs#L204
The event 'ModifiableUser.ConnectionsAdded' is never used
build: sdk/src/Nomad/ReadOnlyPublisherRole.cs#L52
The event 'ReadOnlyPublisherRole.NameUpdated' is never used
build: sdk/src/Nomad/ReadOnlyProjectRole.cs#L67
The event 'ReadOnlyProjectRole.ExtendedDescriptionUpdated' is never used
build: sdk/src/Nomad/ModifiableProject.cs#L245
The event 'ModifiableProject.ConnectionsAdded' is never used
build: sdk/src/Nomad/ReadOnlyPublisherRole.cs#L82
The event 'ReadOnlyPublisherRole.ImagesRemoved' is never used
build: sdk/src/Nomad/ModifiableProject.cs#L239
The event 'ModifiableProject.ForgetMeUpdated' 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.