Skip to content

Merge pull request #2509 from erri120/feat/composite-2 #1863

Merge pull request #2509 from erri120/feat/composite-2

Merge pull request #2509 from erri120/feat/composite-2 #1863

Triggered via push January 22, 2025 10:45
Status Success
Total duration 14m 58s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Test (windows-latest): 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)
Test (windows-latest): 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)
Test (windows-latest): src/Abstractions/NexusMods.Abstractions.IO/StreamFactories/NativeFileStreamFactory.cs#L11
The field 'NativeFileStreamFactory._lastModifiedCache' is never used
Test (windows-latest): 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)'.
Test (windows-latest): src/Abstractions/NexusMods.Abstractions.IO/SubStream.cs#L5
Missing XML comment for publicly visible type or member 'SubStream'
Test (windows-latest): src/Abstractions/NexusMods.Abstractions.IO/SubStream.cs#L11
Missing XML comment for publicly visible type or member 'SubStream.SubStream(Stream, Size, Size)'
Test (windows-latest): src/Abstractions/NexusMods.Abstractions.IO/SubStream.cs#L18
Missing XML comment for publicly visible type or member 'SubStream.Flush()'
Test (windows-latest): src/Abstractions/NexusMods.Abstractions.IO/SubStream.cs#L23
Missing XML comment for publicly visible type or member 'SubStream.Read(byte[], int, int)'
Test (windows-latest): src/Abstractions/NexusMods.Abstractions.IO/SubStream.cs#L36
Missing XML comment for publicly visible type or member 'SubStream.ReadAsync(byte[], int, int, CancellationToken)'
Test (windows-latest): src/Abstractions/NexusMods.Abstractions.IO/SubStream.cs#L51
Missing XML comment for publicly visible type or member 'SubStream.Seek(long, SeekOrigin)'