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

Missing source mapping for @layout in FUSE #11551

Open
ryzngard opened this issue Feb 25, 2025 · 0 comments · May be fixed by #11567
Open

Missing source mapping for @layout in FUSE #11551

ryzngard opened this issue Feb 25, 2025 · 0 comments · May be fixed by #11567
Assignees
Labels
area-compiler Umbrella for all compiler issues New Feature: Fuse
Milestone

Comments

@ryzngard
Copy link
Contributor

Razor Code

@layout MainLayout

Generated C#

#nullable disable
    ;
    [global::Microsoft.AspNetCore.Components.LayoutAttribute(typeof(MainLayout))]
    #nullable restore
    public partial class TestComponent : global::Microsoft.AspNetCore.Components.ComponentBase
    #nullable disable

Lab Link

https://lab.razor.fyi/#lY9BSgNBEEUX2dXCRbxAnaAv4GZCQExwgiRBFyLSmSnHhumupqp6kYSsvIOXceGRvIIYjCuFcVMU_7_P50ML52tSm3LMnCiZE79jGddV77dcDGsf0vXxBagabgn3gIh4f-PFRzKSB8xl04cGQzI8qrjHjuwC9esc4ADwOoKzx1nMLKbfDS-jj7f3qmhIHa62ahTdgsxdmWX4XXZz5XTy6tAIKz-Zm2hekE1ZyP2sUDcp9swSdt7C8NAlS9Sh8JKLhdQNxe9oc0LVvIVmSMItKbUkNbf0jx53G8SK7_9cP1_NkpFw_gQ

@ryzngard ryzngard added area-compiler Umbrella for all compiler issues New Feature: Fuse labels Feb 25, 2025
@chsienki chsienki self-assigned this Feb 27, 2025
@chsienki chsienki added this to the 2025-03 March milestone Feb 27, 2025
@chsienki chsienki linked a pull request Feb 27, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-compiler Umbrella for all compiler issues New Feature: Fuse
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants