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

[FUSE] Line mappings can be generated incorrectly #9827

Closed
ryzngard opened this issue Jan 17, 2024 · 0 comments · Fixed by #9863
Closed

[FUSE] Line mappings can be generated incorrectly #9827

ryzngard opened this issue Jan 17, 2024 · 0 comments · Fixed by #9863
Assignees
Labels
bug Something isn't working New Feature: Fuse

Comments

@ryzngard
Copy link
Contributor

Number 1 from #8202 (comment)

The #line directive end position must be greater than or equal to the start position BlazorApp1 (net6.0) C:\Users\ryzng\source\repos\BlazorApp1\BlazorApp1\Pages\FetchData.razor 30

#line (31,26)-(31,1) 25 "C:\Users\ryzng\source\repos\BlazorApp1\BlazorApp1\Pages\FetchData.razor"
__builder.AddContent(13, forecast.Date.ToShortDateString());

#line default

Steps to reproduce:

  1. Create new blazor server app
  2. Find All References onWeatherForecast from WeatherForecast.cs
  3. Open a reference in FetchData.razor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working New Feature: Fuse
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants