Timo Partl

Results 102 comments of Timo Partl

I have a similar/related problem. Using a `InfoBar` with Severity `Informational` uses an (almost) transparent background. This causes visual/readability issues when the InfoBar is used in a screen with a...

@ericsink is there anything I can do to help with this problem? Were you able to reproduce the crash?

Sure, I can reproduce the problem with this project on a M1 Mac mini: [SqliteTest.zip](https://github.com/ericsink/SQLitePCL.raw/files/9503221/SqliteTest.zip) After creating an Exception breakpoint for System.Exception, the debugger should stop at `new SQLiteConnection`: ![Screenshot...

The project above is a legacy Xamarin.Mac project, so not sure if it has something to do with .NET6. I made another few observations: The project as I posted it...

Not sure if that information helps, but I ended up adding neither the `sqlite-net-pcl` nor any `SQLitePCL.raw` NuGet package to my project but instead just copied [this source code file](https://github.com/praeclarum/sqlite-net/blob/master/src/SQLite.cs)...

I am having the same problem (on a physical device! No problem on the emulator), however in .NET for Android (not using MAUI). It's pretty annoying to have the debugger...

That is disappointing to hear that the highlight color will not automatically adjust. This is contrary to how the rest of the theming system behaves.

I am not able to reproduce it and I don't know how Windows collects that information (or event determines when a hang is a hang). I don't even know if...

This is very easy to reproduce, repo attached: [App1.zip](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/files/4301858/App1.zip)