Skip to content

Validate NuGet packages #2601

Validate NuGet packages

Validate NuGet packages #2601

Triggered via schedule January 25, 2025 09:00
Status Success
Total duration 1m 36s
Artifacts

validate-nupkgs.yaml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: src/Extensions/NexusMods.Extensions.DependencyInjection/DependencyInjectionExtensions.cs#L56
XML comment on 'DependencyInjectionExtensions.AddAllSingleton<TService1, TService2, TImplementation>(IServiceCollection, Func<IServiceProvider, TImplementation>?)' has a typeparamref tag for 'TService', but there is no type parameter by that name
build: src/Extensions/NexusMods.Extensions.DependencyInjection/DependencyInjectionExtensions.cs#L57
XML comment on 'DependencyInjectionExtensions.AddAllSingleton<TService1, TService2, TImplementation>(IServiceCollection, Func<IServiceProvider, TImplementation>?)' has a typeparamref tag for 'TService', but there is no type parameter by that name
build: src/NexusMods.ProxyConsole.Abstractions/VerbDefinitions/OptionAttribute.cs#L12
Parameter 'isOptional' has no matching param tag in the XML comment for 'OptionAttribute.OptionAttribute(string, string, string, bool)' (but other parameters do)
build: src/NexusMods.ProxyConsole.Abstractions/VerbDefinitions/OptionDefinition.cs#L13
Parameter 'IsOptional' has no matching param tag in the XML comment for 'OptionDefinition.OptionDefinition(Type, string, string, string, bool, bool)' (but other parameters do)
build: src/Abstractions/NexusMods.Abstractions.IO/StreamFactories/NativeFileStreamFactory.cs#L11
The field 'NativeFileStreamFactory._lastModifiedCache' is never used
build: src/Abstractions/NexusMods.Abstractions.IO/IFileStore.cs#L39
Ambiguous reference in cref attribute: 'BackupFiles'. Assuming 'IFileStore.BackupFiles(IEnumerable<ArchivedFileEntry>, bool, CancellationToken)', but could have also matched other overloads including 'IFileStore.BackupFiles(string, IEnumerable<ArchivedFileEntry>, CancellationToken)'.
build: src/Abstractions/NexusMods.Abstractions.IO/SubStream.cs#L5
Missing XML comment for publicly visible type or member 'SubStream'
build: src/Abstractions/NexusMods.Abstractions.IO/SubStream.cs#L11
Missing XML comment for publicly visible type or member 'SubStream.SubStream(Stream, Size, Size)'
build: src/Abstractions/NexusMods.Abstractions.IO/SubStream.cs#L18
Missing XML comment for publicly visible type or member 'SubStream.Flush()'
build: src/Abstractions/NexusMods.Abstractions.IO/SubStream.cs#L23
Missing XML comment for publicly visible type or member 'SubStream.Read(byte[], int, int)'