This repository was archived by the owner on Feb 20, 2026. It is now read-only.
Update Language.pt-BR.resx #7861
clean_environment_tests.yaml
on: pull_request
draft
Matrix: build-and-test / build-and-test
Annotations
5 errors and 10 warnings
|
build-and-test / Build and Test (macos-latest)
Process completed with exit code 1.
|
|
build-and-test / Build and Test (windows-latest)
The strategy configuration was canceled because "build-and-test.build-and-test.macos-latest" failed
|
|
build-and-test / Build and Test (windows-latest)
The operation was canceled.
|
|
build-and-test / Build and Test (ubuntu-latest)
The strategy configuration was canceled because "build-and-test.build-and-test.macos-latest" failed
|
|
build-and-test / Build and Test (ubuntu-latest)
The operation was canceled.
|
|
build-and-test / Build and Test (macos-latest):
tests/NexusMods.Sdk.Tests/Hashes/HasherTestBase.cs#L6
Abstract test class 'HasherTestBase' has test methods with data sources. Add
|
|
build-and-test / Build and Test (macos-latest):
tests/NexusMods.Sdk.Tests/Hashes/HasherTestBase.cs#L16
Generic test method may require runtime type creation may not be AOT-compatible. All generic type combinations must be known at compile time.
|
|
build-and-test / Build and Test (macos-latest):
tests/NexusMods.Telemetry.Tests/TrackingDataSenderTests.cs#L64
'TrackingDataSender' is obsolete
|
|
build-and-test / Build and Test (macos-latest):
tests/NexusMods.Telemetry.Tests/TrackingDataSenderTests.cs#L64
'TrackingDataSender' is obsolete
|
|
build-and-test / Build and Test (macos-latest):
tests/NexusMods.Telemetry.Tests/TrackingDataSenderTests.cs#L30
'TrackingDataSender' is obsolete
|
|
build-and-test / Build and Test (macos-latest):
src/NexusMods.Abstractions.NexusModsLibrary/GraphQLResolver.cs#L18
Parameter 'Existing' is unread.
|
|
build-and-test / Build and Test (macos-latest):
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)
|
|
build-and-test / Build and Test (macos-latest):
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.
|
|
build-and-test / Build and Test (macos-latest):
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.
|
|
build-and-test / Build and Test (macos-latest):
src/NexusMods.Sdk/Jobs/StreamProgressWrapper.cs#L51
Accessing a member on 'StreamProgressWrapper<TState>._period' may cause a runtime exception because it is a field of a marshal-by-reference class
|