Skip to content
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

Merged
merged 3 commits into from
Oct 8, 2024
Merged

Conversation

chsienki
Copy link
Contributor

@chsienki chsienki commented Oct 4, 2024

Fixes #10965

@chsienki chsienki requested review from a team as code owners October 4, 2024 22:15
@chsienki
Copy link
Contributor Author

chsienki commented Oct 4, 2024

@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()
Copy link
Member

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?

Copy link
Contributor Author

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.

@chsienki
Copy link
Contributor Author

chsienki commented Oct 8, 2024

@333fred or @DustinCampbell for a second compiler review. Thanks!

Copy link
Member

@DustinCampbell DustinCampbell left a 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FUSE] No source mapping for isolated Razor transition
5 participants