Add comprehensive interface inheritance hierarchy for Publisher, Project, and User entities #98
Annotations
1 error and 10 warnings
|
build
Process completed with exit code 1.
|
|
build:
src/Nomad/ModifiableUserRole.cs#L63
The event 'ModifiableUserRole.LinksRemoved' is never used
|
|
build:
src/Nomad/ModifiableUserRole.cs#L66
The event 'ModifiableUserRole.ImagesAdded' is never used
|
|
build:
src/Nomad/ReadOnlyUserRole.cs#L67
The event 'ReadOnlyUserRole.LinksRemoved' is never used
|
|
build:
src/Nomad/ModifiableUserRole.cs#L57
The event 'ModifiableUserRole.ConnectionsRemoved' is never used
|
|
build:
src/Nomad/ModifiableUserRole.cs#L69
The event 'ModifiableUserRole.ImagesRemoved' is never used
|
|
build:
src/Nomad/ReadOnlyUser.cs#L146
The event 'ReadOnlyUser.ConnectionsRemoved' is never used
|
|
build:
src/Nomad/ReadOnlyEntity.cs#L84
The event 'ReadOnlyEntity.ImagesAdded' is never used
|
|
build:
src/Nomad/ReadOnlyUserRole.cs#L82
The event 'ReadOnlyUserRole.ProjectsAdded' 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.
|