fix: resolve TreeView deprecation in Unity 6.2+ #844
+10
−0
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@v3. 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 dotnet test -c Debug ./tests/VContainer.StandaloneTests:
VContainer.SourceGenerator/DiagnosticDescriptors.cs#L50
Enable analyzer release tracking for the analyzer project containing rule 'VCON0006' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
Run dotnet test -c Debug ./tests/VContainer.StandaloneTests:
VContainer.SourceGenerator/DiagnosticDescriptors.cs#L51
The diagnostic title should not contain a period, nor any line return character, nor any leading or trailing whitespaces
|
|
Run dotnet test -c Debug ./tests/VContainer.StandaloneTests:
VContainer.SourceGenerator/DiagnosticDescriptors.cs#L42
Enable analyzer release tracking for the analyzer project containing rule 'VCON0005' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
Run dotnet test -c Debug ./tests/VContainer.StandaloneTests:
VContainer.SourceGenerator/DiagnosticDescriptors.cs#L44
The diagnostic message should not contain any line return character nor any leading or trailing whitespaces and should either be a single sentence without a trailing period or a multi-sentences with a trailing period
|
|
Run dotnet test -c Debug ./tests/VContainer.StandaloneTests:
VContainer.SourceGenerator/DiagnosticDescriptors.cs#L43
The diagnostic title should not contain a period, nor any line return character, nor any leading or trailing whitespaces
|
|
Run dotnet test -c Debug ./tests/VContainer.StandaloneTests:
VContainer.SourceGenerator/DiagnosticDescriptors.cs#L34
Enable analyzer release tracking for the analyzer project containing rule 'VCON0004' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
Run dotnet test -c Debug ./tests/VContainer.StandaloneTests:
VContainer.SourceGenerator/DiagnosticDescriptors.cs#L26
Enable analyzer release tracking for the analyzer project containing rule 'VCON0003' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
Run dotnet test -c Debug ./tests/VContainer.StandaloneTests:
VContainer.SourceGenerator/DiagnosticDescriptors.cs#L20
The diagnostic message should not contain any line return character nor any leading or trailing whitespaces and should either be a single sentence without a trailing period or a multi-sentences with a trailing period
|
|
Run dotnet test -c Debug ./tests/VContainer.StandaloneTests:
VContainer.SourceGenerator/CodeWriter.cs#L31
Possible null reference argument for parameter 'value' in 'void CodeWriter.AppendLine(string value = "")'.
|
|
Run dotnet test -c Debug ./tests/VContainer.StandaloneTests:
VContainer/Assets/VContainer/Runtime/Internal/TypeKeyHashTable2.cs#L36
The field 'TypeKeyHashTable2<TValue>.insertedEntryLength' is never used
|
Loading