Replace ETW events with incremental testing framework in RazorSourceGeneratorTests#12760
Draft
Replace ETW events with incremental testing framework in RazorSourceGeneratorTests#12760
Conversation
… helpers Co-authored-by: chsienki <16246502+chsienki@users.noreply.github.com>
Co-authored-by: chsienki <16246502+chsienki@users.noreply.github.com>
Co-authored-by: chsienki <16246502+chsienki@users.noreply.github.com>
Co-authored-by: chsienki <16246502+chsienki@users.noreply.github.com>
…cation Co-authored-by: chsienki <16246502+chsienki@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update RazorSourceGeneratorTests to use incremental framework
Replace ETW events with incremental testing framework in RazorSourceGeneratorTests
Feb 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of the changes
RazorSourceGeneratorTests relied on ETW events to verify generator execution, which forced sequential test execution due to global event contamination. Migrated to Roslyn's incremental generator testing framework.
Generator changes:
.WithTrackingName()to 8 pipeline steps (RazorSourceGeneratorOptions, GeneratedDeclarationCode, TagHelpersFromCompilation, TagHelpersFromReferences, ParsedDocuments, RewrittenTagHelpers, CheckedAndRewrittenTagHelpers, GeneratedCode)Test infrastructure:
VerifyIncrementalSteps()andVerifyIncrementalStepsMultiple()helpers to verify step execution viaTrackedStepsAPIRazorEventListenerclass and all ETW assertions (~290 lines)[Collection]attribute enabling parallel test executionTest updates:
Tests now track execution reasons (New, Cached, Modified, Unchanged) instead of just event occurrence, providing better granularity and enabling parallel execution.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
mobile.events.data.microsoft.com/home/REDACTED/work/razor/razor/.dotnet/dotnet /home/REDACTED/work/razor/razor/.dotnet/dotnet exec --depsfile /home/REDACTED/work/razor/razor/artifacts/bin/Microsoft.VisualStudioCode.RazorExtension.Test/Debug/net10.0/Microsoft.VisualStudioCode.RazorExtension.Test.deps.json --runtimeconfig /home/REDACTED/work/razor/razor/artifacts/bin/Microsoft.VisualStudioCode.RazorExtension.Test/Debug/net10.0/Microsoft.VisualStudioCode.RazorExtension.Test.runtimeconfig.json /home/REDACTED/.nuget/packages/xunit.REDACTED.console/2.9.2/tools/netcoreapp2.0/xunit.console.dll /home/REDACTED/work/razor/razor/artifacts/bin/Microsoft.VisualStudioCode.RazorExtension.Test/Debug/net10.0/Microsoft.VisualStudioCode.RazorExtension.Test.dll -noautoreporters -xml /home/REDACTED/work/razor/razor/artifacts/TestResults/Debug/Microsoft.VisualStudioCode.RazorExtension.Test_net10.0_x64.xml -html /home/REDACTED/work/razor/razor/artifacts/TestResults/Debug/Microsoft.VisualStudioCode.RazorExtension.Test_net10.0_x64.html c.cmd origin ash(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.