Mod Install Tests #1352
Annotations
1 error and 10 warnings
Stress Test
Process completed with exit code 1.
|
Stress Test:
src/NexusMods.Abstractions.Loadouts.Synchronizers/ALoadoutSynchronizer.cs#L1579
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|
Stress Test:
src/NexusMods.Abstractions.NexusModsLibrary/GraphQLResolver.cs#L18
Parameter 'Existing' is unread.
|
Stress Test:
src/NexusMods.Networking.Steam/CLI/Verbs.cs#L92
'StringExtensions.ToRelativePath(string)' is obsolete: 'Use implicit conversion or FromUnsanitizedInput'
|
Stress Test:
src/NexusMods.Networking.Steam/CLI/Verbs.cs#L67
'StringExtensions.ToRelativePath(string)' is obsolete: 'Use implicit conversion or FromUnsanitizedInput'
|
Stress Test:
src/NexusMods.Networking.Steam/Session.cs#L123
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.
|
Stress Test:
src/NexusMods.Networking.Steam/Session.cs#L117
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.
|
Stress Test:
src/NexusMods.Abstractions.Serialization/Json/AExpressionConverterGenerator.cs#L14
'AExpressionConverterGenerator<T>.Type' hides inherited member 'JsonConverter<T>.Type'. Use the new keyword if hiding was intended.
|
Stress Test:
extern/SMAPI/src/SMAPI.Toolkit/Framework/LowLevelEnvironmentUtility.cs#L92
'AssemblyName.ProcessorArchitecture' is obsolete: 'AssemblyName members HashAlgorithm, ProcessorArchitecture, and VersionCompatibility are obsolete and not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0037)
|
Stress Test:
src/NexusMods.ProxyConsole/RenderDefinitions/TextRenderDefinition.cs#L13
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.
|
Stress Test:
src/NexusMods.Abstractions.Jobs/StreamProgressWrapper.cs#L47
Accessing a member on 'StreamProgressWrapper<TState>._period' may cause a runtime exception because it is a field of a marshal-by-reference class
|
Loading