Thomas Altenburger

Results 393 comments of Thomas Altenburger

I've been trying to build this against my local installation and I'm running into the same error despite having all SDKs installed, so it's likely not about the github actions....

I'll be reviewing this PR once 3.8.1 is merged (though I don't know if it's enough to support XamForms embeds).

The initial PR has been closed, don't know if @vpenades has plans and time to have another take on it.

Hi @JacksonDorsett, would you mind checking @squarebananas 's comment to move this PR forward? Thanks!

Thanks for the contribution! I'll review it after 3.8.1's release.

If we're adding a method to the public API, we should implement it for all platforms to not mislead users with platform-specific public APIs.

Yes, but we should avoid making an exception to be the rule if we want the framework to be more accessible. At minimum, I'd like to suggest that we have...

> I still strongly disagree that adding a method like this that is only available for specific platforms waters down the API in any meaningful way (and no more than...

```Mono.Android``` and ```Mono.iOS``` implement a few of the ```System.Drawing``` features, such as basic types like ```Point```. This proposed change is actually a breaking change because it is part of the...

Building the repository should just take a ```dotnet cake``` from the repository's folder. Though building Android individually with ```dotnet build ./MonoGame.Framework/MonoGame.Framework.Android.csproj``` should just work too. Make sure that you have...