Skip to content

Update .NET version in build workflow to 9.0.x #8

Update .NET version in build workflow to 9.0.x

Update .NET version in build workflow to 9.0.x #8

Triggered via push June 1, 2025 20:41
Status Success
Total duration 37s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: sdk/src/Nomad/ReadOnlyEntity.cs#L81
The event 'ReadOnlyEntity.LinksRemoved' is never used
build: sdk/src/Nomad/ReadOnlyUserRole.cs#L76
The event 'ReadOnlyUserRole.PublishersAdded' is never used
build: sdk/src/Nomad/ReadOnlyUserRole.cs#L49
The event 'ReadOnlyUserRole.ExtendedDescriptionUpdated' is never used
build: sdk/src/Nomad/ReadOnlyProjectRole.cs#L79
The event 'ReadOnlyProjectRole.ConnectionsRemoved' is never used
build: sdk/src/Nomad/ModifiablePublisher.cs#L266
The event 'ModifiablePublisher.IsUnlistedUpdated' is never used
build: sdk/src/Nomad/ReadOnlyProjectRole.cs#L61
The event 'ReadOnlyProjectRole.NameUpdated' is never used
build: sdk/src/Nomad/ReadOnlyProject.cs#L168
The event 'ReadOnlyProject.PublisherUpdated' is never used
build: sdk/src/Nomad/ModifiableUserRole.cs#L81
The event 'ModifiableUserRole.ProjectsRemoved' 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.