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

.NET 8 support #718

Open
Bykiev opened this issue Oct 16, 2024 · 4 comments
Open

.NET 8 support #718

Bykiev opened this issue Oct 16, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@Bykiev
Copy link

Bykiev commented Oct 16, 2024

Hi, I see only .net 6 is supported, it will reach EOL on November, 12. Will be the community edition updated to support .net 8 LTS version? System.Drawing.Common library is not supported anymore on Linux.

@Bykiev Bykiev added the bug Something isn't working label Oct 16, 2024
@Bykiev
Copy link
Author

Bykiev commented Oct 16, 2024

I did some research and System.Drawing part can be copied from mono project. It relies on GDI+ and works on Windows and Linux. In the future it can be rewritten with ImageSharp or SkiaSharp

@WBHWebDev
Copy link

Hi there,

could you please explain how you managed to get FastReport OpenSource working with Blazor?
Did you use .NET 8 or an earlier version?

Did you just copy the .dll files into your application folder, or were there additional steps or configurations involved?
Also, on which Linux distribution did you test this setup?

Thanks in advance!

@Bykiev
Copy link
Author

Bykiev commented Oct 21, 2024

@WBHWebDev, hi!
You seems misunderstood my issue, I didn't make it working on Linux. I'm asking the developers why did they decided to support only Windows, while the open-source implementation of System.Drawing in mono is exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@Bykiev @WBHWebDev and others