Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Matrix3x2 transform methods #48195

Merged
merged 6 commits into from
Mar 4, 2021
Merged

Conversation

JeremyKuhne
Copy link
Member

This implements #47940 for System.Drawing.Common.

This implements dotnet#47940 for System.Drawing.Common.
@dotnet-issue-labeler
Copy link

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@ghost
Copy link

ghost commented Feb 11, 2021

Tagging subscribers to this area: @safern, @tarekgh
See info in area-owners.md if you want to be subscribed.

Issue Details

This implements #47940 for System.Drawing.Common.

Author: JeremyKuhne
Assignees: -
Labels:

area-System.Drawing, new-api-needs-documentation

Milestone: -

@JeremyKuhne
Copy link
Member Author

@safern Any idea on how to tackle the build errors here? Getting a lot of this sort of thing:

src\libraries\System.IO.Ports\src\System.IO.Ports.csproj(0,0): error NU1201: (NETCORE_ENGINEERING_TELEMETRY=Restore) Project System.Numerics.Vectors is not compatible with netstandard2.0 (.NETStandard,Version=v2.0). Project System.Numerics.Vectors supports: net6.0 (.NETCoreApp,Version=v6.0)

Base automatically changed from master to main March 1, 2021 09:07
@JeremyKuhne JeremyKuhne merged commit 667b4e7 into dotnet:main Mar 4, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Apr 3, 2021
@karelz karelz added this to the 6.0.0 milestone May 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants