Megabit / Blazorise

Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
https://blazorise.com/
Other
3.29k stars 530 forks source link

Blazor Server - Version 0.9.3-preview6 not working #1744

Closed AlexTeixeira closed 3 years ago

AlexTeixeira commented 3 years ago

UseBootstrapProviders is not accessible from IApplicationBuilder.ApplicationServices.

Migrate from 0.9.2.5 to 0.9.3-preview6 in net5 application

image

stsrki commented 3 years ago

Use methods are obsolete from 0.9.3. You should just remove those.

AlexTeixeira commented 3 years ago

Hi,

I remove the lines and now project does not work anymore

image image

stsrki commented 3 years ago

Did you convert from 3.1 to .Net 5? Maybe you're missing Microsoft.NET.Sdk.BlazorWebAssembly defined in a csproj file. Look through our demo projects for reference on what you might be missing https://github.com/stsrki/Blazorise/tree/dev093/Demos

AlexTeixeira commented 3 years ago

My Bad, I was making another change.... My project compile, I need to use the french language now 👍