Jonathan Peppers
Jonathan Peppers
My only thing I wonder about this now, do we want this status to appear on every PR?  @rolfbjarne maybe we could skip running this when PRs are opened?
Ok, what we have now makes sense and shouldn't impact anything now.
@stewartsims can you file an issue here what your concerns are? * https://github.com/jonathanpeppers/inclusive-heat-sensor Right now, we are just seeing how good it is at detecting things. No decisions have been...
> some assurance of an acceptable success rate of any solution before being deployed would be prudent. Yes, that is why the initial PR here does nothing. It is a...
> But it doesn't do 'nothing' - it sends an email notification to the commenter. Right, this was the bug we discovered from the test.
> NuGet considers 1.0.0 as "higher" than 1.0.0-preview For this problem, do we normally just bump a `.1` across all the packages anyway? It would be 1.0.1-preview? Is there already...
> Option 1 @moljac are we OK to use a preview roslyn for the stable .NET 8 and 9 packs? Or do you propose to build the repo twice and...
Ok, what if this is the plan: * Build with .NET 10 SDK, this also changes TargetFramework to `net10.0-android` * Build with stable .NET SDK (could be 8 or 9),...
Can you share a `.binlog` of the build error? https://aka.ms/binlog I don't understand why updating AndroidX NuGets would cause: ``` System.MissingFieldException: Field not found: Microsoft.Maui.IPropertyMapper`2 Microsoft.Maui.Handlers.PickerHandler.Mapper Due to: Could not...
@gabrielrvd can you share a `.binlog` or link to a sample app?