Add blog generator feature with storage-first virtual IFolder pattern #16
Annotations
10 warnings
|
build:
sdk/src/Nomad/ReadOnlyLinksCollection.cs#L40
The event 'ReadOnlyLinksCollection.LinksRemoved' is never used
|
|
build:
sdk/src/Nomad/ReadOnlyEntity.cs#L69
The event 'ReadOnlyEntity.IsUnlistedUpdated' is never used
|
|
build:
sdk/src/Nomad/ReadOnlyEntity.cs#L81
The event 'ReadOnlyEntity.LinksRemoved' is never used
|
|
build:
sdk/src/Nomad/ModifiablePublisher.cs#L278
The event 'ModifiablePublisher.LinksRemoved' is never used
|
|
build:
sdk/src/Nomad/ReadOnlyProjectRole.cs#L76
The event 'ReadOnlyProjectRole.ConnectionsAdded' is never used
|
|
build:
sdk/src/Nomad/ModifiableProjectRole.cs#L76
The event 'ModifiableProjectRole.IsUnlistedUpdated' is never used
|
|
build:
sdk/src/Nomad/ModifiableUser.cs#L231
The event 'ModifiableUser.ProjectsRemoved' is never used
|
|
build:
sdk/src/Nomad/ReadOnlyPublisherRole.cs#L88
The event 'ReadOnlyPublisherRole.ProjectsAdded' is never used
|
|
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.
|
|
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.
|