Skip to content

Settings UI tweaks #5556

Settings UI tweaks

Settings UI tweaks #5556

Triggered via pull request February 13, 2025 13:48
Status Success
Total duration 6m 51s
Artifacts

clean_environment_tests.yaml

on: pull_request
Matrix: build-and-test / build-and-test
Fit to window
Zoom out
Zoom in

Annotations

40 warnings
build-and-test / Build and Test (ubuntu-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)
build-and-test / Build and Test (ubuntu-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)
build-and-test / Build and Test (ubuntu-latest): 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-and-test / Build and Test (ubuntu-latest): 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-and-test / Build and Test (ubuntu-latest): src/Abstractions/NexusMods.Abstractions.Hashes/Md5.cs#L14
Missing XML comment for publicly visible type or member 'Md5.Equals(Md5)'
build-and-test / Build and Test (ubuntu-latest): src/Abstractions/NexusMods.Abstractions.Hashes/Md5.cs#L19
Missing XML comment for publicly visible type or member 'Md5.Equals(object?)'
build-and-test / Build and Test (ubuntu-latest): src/Abstractions/NexusMods.Abstractions.Hashes/Md5.cs#L24
Missing XML comment for publicly visible type or member 'Md5.GetHashCode()'
build-and-test / Build and Test (ubuntu-latest): src/Abstractions/NexusMods.Abstractions.Hashes/Sha1.cs#L14
Missing XML comment for publicly visible type or member 'Sha1.Equals(Sha1)'
build-and-test / Build and Test (ubuntu-latest): src/Abstractions/NexusMods.Abstractions.Hashes/Sha1.cs#L19
Missing XML comment for publicly visible type or member 'Sha1.Equals(object?)'
build-and-test / Build and Test (ubuntu-latest): src/Abstractions/NexusMods.Abstractions.Hashes/Sha1.cs#L24
Missing XML comment for publicly visible type or member 'Sha1.GetHashCode()'
build-and-test / Build and Test (macos-latest): src/Abstractions/NexusMods.Abstractions.IO/ChunkedStreams/ChunkedStream.cs#L212
Missing XML comment for publicly visible type or member 'ChunkedStream<T>.Dispose(bool)'
build-and-test / Build and Test (macos-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)'.
build-and-test / Build and Test (macos-latest): src/Abstractions/NexusMods.Abstractions.IO/SubStream.cs#L5
Missing XML comment for publicly visible type or member 'SubStream'
build-and-test / Build and Test (macos-latest): src/Abstractions/NexusMods.Abstractions.IO/SubStream.cs#L11
Missing XML comment for publicly visible type or member 'SubStream.SubStream(Stream, Size, Size)'
build-and-test / Build and Test (macos-latest): src/Abstractions/NexusMods.Abstractions.IO/SubStream.cs#L18
Missing XML comment for publicly visible type or member 'SubStream.Flush()'
build-and-test / Build and Test (macos-latest): src/Abstractions/NexusMods.Abstractions.IO/SubStream.cs#L23
Missing XML comment for publicly visible type or member 'SubStream.Read(byte[], int, int)'
build-and-test / Build and Test (macos-latest): src/Abstractions/NexusMods.Abstractions.IO/SubStream.cs#L36
Missing XML comment for publicly visible type or member 'SubStream.ReadAsync(byte[], int, int, CancellationToken)'
build-and-test / Build and Test (macos-latest): src/Abstractions/NexusMods.Abstractions.IO/SubStream.cs#L51
Missing XML comment for publicly visible type or member 'SubStream.Seek(long, SeekOrigin)'
build-and-test / Build and Test (macos-latest): src/Abstractions/NexusMods.Abstractions.Hashes/Md5.cs#L14
Missing XML comment for publicly visible type or member 'Md5.Equals(Md5)'
build-and-test / Build and Test (macos-13): 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-and-test / Build and Test (macos-13): 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-and-test / Build and Test (macos-13): src/Abstractions/NexusMods.Abstractions.Cli/Renderable.cs#L11
Ambiguous reference in cref attribute: 'Text'. Assuming 'Renderable.Text(string)', but could have also matched other overloads including 'Renderable.Text(string, string[])'.
build-and-test / Build and Test (macos-13): src/Abstractions/NexusMods.Abstractions.Cli/Renderable.cs#L18
Ambiguous reference in cref attribute: 'Text'. Assuming 'Renderable.Text(string)', but could have also matched other overloads including 'Renderable.Text(string, string[])'.
build-and-test / Build and Test (macos-13): src/Abstractions/NexusMods.Abstractions.Cli/Renderable.cs#L22
Parameter 'args' has no matching param tag in the XML comment for 'Renderable.Text(string, string[])' (but other parameters do)
build-and-test / Build and Test (macos-13): src/Abstractions/NexusMods.Abstractions.Cli/Renderable.cs#L25
Ambiguous reference in cref attribute: 'Text'. Assuming 'Renderable.Text(string)', but could have also matched other overloads including 'Renderable.Text(string, string[])'.
build-and-test / Build and Test (macos-13): src/Abstractions/NexusMods.Abstractions.Cli/RendererExtensions.cs#L109
XML comment has a param tag for 'text', but there is no parameter by that name
build-and-test / Build and Test (macos-13): src/Abstractions/NexusMods.Abstractions.Cli/RendererExtensions.cs#L110
Parameter 'template' has no matching param tag in the XML comment for 'RendererExtensions.Text(IRenderer, string, params object[])' (but other parameters do)
build-and-test / Build and Test (macos-13): src/Abstractions/NexusMods.Abstractions.Cli/RendererExtensions.cs#L110
Parameter 'args' has no matching param tag in the XML comment for 'RendererExtensions.Text(IRenderer, string, params object[])' (but other parameters do)
build-and-test / Build and Test (macos-13): src/Abstractions/NexusMods.Abstractions.Cli/RendererExtensions.cs#L120
XML comment has a param tag for 'text', but there is no parameter by that name
build-and-test / Build and 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)
build-and-test / Build and 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)
build-and-test / Build and Test (windows-latest): src/Abstractions/NexusMods.Abstractions.UI/AViewModel.cs#L5
Missing XML comment for publicly visible type or member 'AViewModel<TInterface>'
build-and-test / Build and Test (windows-latest): src/Abstractions/NexusMods.Abstractions.UI/AViewModel.cs#L8
Missing XML comment for publicly visible type or member 'AViewModel<TInterface>.Activator'
build-and-test / Build and Test (windows-latest): src/Abstractions/NexusMods.Abstractions.UI/AViewModel.cs#L10
Missing XML comment for publicly visible type or member 'AViewModel<TInterface>.ViewModelInterface'
build-and-test / Build and Test (windows-latest): src/Abstractions/NexusMods.Abstractions.UI/Extensions/R3Extensions.cs#L10
Missing XML comment for publicly visible type or member 'R3Extensions'
build-and-test / Build and Test (windows-latest): src/Abstractions/NexusMods.Abstractions.UI/Extensions/R3Extensions.cs#L63
Missing XML comment for publicly visible type or member 'R3Extensions.ToObservableHashSet<TValue>(IObservable<IChangeSet<TValue>>)'
build-and-test / Build and Test (windows-latest): src/Abstractions/NexusMods.Abstractions.UI/Extensions/R3Extensions.cs#L72
Missing XML comment for publicly visible type or member 'R3Extensions.ToObservableList<TValue>(IObservable<IChangeSet<TValue>>)'
build-and-test / Build and Test (windows-latest): src/Abstractions/NexusMods.Abstractions.UI/Extensions/R3Extensions.cs#L81
Missing XML comment for publicly visible type or member 'R3Extensions.ToObservableDictionary<TKey, TValue>(IObservable<IChangeSet<TValue, TKey>>)'
build-and-test / Build and Test (windows-latest): src/Abstractions/NexusMods.Abstractions.UI/Extensions/R3Extensions.cs#L91
Missing XML comment for publicly visible type or member 'R3Extensions.ApplyChanges<TValue>(ObservableHashSet<TValue>, IChangeSet<TValue>)'