Skip to content

Validate NuGet packages #707

Validate NuGet packages

Validate NuGet packages #707

Triggered via schedule December 31, 2023 09:00
Status Success
Total duration 1m 5s
Artifacts

validate-nupkgs.yaml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/NexusMods.Abstractions/Activities/ActivityReport.cs#L85
The result of the expression is always 'true' since a value of type 'Optional<T>' is never equal to 'null' of type 'Optional<T>?'
build
Missing XML comment for publicly visible type or member 'ActivityId.NewId()'
build: src/NexusMods.Abstractions/CLI/Renderable.cs#L5
Missing XML comment for publicly visible type or member 'Renderable'
build: src/NexusMods.Abstractions/CLI/Renderable.cs#L8
Ambiguous reference in cref attribute: 'Text'. Assuming 'Renderable.Text(string)', but could have also matched other overloads including 'Renderable.Text(string, string[])'.
build: src/NexusMods.Abstractions/CLI/Renderable.cs#L15
Ambiguous reference in cref attribute: 'Text'. Assuming 'Renderable.Text(string)', but could have also matched other overloads including 'Renderable.Text(string, string[])'.
build: src/NexusMods.Abstractions/CLI/Renderable.cs#L19
Parameter 'args' has no matching param tag in the XML comment for 'Renderable.Text(string, string[])' (but other parameters do)
build: src/NexusMods.Abstractions/CLI/RendererExtensions.cs#L41
XML comment has a param tag for 'text', but there is no parameter by that name
build: src/NexusMods.Abstractions/CLI/RendererExtensions.cs#L42
Parameter 'template' has no matching param tag in the XML comment for 'RendererExtensions.Text(IRenderer, string, params object[])' (but other parameters do)
build: src/NexusMods.Abstractions/CLI/RendererExtensions.cs#L42
Parameter 'args' has no matching param tag in the XML comment for 'RendererExtensions.Text(IRenderer, string, params object[])' (but other parameters do)
build: src/NexusMods.Abstractions/CLI/RendererExtensions.cs#L53
Parameter 'token' has no matching param tag in the XML comment for 'RendererExtensions.WithProgress<T>(IRenderer, CancellationToken, Func<Task<T>>)' (but other parameters do)