Update of the Polish UI #4643
clean_environment_tests.yaml
on: pull_request
draft
0s
Matrix: build-and-test / build-and-test
Annotations
9 errors and 31 warnings
NexusMods.DataModel.Migrations.Tests.SchemaFailsafes.SchemaFingerprintHasntChanged
VerifyException : Directory: /home/runner/work/NexusMods.App/NexusMods.App/tests/NexusMods.DataModel.SchemaVersions.Tests
NotEqual:
- Received: Schema.received.md
Verified: Schema.verified.md
FileContent:
NotEqual:
Received: Schema.received.md
## NexusMods app schema
This schema is written to a markdown file for both documentation and validation reasons. DO NOT EDIT THIS FILE MANUALLY. Instead change the
models in the app, then validate the tests to update this file.
## Statistics
- Fingerprint: 0xB7C3D4E5188271EA
- Total attributes: 129
- Total namespaces: 51
## Attributes
| AttributeId | Type | Indexed | Many | NoHistory |
| ------------------------------------------------------------------------------------------------------ | ----------------------- | ------- | ----- | --------- |
| NexusMods.Abstractions.Collections.NexusCollectionLoadoutItem/LibraryFile | Reference | False | False | False |
| NexusMods.Abstractions.Collections/LogicalFileName | Utf8 | False | False | False |
| NexusMods.Abstractions.Collections/Md5 | UInt128 | True | False | False |
| NexusMods.Abstractions.Loadouts.CollectionGroup/IsReadOnly | UInt8 | True | False | False |
| NexusMods.Abstractions.Loadouts.GameMetadata/GameId | UInt32 | False | False | False |
| NexusMods.Abstractions.Loadouts.GameMetadata/InitialDiskStateTransaction | Reference | False | False | False |
| NexusMods.Abstractions.Loadouts.GameMetadata/LastScannedDiskStateTransaction | Reference | False | False | False |
| NexusMods.Abstractions.Loadouts.GameMetadata/LastSyncedLoadout | Reference | False | False | False |
| NexusMods.Abstractions.Loadouts.GameMetadata/LastSyncedLoadoutTransaction | Reference | False | False | False |
| NexusMods.Abstractions.Loadouts.GameMetadata/Name | Utf8 | False | False | False |
| NexusMods.Abstractions.Loadouts.GameMetadata/Path | Utf8 | True | False | False |
| NexusMods.Abstractions.Loadouts.GameMetadata/Store | Ascii | False | False | False |
| NexusMods.Abstractions.Loadouts.Loadout/Installation | Reference | False | False | False |
| NexusMods.Abstractions.Loadouts.Loadout/LastAppliedDateTime | Int64 | False | False | False |
| NexusMods.Abstractions.Loadouts.Loadout/LoadoutKind | UInt8 | False | False | False |
| NexusMods.Abstractions.Loadouts.Loadout/Name | Utf8 | True | False | False |
| NexusMods.Abstractions.Loadouts.Loadout/Revision | UInt64 | False | False | False |
| NexusMods.Abstractions.Loadouts.Loadout/ShortName | Utf8 | True | False | False |
| NexusMods.Abstractions.NexusModsLibrary.CollectionTag/Name | Utf8 | True | False | False |
| NexusMods.Abstractions.NexusModsLibrary.Colle
|
NexusMods.DataModel.Migrations.Tests.LegacyDatabaseSupportTests.TestDatabase:
tests/NexusMods.DataModel.SchemaVersions.Tests/LegacyDatabaseSupportTests.cs#L42
RocksDbSharp.RocksDbException : IO error: No such file or directory: While mkdir if missing: /home/runner/.local/state/NexusMods.App/Temp/5f03184a-d3ff-400b-8915-a7f63bf8b272/MnemonicDB.rocksdb: No such file or directory
|
build-and-test / Build and Test (ubuntu-latest)
Process completed with exit code 1.
|
build-and-test / Build and Test (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
build-and-test / Build and Test (windows-latest)
The operation was canceled.
|
build-and-test / Build and Test (macos-13)
The job was canceled because "ubuntu-latest" failed.
|
build-and-test / Build and Test (macos-13)
The operation was canceled.
|
build-and-test / Build and Test (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
build-and-test / Build and Test (macos-latest)
The operation was canceled.
|
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.IO/StreamFactories/NativeFileStreamFactory.cs#L11
The field 'NativeFileStreamFactory._lastModifiedCache' is never used
|
build-and-test / Build and Test (ubuntu-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 (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/NexusMods.Icons/IconValue.cs#L26
Missing XML comment for publicly visible type or member 'IconValue.Value'
|
build-and-test / Build and Test (ubuntu-latest):
src/NexusMods.Icons/IconValue.cs#L28
Missing XML comment for publicly visible type or member 'IconValue.MdiValueSetter'
|
build-and-test / Build and Test (ubuntu-latest):
src/NexusMods.Icons/IconValue.cs#L33
Missing XML comment for publicly visible type or member 'IconValue.ImageSetter'
|
build-and-test / Build and Test (ubuntu-latest):
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/Abstractions/NexusMods.Abstractions.MnemonicDB.Analyzers/Services.cs#L6
Missing XML comment for publicly visible type or member 'Services'
|
build-and-test / Build and Test (macos-13):
src/Abstractions/NexusMods.Abstractions.MnemonicDB.Analyzers/Services.cs#L8
Missing XML comment for publicly visible type or member 'Services.AddAnalyzers(IServiceCollection)'
|
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/Abstractions/NexusMods.Abstractions.IO/StreamFactories/NativeFileStreamFactory.cs#L11
The field 'NativeFileStreamFactory._lastModifiedCache' is never used
|
build-and-test / Build and Test (macos-13):
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-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)
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-latest):
src/Abstractions/NexusMods.Abstractions.MnemonicDB.Analyzers/Services.cs#L6
Missing XML comment for publicly visible type or member 'Services'
|
build-and-test / Build and Test (macos-latest):
src/Abstractions/NexusMods.Abstractions.MnemonicDB.Analyzers/Services.cs#L8
Missing XML comment for publicly visible type or member 'Services.AddAnalyzers(IServiceCollection)'
|
build-and-test / Build and Test (macos-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 (macos-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 (macos-latest):
src/NexusMods.Icons/IconValue.cs#L26
Missing XML comment for publicly visible type or member 'IconValue.Value'
|
build-and-test / Build and Test (macos-latest):
src/NexusMods.Icons/IconValue.cs#L28
Missing XML comment for publicly visible type or member 'IconValue.MdiValueSetter'
|
build-and-test / Build and Test (macos-latest):
src/NexusMods.Icons/IconValue.cs#L33
Missing XML comment for publicly visible type or member 'IconValue.ImageSetter'
|
build-and-test / Build and Test (macos-latest):
src/NexusMods.Icons/IconValue.cs#L38
Missing XML comment for publicly visible type or member 'IconValue.SvgSetter'
|
build-and-test / Build and Test (macos-latest):
src/NexusMods.Icons/IconValue.cs#L43
Missing XML comment for publicly visible type or member 'IconValue.GeometrySetter'
|
build-and-test / Build and Test (macos-latest):
src/NexusMods.Icons/IconValue.cs#L48
Missing XML comment for publicly visible type or member 'IconValue.SimpleVectorSetter'
|