Skip to content

Merge pull request #2302 from Nexus-Mods/load-order-styling #2392

Merge pull request #2302 from Nexus-Mods/load-order-styling

Merge pull request #2302 from Nexus-Mods/load-order-styling #2392

Triggered via push November 26, 2024 11:44
Status Success
Total duration 1m 30s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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: 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/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/Abstractions/NexusMods.Abstractions.UI/AViewModel.cs#L5
Missing XML comment for publicly visible type or member 'AViewModel<TInterface>'
build: src/Abstractions/NexusMods.Abstractions.UI/AViewModel.cs#L8
Missing XML comment for publicly visible type or member 'AViewModel<TInterface>.Activator'
build: src/Abstractions/NexusMods.Abstractions.UI/AViewModel.cs#L10
Missing XML comment for publicly visible type or member 'AViewModel<TInterface>.ViewModelInterface'
build: src/Abstractions/NexusMods.Abstractions.UI/Extensions/R3Extensions.cs#L10
Missing XML comment for publicly visible type or member 'R3Extensions'
build: 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: src/Abstractions/NexusMods.Abstractions.UI/Extensions/R3Extensions.cs#L72
Missing XML comment for publicly visible type or member 'R3Extensions.ToObservableList<TValue>(IObservable<IChangeSet<TValue>>)'