Tomasz Cielecki
Tomasz Cielecki
Nullability on returned types from Builders does not match Android API docs and @NotNull annotations
Oh, OK. So this is not an issue here I guess. Thanks for clearing this up
Nullability on returned types from Builders does not match Android API docs and @NotNull annotations
Interestingly when looking at AndroidX.Core 1.16.0 using Android Studio you see: 
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...