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

miss FieldModifier attribute #3318

Open
Tearies opened this issue Oct 30, 2024 · 0 comments
Open

miss FieldModifier attribute #3318

Tearies opened this issue Oct 30, 2024 · 0 comments
Labels
Bug Decompiler The decompiler engine itself

Comments

@Tearies
Copy link

Tearies commented Oct 30, 2024

Input code

 <Grid x:Name="Root" x:FieldModifier="public">

</Grid>

Erroneous output

  <Grid x:Name="Root">
 
 </Grid>

missing FieldModifier Attribute

Details

  • Product in use: e.g. ILSpy / ICSharpCode.Decompiler nuget package / VS extension
  • Version in use: e.g. 9.0.0 or a commit hash (use Help>About to see which ILSpy version you are using)
  • Any other relevant information to the issue, or your interest in contributing a fix.
@Tearies Tearies added Bug Decompiler The decompiler engine itself labels Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Decompiler The decompiler engine itself
Projects
None yet
Development

No branches or pull requests

1 participant