Tomasz Cielecki

Results 233 comments of Tomasz Cielecki

Oh, OK. So this is not an issue here I guess. Thanks for clearing this up

Interestingly when looking at AndroidX.Core 1.16.0 using Android Studio you see: ![Image](https://github.com/user-attachments/assets/23e715da-c24a-4b13-976a-221c8717bae2)

Instead of using `dotnet test` you could just use `dotnet run`. I use it like: ```csharp var projectName = project.GetFilenameWithoutExtension(); var runSettings = new DotNetRunSettings { NoBuild = true, Configuration...