Skip to content

Direct Download "Browse" files when possible (in collections) #4553

Direct Download "Browse" files when possible (in collections)

Direct Download "Browse" files when possible (in collections) #4553

Triggered via pull request October 24, 2024 09:44
@halgarihalgari
ready_for_review #2198
browse-file-fix
Status Success
Total duration 6m 13s
Artifacts

clean_environment_tests.yaml

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

Annotations

44 warnings
build-and-test / Build and Test (macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-test / Build and Test (macos-latest)
XML comment has cref attribute 'ValueConverter{TModel,TProvider}' that could not be resolved
build-and-test / Build and Test (macos-latest)
XML comment has cref attribute 'ValueComparer{T}' that could not be resolved
build-and-test / Build and Test (macos-latest): 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-latest): 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-latest): 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-latest): src/Abstractions/NexusMods.Abstractions.Cli/RendererExtensions.cs#L40
XML comment has a param tag for 'text', but there is no parameter by that name
build-and-test / Build and Test (macos-latest): src/Abstractions/NexusMods.Abstractions.Cli/RendererExtensions.cs#L41
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-latest): src/Abstractions/NexusMods.Abstractions.Cli/RendererExtensions.cs#L41
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-latest): src/Abstractions/NexusMods.Abstractions.Cli/RendererExtensions.cs#L52
Parameter 'token' has no matching param tag in the XML comment for 'RendererExtensions.WithProgress<T>(IRenderer, CancellationToken, Func<Task<T>>)' (but other parameters do)
build-and-test / Build and Test (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-test / Build and Test (ubuntu-latest)
XML comment has cref attribute 'ValueConverter{TModel,TProvider}' that could not be resolved
build-and-test / Build and Test (ubuntu-latest)
XML comment has cref attribute 'ValueComparer{T}' that could not be resolved
build-and-test / Build and Test (ubuntu-latest): 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 (ubuntu-latest): 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 (ubuntu-latest): 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 (ubuntu-latest): src/Abstractions/NexusMods.Abstractions.Cli/RendererExtensions.cs#L40
XML comment has a param tag for 'text', but there is no parameter by that name
build-and-test / Build and Test (ubuntu-latest): src/Abstractions/NexusMods.Abstractions.Cli/RendererExtensions.cs#L41
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 (ubuntu-latest): src/Abstractions/NexusMods.Abstractions.Cli/RendererExtensions.cs#L41
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 (ubuntu-latest): src/Abstractions/NexusMods.Abstractions.Cli/RendererExtensions.cs#L52
Parameter 'token' has no matching param tag in the XML comment for 'RendererExtensions.WithProgress<T>(IRenderer, CancellationToken, Func<Task<T>>)' (but other parameters do)
build-and-test / Build and Test (ubuntu-latest)
XML comment has cref attribute 'ValueConverter{TModel,TProvider}' that could not be resolved
build-and-test / Build and Test (macos-13)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-test / Build and Test (macos-13): 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 (macos-13)
XML comment has cref attribute 'ValueConverter{TModel,TProvider}' that could not be resolved
build-and-test / Build and Test (macos-13)
XML comment has cref attribute 'ValueComparer{T}' that could not be resolved
build-and-test / Build and Test (macos-13): 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 (macos-13): src/NexusMods.Icons/IconValue.cs#L26
Missing XML comment for publicly visible type or member 'IconValue.Value'
build-and-test / Build and Test (macos-13): src/NexusMods.Icons/IconValue.cs#L28
Missing XML comment for publicly visible type or member 'IconValue.MdiValueSetter'
build-and-test / Build and Test (macos-13): src/NexusMods.Icons/IconValue.cs#L33
Missing XML comment for publicly visible type or member 'IconValue.ImageSetter'
build-and-test / Build and Test (macos-13): src/NexusMods.Icons/IconValue.cs#L38
Missing XML comment for publicly visible type or member 'IconValue.SvgSetter'
build-and-test / Build and Test (macos-13): src/NexusMods.Icons/IconValue.cs#L43
Missing XML comment for publicly visible type or member 'IconValue.GeometrySetter'
build-and-test / Build and Test (macos-13): src/NexusMods.Icons/IconValue.cs#L48
Missing XML comment for publicly visible type or member 'IconValue.SimpleVectorSetter'
build-and-test / Build and Test (windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-test / Build and Test (windows-latest)
XML comment has cref attribute 'ValueConverter{TModel,TProvider}' that could not be resolved
build-and-test / Build and Test (windows-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 (windows-latest)
XML comment has cref attribute 'ValueComparer{T}' that could not be resolved
build-and-test / Build and Test (windows-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 (windows-latest): src/Abstractions/NexusMods.Abstractions.MnemonicDB.Attributes/ByteAttribute.cs#L12
Missing XML comment for publicly visible type or member 'ByteAttribute.ToLowLevel(byte)'
build-and-test / Build and Test (windows-latest): 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 (windows-latest): src/Abstractions/NexusMods.Abstractions.MnemonicDB.Attributes/ByteAttribute.cs#L17
Missing XML comment for publicly visible type or member 'ByteAttribute.FromLowLevel(byte, AttributeResolver)'
build-and-test / Build and Test (windows-latest): 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 (windows-latest): src/Abstractions/NexusMods.Abstractions.MnemonicDB.Attributes/StringsAttribute.cs#L12
Missing XML comment for publicly visible type or member 'StringsAttribute.ToLowLevel(string)'
build-and-test / Build and Test (windows-latest): 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)