Validate NuGet packages #559
Annotations
10 warnings
|
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'.
|
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.
|
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.
|
src/NexusMods.DataModel/ArchiveContents/FileContainedInEx.cs#L8
XML comment has cref attribute 'AnalyzedArchive' that could not be resolved
|
src/NexusMods.DataModel/ArchiveMetaData/GameArchiveMetadata.cs#L13
Missing XML comment for publicly visible type or member 'GameArchiveMetadata.Installation'
|
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)
|
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)
|
src/NexusMods.DataModel/Games/AGame.cs#L24
XML comment has a param tag for 'gameLocators', but there is no parameter by that name
|
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)
|
The logs for this run have expired and are no longer available.
Loading