- Refactor ModifiablePublisherRole and ModifiableUserRole to support … #53
Annotations
1 error and 10 warnings
|
build-and-publish
Process completed with exit code 1.
|
|
build-and-publish:
src/Nomad/ReadOnlyAccentColor.cs#L25
The event 'ReadOnlyAccentColor.AccentColorUpdated' is never used
|
|
build-and-publish:
src/Nomad/ReadOnlyEntity.cs#L78
The event 'ReadOnlyEntity.LinksAdded' is never used
|
|
build-and-publish:
src/Nomad/ModifiableUser.cs#L204
The event 'ModifiableUser.ConnectionsAdded' is never used
|
|
build-and-publish:
src/Nomad/ModifiablePublisherRole.cs#L73
The event 'ModifiablePublisherRole.ConnectionsAdded' is never used
|
|
build-and-publish:
src/Nomad/ModifiablePublisher.cs#L257
The event 'ModifiablePublisher.DescriptionUpdated' is never used
|
|
build-and-publish:
src/Nomad/ModifiableUser.cs#L231
The event 'ModifiableUser.ProjectsRemoved' is never used
|
|
build-and-publish:
src/Nomad/ModifiableProject.cs#L245
The event 'ModifiableProject.ConnectionsAdded' is never used
|
|
build-and-publish:
src/Nomad/ModifiableProject.cs#L257
The event 'ModifiableProject.ImagesAdded' is never used
|
|
build-and-publish:
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-and-publish:
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.
|