markjprice/cs10dotnet6

Chapter 18. Adding a services page to the Northwind MVC website

Dreamoochy opened this issue · 1 comments

On page 20 in step 3 items styled with

<span class="badge badge-info">...</span>

are not displayed. The following style works:

<span class="badge bg-info">...</span>

Also terminal output shows GET request for service-worker.js with 404 response. After copying this file from Northwind.BlasorWasm to Northwind.Mvc these messages are no longer shown. But it doesn't affect the functionality as it seems.

Hmmm, I'm not sure why the MVC project would need a file from the Blazor WebAssembly project, but I have created an errata item for the page 20 issue:
https://github.com/markjprice/cs10dotnet6/blob/main/errata.md#page-20---adding-a-services-page-to-the-northwind-mvc-website