MacOS Debug Support #86
Merged
Annotations
11 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/setup-java@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run ./gradlew :buildResharperPlugin --no-daemon:
src/dotnet/ReSharperPlugin.RimworldDev/obj/ReSharperPlugin.RimworldDev.Rider/Debug/ReSharperPlugin.RimworldDev.Rider.AssemblyInfo.cs#L13
The type 'IgnoresAccessChecksToAttribute' in '/home/runner/.nuget/packages/krafs.publicizer/2.0.1/contentfiles/cs/any/Publicizer/IgnoresAccessChecksToAttribute.cs' conflicts with the imported type 'IgnoresAccessChecksToAttribute' in '0Harmony, Version=2.3.3.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/.nuget/packages/krafs.publicizer/2.0.1/contentfiles/cs/any/Publicizer/IgnoresAccessChecksToAttribute.cs'.
|
|
Run ./gradlew :buildResharperPlugin --no-daemon:
src/dotnet/ReSharperPlugin.RimworldDev/ScopeHelper.cs#L82
Avoid "async void" methods, because any exceptions not handled by the method will crash the process (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD100.md)
|
|
Run ./gradlew :buildResharperPlugin --no-daemon:
src/dotnet/ReSharperPlugin.RimworldDev/ScopeHelper.cs#L27
The field 'ScopeHelper.usedScopes' is never used
|
|
Run ./gradlew :buildResharperPlugin --no-daemon:
src/dotnet/ReSharperPlugin.RimworldDev/RimworldXMLItemProvider.cs#L367
The variable 'isList' is assigned but its value is never used
|
|
Run ./gradlew :buildResharperPlugin --no-daemon:
src/dotnet/ReSharperPlugin.RimworldDev/References/RimworldReferenceProvider.cs#L26
'Signal<IReferenceProviderFactory>.Signal(Lifetime, string)' is obsolete: 'Use overloads without lifetime.'
|
|
Run ./gradlew :buildResharperPlugin --no-daemon:
src/dotnet/ReSharperPlugin.RimworldDev/References/RimworldCSharpDefProvider.cs#L30
'Signal<IReferenceProviderFactory>.Signal(Lifetime, string)' is obsolete: 'Use overloads without lifetime.'
|
|
Run ./gradlew :buildResharperPlugin --no-daemon:
src/dotnet/ReSharperPlugin.RimworldDev/ProblemAnalyzers/CustomXmlAnalysisStageProcess.cs#L133
The variable 'a' is assigned but its value is never used
|
|
Run ./gradlew :buildResharperPlugin --no-daemon:
src/dotnet/ReSharperPlugin.RimworldDev/Generator/XmlGeneratorContext.cs#L17
'Instantiation.DemandAnyThread' is obsolete: 'Use DemandAnyThreadUnsafe'
|
|
Run ./gradlew :buildResharperPlugin --no-daemon:
src/dotnet/ReSharperPlugin.RimworldDev/Generator/DefGenerator.cs#L89
Member 'DefPropertiesGeneratorBuilderXml.Process(GeneratorContextBase)' overrides obsolete member 'GeneratorBuilderBase<GeneratorContextBase>.Process(GeneratorContextBase)'. Add the Obsolete attribute to 'DefPropertiesGeneratorBuilderXml.Process(GeneratorContextBase)'.
|
|
Run ./gradlew :buildResharperPlugin --no-daemon:
src/dotnet/ReSharperPlugin.RimworldDev/SymbolScope/RimworldSymbolScope.cs#L6
The using directive for 'JetBrains.Application.Parts' appeared previously in this namespace
|
Loading