-
Notifications
You must be signed in to change notification settings - Fork 121
Improve .NET example Linux and macOS support (follow up to 437) #441
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
Conversation
<PackageReference Include="System.Drawing.Common" Version="8.0.3" /> | ||
<!-- | ||
System.Drawing.Common NuGet package is only supported on Windows operating systems. | ||
One of the recommended alternatives include ImageSharp. | ||
|
||
https://learn.microsoft.com/en-us/dotnet/api/system.drawing?view=net-8.0 | ||
--> | ||
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.3" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Linux and macOS support was removed in .NET 6. Usage of ImageSharp is recommended in those cases.
Coverage Report 🤖 ⚙️Past: New: Diff: -0.00% [this comment will be updated automatically] |
d1236c4
to
e25f1a2
Compare
e25f1a2
to
e2a81b9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
e2a81b9
to
a0e11f3
Compare
Follow up to #437
This PR is improving Linux (and macOS) support of the C# bindings. (Especially, build system and example.)
Can you review? @irvingoujAtDevolution