-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emit and map empty csharp tokens #10969
Conversation
- Add test and update baselines
@dotnet/razor-compiler for review please. |
@@ -35,7 +35,7 @@ protected override void PrepareProjectForFirstOpen(string projectFileName) | |||
base.PrepareProjectForFirstOpen(projectFileName); | |||
} | |||
|
|||
[IdeFact(Skip = "https://github.com/dotnet/razor/issues/10965")] // Completion is broken in FUSE for sole `@` characters | |||
[IdeFact] | |||
public async Task Completion_DateTime() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Integration tests don't run automatically on PRs, right? Should we enqueue a run manually to verify this test?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ran integration tests on this PR and everything looks good.
...Microsoft.AspNetCore.Razor.Language/test/IntegrationTests/ComponentCodeGenerationTestBase.cs
Outdated
Show resolved
Hide resolved
@333fred or @DustinCampbell for a second compiler review. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks for the integration test run!
Fixes #10965