You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [XSG] option to disable #line info generation
Doesn't change the generated IL at the end, but make the generated cs
file easir to read, understand, reflect on
* [XSG] Param to enabling diagnostics
<MauiXamlEnableDiagnostics> property or EnableDiagnostics item metadata.
defaults to true for debug
* MauiXamlLineInfo
* the generated code always require nullable
* nowarn
* do not default to enablediagnostics on release
* rename flag
* Release don't have diagnostics, so body is smaller
* fix nullable
* fix_tests
<!-- The WINUI check for this only runs when there is an empty string so I just convert false to an empty string to fall in line with our other properties -->
<!-- Assign the default inflator to MauiXaml that don't have any -->
84
90
<!-- there's a roslyn bug that stops parsing value at the first semicolon. replace them all https://github.com/dotnet/roslyn/issues/43970 -->
0 commit comments