Skip to content

Rewrite generators, fix solution configuration, and more #17

Rewrite generators, fix solution configuration, and more

Rewrite generators, fix solution configuration, and more #17

Triggered via push March 11, 2026 22:05
Status Failure
Total duration 3m 46s
Artifacts

ci.yml

on: push
Matrix: build
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 49 warnings
build (VisualBasic, DynamicCast)
Process completed with exit code 1.
build (VisualBasic, DynamicCast)
Assets file 'D:\a\CompilerPlatform\CompilerPlatform\src\features\Riverside.CompilerPlatform.Features.DynamicCast\obj\project.assets.json' not found. Run a NuGet package restore to generate this file.
build (VisualBasic, DynamicCast)
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, microsoft/setup-msbuild@v2, NuGet/setup-nuget@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
build (VisualBasic, HighPerformance)
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, microsoft/setup-msbuild@v2, NuGet/setup-nuget@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
build (CSharp, Iteration)
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, microsoft/setup-msbuild@v2, NuGet/setup-nuget@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
build (VisualBasic, Analyzers)
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, microsoft/setup-msbuild@v2, NuGet/setup-nuget@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
build (VisualBasic, Analyzers): src/roslyn/Riverside.CompilerPlatform.Analyzers/IncrementalAnalyzer.cs#L40
'compilationContext' does not register any analyzer actions, except for a 'CompilationEndAction'. Consider replacing this start/end action pair with a 'RegisterCompilationAction' or moving actions registered in 'Initialize' that depend on this start action to 'compilationContext'.
build (VisualBasic, Analyzers): src/roslyn/Riverside.CompilerPlatform.Analyzers/IncrementalAnalyzer.cs#L31
Missing XML comment for publicly visible type or member 'IncrementalAnalyzer.Initialize(AnalysisContext)'
build (VisualBasic, Analyzers): src/roslyn/Riverside.CompilerPlatform.Analyzers/IncrementalAnalyzer.cs#L23
Missing XML comment for publicly visible type or member 'IncrementalAnalyzer.SupportedDiagnostics'
build (VisualBasic, Analyzers): src/roslyn/Riverside.CompilerPlatform.Analyzers/DiagnosticAnalyzerEx.cs#L13
Missing XML comment for publicly visible type or member 'DiagnosticAnalyzerEx.SupportedDiagnostics'
build (VisualBasic, CodeFixers)
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, microsoft/setup-msbuild@v2, NuGet/setup-nuget@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
build (CSharp, DynamicCast)
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, microsoft/setup-msbuild@v2, NuGet/setup-nuget@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
build (CSharp, DynamicCast): src/roslyn/Riverside.CompilerPlatform.SourceGenerators/IncrementalGenerator.cs#L22
Missing XML comment for publicly visible type or member 'IncrementalGenerator.Context'
build (CSharp, DynamicCast): src/roslyn/Riverside.CompilerPlatform.SourceGenerators/GeneratorContext.cs#L14
Missing XML comment for publicly visible type or member 'GeneratorContext.Options'
build (CSharp, DynamicCast): src/roslyn/Riverside.CompilerPlatform.SourceGenerators/GeneratorContext.cs#L13
Missing XML comment for publicly visible type or member 'GeneratorContext.Compilation'
build (CSharp, DynamicCast): src/roslyn/Riverside.CompilerPlatform.SourceGenerators/AttributeGenerator.cs#L167
Missing XML comment for publicly visible type or member 'AttributeGenerator.ParserOptionsScope.ParserOptionsScope()'
build (CSharp, DynamicCast): src/roslyn/Riverside.CompilerPlatform.SourceGenerators/IncrementalGenerator.cs#L22
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (CSharp, CodeFixers)
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, microsoft/setup-msbuild@v2, NuGet/setup-nuget@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
build (CSharp, SourceGenerators)
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, microsoft/setup-msbuild@v2, NuGet/setup-nuget@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
build (CSharp, SourceGenerators): src/roslyn/Riverside.CompilerPlatform.SourceGenerators/IncrementalGenerator.cs#L22
Missing XML comment for publicly visible type or member 'IncrementalGenerator.Context'
build (CSharp, SourceGenerators): src/roslyn/Riverside.CompilerPlatform.SourceGenerators/GeneratorContext.cs#L14
Missing XML comment for publicly visible type or member 'GeneratorContext.Options'
build (CSharp, SourceGenerators): src/roslyn/Riverside.CompilerPlatform.SourceGenerators/GeneratorContext.cs#L13
Missing XML comment for publicly visible type or member 'GeneratorContext.Compilation'
build (CSharp, SourceGenerators): src/roslyn/Riverside.CompilerPlatform.SourceGenerators/AttributeGenerator.cs#L167
Missing XML comment for publicly visible type or member 'AttributeGenerator.ParserOptionsScope.ParserOptionsScope()'
build (CSharp, SourceGenerators): src/roslyn/Riverside.CompilerPlatform.SourceGenerators/IncrementalGenerator.cs#L22
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (CSharp, HighPerformance)
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, microsoft/setup-msbuild@v2, NuGet/setup-nuget@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
build (VisualBasic, SourceGenerators)
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, microsoft/setup-msbuild@v2, NuGet/setup-nuget@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
build (VisualBasic, SourceGenerators): src/roslyn/Riverside.CompilerPlatform.SourceGenerators/SimpleGenerator.cs#L8
Missing XML comment for publicly visible type or member 'SimpleGenerator'
build (VisualBasic, SourceGenerators): src/roslyn/Riverside.CompilerPlatform.SourceGenerators/IncrementalGenerator.cs#L22
Missing XML comment for publicly visible type or member 'IncrementalGenerator.Context'
build (VisualBasic, SourceGenerators): src/roslyn/Riverside.CompilerPlatform.SourceGenerators/GeneratorContext.cs#L14
Missing XML comment for publicly visible type or member 'GeneratorContext.Options'
build (VisualBasic, SourceGenerators): src/roslyn/Riverside.CompilerPlatform.SourceGenerators/GeneratorContext.cs#L13
Missing XML comment for publicly visible type or member 'GeneratorContext.Compilation'
build (VisualBasic, SourceGenerators): src/roslyn/Riverside.CompilerPlatform.SourceGenerators/IncrementalGenerator.cs#L22
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (CSharp, Analyzers)
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, microsoft/setup-msbuild@v2, NuGet/setup-nuget@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
build (CSharp, Analyzers): src/roslyn/Riverside.CompilerPlatform.Analyzers/IncrementalAnalyzer.cs#L40
'compilationContext' does not register any analyzer actions, except for a 'CompilationEndAction'. Consider replacing this start/end action pair with a 'RegisterCompilationAction' or moving actions registered in 'Initialize' that depend on this start action to 'compilationContext'.
build (CSharp, Analyzers): src/roslyn/Riverside.CompilerPlatform.Analyzers/MemberAnalyzer{TMember}.cs#L54
A call to 'SemanticModel.GetDeclaredSymbol(TMember)' will always return 'null'
build (CSharp, Analyzers): src/roslyn/Riverside.CompilerPlatform.Analyzers/IncrementalAnalyzer.cs#L31
Missing XML comment for publicly visible type or member 'IncrementalAnalyzer.Initialize(AnalysisContext)'
build (CSharp, Analyzers): src/roslyn/Riverside.CompilerPlatform.Analyzers/IncrementalAnalyzer.cs#L23
Missing XML comment for publicly visible type or member 'IncrementalAnalyzer.SupportedDiagnostics'
build (CSharp, Analyzers): src/roslyn/Riverside.CompilerPlatform.Analyzers/DiagnosticAnalyzerEx.cs#L13
Missing XML comment for publicly visible type or member 'DiagnosticAnalyzerEx.SupportedDiagnostics'
build (VisualBasic, Iteration)
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, microsoft/setup-msbuild@v2, NuGet/setup-nuget@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/