You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a quick suggestion. After cloning the project, and opening it in Visual Studio, I tried to run the sample. It came up with an error because the reference: using BlazorApp.Data; was not removed. Also there is a WeatherForecast service registered in the same startup file. Would you be able to remove these lines for future users?
Otherwise this is an awesome example. Thank you!
The text was updated successfully, but these errors were encountered:
I have a quick suggestion. After cloning the project, and opening it in Visual Studio, I tried to run the sample. It came up with an error because the reference: using BlazorApp.Data; was not removed. Also there is a WeatherForecast service registered in the same startup file. Would you be able to remove these lines for future users?
Otherwise this is an awesome example. Thank you!
The text was updated successfully, but these errors were encountered: