Skip to content

Add multi-page asset-aware markdown-to-html storage implementation #23

Add multi-page asset-aware markdown-to-html storage implementation

Add multi-page asset-aware markdown-to-html storage implementation #23

Triggered via pull request July 22, 2026 23:32
Status Success
Total duration 37s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v2, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build: sdk/src/Nomad/ModifiablePublisherRole.cs#L79
The event 'ModifiablePublisherRole.LinksAdded' is never used
build: sdk/src/Nomad/ReadOnlyUser.cs#L152
The event 'ReadOnlyUser.LinksRemoved' is never used
build: sdk/src/Nomad/ModifiableUserRole.cs#L69
The event 'ModifiableUserRole.ImagesRemoved' is never used
build: sdk/src/Nomad/ReadOnlyProject.cs#L168
The event 'ReadOnlyProject.PublisherUpdated' is never used
build: sdk/src/Nomad/ReadOnlyProject.cs#L210
The event 'ReadOnlyProject.FeaturesRemoved' is never used
build: sdk/src/Nomad/ModifiableUser.cs#L228
The event 'ModifiableUser.ProjectsAdded' is never used
build: sdk/src/Nomad/ModifiablePublisherRole.cs#L82
The event 'ModifiablePublisherRole.LinksRemoved' is never used
build: sdk/src/Nomad/ReadOnlyEntity.cs#L87
The event 'ReadOnlyEntity.ImagesRemoved' is never used
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.
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.