Sample of net6 webassembly project

Hi. Do we have any sample/startup project for net6 webassembly to present best practices registering servicestack client etc? I was checking https://github.com/nukedbit/blazor-wasm-servicestack but it seems to be little outdated.

The Service Clients example is the same as the docs, currently:

var client = BlazorClient.Create(baseUrl);

You should raise an issue on their project or ask any question to @nukedbit here on what you believe is outdated.

ok in fact it is just using the servicestack client - I will move discussion then thanks

I have just updated the blazor wasm template to .net 6 rtm and latest ServiceStack release, if you have more questions raise an issue on the project repository.

1 Like

We’ve decided to make blazor-wasm a 1st class supported template, see the announcement for more info.

3 Likes