Lohith

Results 49 comments of Lohith

@jessegood explicit expressions is documented here: https://docs.microsoft.com/en-us/aspnet/core/mvc/views/razor?view=aspnetcore-5.0#explicit-razor-expressions Expressions of the format like: ``` Price: @(Pizza.GetFormattedTotalPrice()) ``` are termed explicit expressions. i.e. whenever you do @(//any code here) Hope this helps....

@jessegood you asked `When you say opt for explicit razor expressions, what are your guidelines for using them?` I was responding to that....

> This tutorial seems very useful to learn blazor. I use VSC and don't have VS. In chapter 01-components-and-layout, a note indicates > The BlazingPizza.Server project should be set as...

@ToiWright #253 should have fixed your issue. Can you check and close this issue (i.e. #251)? Thanks.

@matt-goldman how are you running the Server project on windows ? Are you using VS or VS Code ? What steps are you doing ?

@danroth27 i have tried the following with respect to deployment: 1. create azure infrastructure - Resource group - App service plan - F1, Windows - Web app - .NET Core...

@punkouter2021 we now have .NET6. If this is no more an issue for you, do consider closing this issue. Thanks.

@RahimPasha you should create Pull Request of the fix. Somebody from the team will review and take it forward.

@vogronicspatrik In the BlazingPizza.Client folder you will find obj & bin folder. Just delete the obj & bin folder and build the project again. The errors should go away. Let...

@vogronicspatrik Did you get a chance to make changes i suggested in my previous comment? If this is no longer an issue for you, do consider closing this issue. Thanks.