Skip to content

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

Merged
merged 8 commits into from
Apr 9, 2024

Conversation

CBenoit
Copy link
Member

@CBenoit CBenoit commented Apr 9, 2024

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

@CBenoit CBenoit enabled auto-merge (rebase) April 9, 2024 15:21
Comment on lines -15 to +19
<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" />
Copy link
Member Author

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.

Copy link

github-actions bot commented Apr 9, 2024

Coverage Report 🤖 ⚙️

Past:
Total lines: 29644
Covered lines: 17249 (58.19%)

New:
Total lines: 29644
Covered lines: 17248 (58.18%)

Diff: -0.00%

[this comment will be updated automatically]

@CBenoit CBenoit force-pushed the dotnet-bindings-cross-platform branch 2 times, most recently from d1236c4 to e25f1a2 Compare April 9, 2024 15:24
@CBenoit CBenoit force-pushed the dotnet-bindings-cross-platform branch from e25f1a2 to e2a81b9 Compare April 9, 2024 15:27
Copy link
Contributor

@irvingoujAtDevolution irvingoujAtDevolution left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@CBenoit CBenoit force-pushed the dotnet-bindings-cross-platform branch from e2a81b9 to a0e11f3 Compare April 9, 2024 15:29
@CBenoit CBenoit merged commit c0031d3 into master Apr 9, 2024
7 checks passed
@CBenoit CBenoit deleted the dotnet-bindings-cross-platform branch April 9, 2024 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants