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 6 compatibility #183

Closed
jerryhonda opened this issue Nov 9, 2021 · 3 comments · Fixed by #184
Closed

.Net 6 compatibility #183

jerryhonda opened this issue Nov 9, 2021 · 3 comments · Fixed by #184
Labels
Compatibility Issue relating to breaking changes in Blazor

Comments

@jerryhonda
Copy link

tried the demo code with .Net 6,
But the buffer from stream.ReadAsync are all byte 0, but the file length is correct.

@Tewr Tewr added the Compatibility Issue relating to breaking changes in Blazor label Nov 10, 2021
@kamilfras
Copy link

Hi, @Tewr I have the same problem. When are u planning to fix this issue ? If not in the few next days i should concider use other library xD

@Tewr
Copy link
Owner

Tewr commented Nov 10, 2021

Hello,
I'm clearly lagging in .net6 support, the changes to the underlying components being used is quite radical. Even though the fix might be relatively easy as there are now framework primitives for streaming (https://docs.microsoft.com/en-us/dotnet/api/microsoft.jsinterop.ijsstreamreference?view=dotnet-plat-ext-6.0) , I can't pronouce myself on any planning on a .net6 compatible release.

Pull requests are welcome.

@kamilfras
Copy link

Thank you for the answer 👍

@Tewr Tewr mentioned this issue Dec 12, 2021
@Tewr Tewr closed this as completed in #184 Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compatibility Issue relating to breaking changes in Blazor
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants