Giter Site home page Giter Site logo

microsoftdocs / mslearn-build-interactive-components-blazor Goto Github PK

View Code? Open in Web Editor NEW
5.0 4.0 28.0 1.12 MB

Sample repo for Building Interactive Components with Blazor Learn Module

License: Creative Commons Attribution 4.0 International

HTML 32.62% C# 27.53% CSS 39.85%

mslearn-build-interactive-components-blazor's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

mslearn-build-interactive-components-blazor's Issues

.

The pizza company has decided they'd like to sell a family-sized pizza. The problem is that this pizza is only available in one 24-inch size. The current app doesn't support a single-sized pizza.

Missing instruction in unit 3 of tutorial

In the "Refactor the Order Process" of unit 3 of the tutorial, instructions to replace the called method in step 3 by the new method created in step 4 are missing.

So the test won't give the expected results.

Missing information in tutorial unit 5

The unit 5 tutorial is missing information on where to write some pieces of code.

In Fix the Price and Size:
Step4 should specify that the code is to be written in OrderState.cs
Step 6 should specify that the code is to be written in OrderDetail.razor

Compile errors in Unit 5 Fix the Price and Size after step 6

The file OrderDetail.razor produces compiling errors after step 6 of Unit 5 Fix the Price and Size. The following 2 statements are missing.

Missing [Parameter] public Pizza Pizza { get; set; } in the @code section after the other [Parameter]

Missing the statement ElementReference sizeRange; before the first method .

Versioning issue

Since .NET 8 is currently only on preview/unstable versions - shouldn't the floating version be 8.0.*-* so it resolves to the correct packages?

Here are the errors I was getting when building using the Version="8.0.*". It found the packages but didnt match.

Changing it to 8.0.*-* fixed it.

Here are the error messages I was getting on build.
C:\Users\amsellak\source\repos\BlazingPizza\BlazingPizza.csproj : error NU1102: Unable to find package Microsoft.EntityFrameworkCore with version (>= 8.0.0) [C:\Users\amsellak\source\repos\BlazingPizza\BlazingPizza.sln]

C:\Users\amsellak\source\repos\BlazingPizza\BlazingPizza.csproj : error NU1102: - Found 185 version(s) in nuget.org [ Nearest version: 8.0.0-rc.2.23480.1 ] [C:\Users\amsellak\source\repos\BlazingPizza\BlazingPizza.sln]

I understand .NET 8 is scheduled to release soon but unil then solution doesnt build without updating to either the fixed floating point or and exact version....

Doc link about the floating versions

Place Order stopped working after adding new Pizza

In the Unit 5 of Module 7 where the user adds a new Pizza of size 24 and make certain changes to the slider, price and size of the pizza. After following everything the tutorial suggested the part where the address is filled and the order placed the app is not placing the order instead gives an error in the browser "An unhandled exception has occurred. See browser dev tools for details. Reload" to any pizza selected

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.