Joachim Leonfellner

Results 31 comments of Joachim Leonfellner

any updates on how to set a custom size for the base font?

any known workarounds? setting a global font via css unfortunately doesn't solve this issue

this is still happening on Xamarin.Forms 5.0.0.1874

same here @hartez @PureWeen > @TomLac if you add > > ``` > true > ``` > > to your csproj file does that fix? doesn't help. we are completely...

for everyone blocked and using Visual Studio. You could still use the CLI commands to do stuff as a workaround

thanks for the info @spencer-nelson ! > "Caret" is an erroneous holdover that we will remove in a couple of weeks when we do a renaming/deprecation pass. will there be...

any updates on this? a standard `dotnet publish -f net7.0-windows10.0.19041.0 -c Release -p:Platform=x64` with the flag `true` produces a crashing exe even in a blank project. Logs from Event Viewer...

@kevinxufei how did you test? I just downloaded the repro project, updated to the latest maui nuget packages and I'm still able to reproduce this: ![image](https://github.com/dotnet/maui/assets/3210391/6112f6ab-f104-42c1-a903-40348c607454) ```js at System.IO.WindowsRuntimeStreamExtensions.AsRandomAccessStream(Stream stream)...

thanks for the quick response! is there a different way to disable aot? I already have `Interpreter` in my .csproj file. I will prepare the binlog file