Santiago Fernandez Madero
Santiago Fernandez Madero
> That looks like it came from my dotnet/runtime#737, I'm pretty sure I know what the problem is. The odd thing is that the CI was green when the PR...
Updated issue for failure in CoreCLR Pri0 Test Run Windows_NT x64 checked tests timing out: ``` cmdLine:C:\h\w\A995095C\w\B9DA09DC\e\tracing\eventpipe\providervalidation\providervalidation\providervalidation.cmd Timed Out Test Harness Exitcode is : -100 To run the test: >...
I just saw an issue related to helix in one of my PRs: https://github.com/dotnet/core-eng/issues/8694 Adding to the description.
> @safern @JeremyKuhne @nattress - do you have any recommendations here on using System.Drawing on UWP? Not really, Drawing is just a platform not supported assembly in UWP, we basically...
@omajid what's the status of this? Is this still needed?
Ok, would you mind rebasing on top of the target branch and pushing that?
Branch is closed as of now. But we can merge this when is open. Thanks, @danmoseley for the pointer. If @omajid has time to port that it can be done...
## System.Drawing.Common: Unix support dropped Based on the .NET 6 announcement made in: https://docs.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only > In addition, we may completely remove support for non-Windows platforms in a future release, even...
@reflectronic I guess this would only work on Windows as this is not implemented in libgdiplus? What would the story for Unix be?
It is also OK to say these would be supported on Windows only and attribute them correctly so that the platform attributes catch that at compile time if someone tries...