Validate NuGet packages #704
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)
|