Add comprehensive interface inheritance hierarchy for Publisher, Project, and User entities #106
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/ReadOnlyProjectRole.cs#L67
The event 'ReadOnlyProjectRole.ExtendedDescriptionUpdated' is never used
|
|
build:
src/Nomad/ModifiableUserRole.cs#L39
The event 'ModifiableUserRole.NameUpdated' is never used
|
|
build:
src/Nomad/ReadOnlyPublisher.cs#L183
The event 'ReadOnlyPublisher.ConnectionsAdded' is never used
|
|
build:
src/Nomad/ReadOnlyImagesCollection.cs#L28
The event 'ReadOnlyImagesCollection.ImagesAdded' is never used
|
|
build:
src/Nomad/ReadOnlyProject.cs#L171
The event 'ReadOnlyProject.NameUpdated' is never used
|
|
build:
src/Nomad/ReadOnlyPublisher.cs#L207
The event 'ReadOnlyPublisher.ProjectsRemoved' is never used
|
|
build:
src/Nomad/ModifiableEntity.cs#L82
The event 'ModifiableEntity.ImagesAdded' is never used
|
|
build:
src/Nomad/ReadOnlyPublisher.cs#L180
The event 'ReadOnlyPublisher.IsUnlistedUpdated' is never used
|
|
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.
|
|
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.
|