- Refactor ModifiablePublisherRole and ModifiableUserRole to support … #86
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/ModifiableProject.cs#L251
The event 'ModifiableProject.LinksAdded' is never used
|
|
build:
src/Nomad/ModifiableUser.cs#L216
The event 'ModifiableUser.ImagesAdded' is never used
|
|
build:
src/Nomad/ReadOnlyProject.cs#L177
The event 'ReadOnlyProject.ExtendedDescriptionUpdated' is never used
|
|
build:
src/Nomad/ReadOnlyUser.cs#L128
The event 'ReadOnlyUser.NameUpdated' is never used
|
|
build:
src/Nomad/ReadOnlyPublisherRole.cs#L88
The event 'ReadOnlyPublisherRole.ProjectsAdded' is never used
|
|
build:
src/Nomad/ReadOnlyProject.cs#L201
The event 'ReadOnlyProject.ImagesRemoved' is never used
|
|
build:
src/Nomad/ModifiablePublisher.cs#L254
The event 'ModifiablePublisher.NameUpdated' is never used
|
|
build:
src/Nomad/ReadOnlyUser.cs#L167
The event 'ReadOnlyUser.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.
|