Mod Install Tests #476
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
7 errors and 10 warnings
Test stardewvalley - windows-latest
Process completed with exit code 1.
|
Test sifu - windows-latest
The job was canceled because "windows-latest_stardewval" failed.
|
Test sifu - windows-latest
The operation was canceled.
|
Test darkestdungeon - windows-latest
The job was canceled because "windows-latest_stardewval" failed.
|
Test darkestdungeon - windows-latest
The operation was canceled.
|
Test cyberpunk2077 - windows-latest
The job was canceled because "windows-latest_stardewval" failed.
|
Test cyberpunk2077 - windows-latest
The operation was canceled.
|
Test stardewvalley - windows-latest:
src/NexusMods.DataModel/Abstractions/EntityCategory.cs#L19
The type 'EnumExtensionsAttribute' in 'NetEscapades.EnumGenerators\NetEscapades.EnumGenerators.EnumGenerator\EnumExtensionsAttribute.g.cs' conflicts with the imported type 'EnumExtensionsAttribute' in 'NetEscapades.EnumGenerators.Attributes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'NetEscapades.EnumGenerators\NetEscapades.EnumGenerators.EnumGenerator\EnumExtensionsAttribute.g.cs'.
|
Test stardewvalley - windows-latest:
src/NexusMods.DataModel/ZipFileStore.cs#L145
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Test stardewvalley - windows-latest:
src/NexusMods.DataModel/FileOriginRegistry.cs#L116
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Test stardewvalley - windows-latest:
src/NexusMods.DataModel/ArchiveContents/FileContainedInEx.cs#L8
XML comment has cref attribute 'AnalyzedArchive' that could not be resolved
|
Test stardewvalley - windows-latest:
src/NexusMods.DataModel/ArchiveMetaData/GameArchiveMetadata.cs#L13
Missing XML comment for publicly visible type or member 'GameArchiveMetadata.Installation'
|
Test stardewvalley - windows-latest:
src/NexusMods.DataModel/FileOriginRegistry.cs#L33
Parameter 'temporaryFileManager' has no matching param tag in the XML comment for 'FileOriginRegistry.FileOriginRegistry(ILogger<FileOriginRegistry>, FileExtractor, IFileStore, TemporaryFileManager, IDataStore)' (but other parameters do)
|
Test stardewvalley - windows-latest:
src/NexusMods.DataModel/FileOriginRegistry.cs#L33
Parameter 'store' has no matching param tag in the XML comment for 'FileOriginRegistry.FileOriginRegistry(ILogger<FileOriginRegistry>, FileExtractor, IFileStore, TemporaryFileManager, IDataStore)' (but other parameters do)
|
Test stardewvalley - windows-latest:
src/NexusMods.DataModel/Games/AGame.cs#L24
XML comment has a param tag for 'gameLocators', but there is no parameter by that name
|
Test stardewvalley - windows-latest:
src/NexusMods.DataModel/Games/AGame.cs#L25
Parameter 'provider' has no matching param tag in the XML comment for 'AGame.AGame(IServiceProvider)' (but other parameters do)
|
Test stardewvalley - windows-latest:
src/NexusMods.DataModel/Games/AGame.cs#L165
XML comment on 'AGame.GetLocations(IFileSystem, GameLocatorResult)' has a paramref tag for 'locator', but there is no parameter by that name
|