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

Update it to make Blazor Server work #6

Closed
wants to merge 1 commit into from

Conversation

HugoVG
Copy link

@HugoVG HugoVG commented Jun 6, 2023

made IBlazorCurrentDeviceService a scoped service, scoped sevices will be changed to singleton for webassembly since only one scope will be made anyway.
changed stuff in readme to make Blazor Server usage a little more clear

made IBlazorCurrentDeviceService a scoped service, scoped sevices will be changed to singleton for webassembly since only one scope will be made anyway.
changed stuff in readme to make Blazor Server usage a little more clear
@HugoVG
Copy link
Author

HugoVG commented Jun 6, 2023

fixes #5

@arivera12
Copy link
Owner

I will take a look soon, I have been off a while...

@ledpup
Copy link

ledpup commented Dec 4, 2023

I will take a look soon, I have been off a while...

I am having this issue described above too, after trying to convert my project from Blazor WASM to .NET 8 and InteractiveAuto (Server and WASM). I haven't gotten everything running yet but this seems like a safe PR to merge in.

@HugoVG
Copy link
Author

HugoVG commented Jan 25, 2024

bump

@JackBasta
Copy link

+1 to get this merged too - we're upgrading from .net 7 WASM to .NET 8 server/interactiveauto

@ledpup
Copy link

ledpup commented Mar 15, 2024

It would be very nice to have this merged in. I have the code included in my app at the moment. I guess I could fork, but this fix definitely works. If we had this merged and put out to NuGet I could start using it again.

@HugoVG
Copy link
Author

HugoVG commented Mar 22, 2024

@ledpup @JackBasta sorry for the ping andlong wait, I finally had a day off in a while and could work on this thing, I've remade most of it, sadly not everything got port over like NodeJS or FireFoxOS, but I did manage to rewrite it in 100% C#, I uploaded the Nuget packages under a different repository on Nuget
It's Here now
And the Github project here

  • It might take a bit to verify
  • I verified this works on Server and WASM
  • I added Sample project for Server and WASM
  • Added Usage guides for Server and WASM (if you use auto it shouldn't really matter)

@HugoVG HugoVG closed this Mar 22, 2024
@HugoVG HugoVG mentioned this pull request Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants