Blazored / LocalStorage

A library to provide access to local storage in Blazor applications
https://blazored.github.io/LocalStorage/
MIT License
1.23k stars 117 forks source link

AddBlazoredLocalStorageAsSingleton not found #190

Closed josegerar closed 2 years ago

josegerar commented 2 years ago

AddBlazoredLocalStorageAsSingleton not found

Jarlennnn commented 2 years ago

I'm seeing the same issue. Version 4.2.0. AddBlazoredLocalStorage is found but AddBlazoredLocalStorageAsSingleton is not. Tried cleaning, rebuilding, deleting Obj and Bin

Jarlennnn commented 2 years ago

I'm seeing the same issue. Version 4.2.0. AddBlazoredLocalStorage is found but AddBlazoredLocalStorageAsSingleton is not. Tried cleaning, rebuilding, deleting Obj and Bin

I see now that is is not available in 4.2.0.. only in preview for 4.3.0.. Maybe it should not be on README until implemented...

cheers