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

Make TagHelper & Razor comments locatable at design time. #224

Merged
merged 1 commit into from
Feb 19, 2019

Conversation

NTaylorMullen
Copy link
Contributor

  • Added a step to full fidelity verification that does a LocateOwner at every source location. If we find a null owner we build a snippet with a detailed response to enable us to diagnose the problem.

How the error looks when things are broken:

image

Addresses dotnet/aspnetcore#7718

- Added a step to full fidelity verification that does a `LocateOwner` at every source location. If we find a `null` owner we build a snippet with a detailed response to enable us to diagnose the problem.

Addresses dotnet/aspnetcore#7718
{
tokens.Add(OpenAngle);
}
if (Bang != null)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This had a bang still which was interesting (since a TagHelper can't have one). But left it here so it maintains a direct copy

Copy link
Contributor

@ajaybhargavb ajaybhargavb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love it!

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

Successfully merging this pull request may close these issues.

2 participants