staticwebdev / blazor-starter

A starter template in C# APIs and Blazor for Azure Static Web Apps
217 stars 104 forks source link

Suggested fixes #5

Closed c0g1t8 closed 3 years ago

c0g1t8 commented 3 years ago

After using this template, I found a few things that could be addressed.

  1. Minor issue with the markdown
  2. A warning is generated after compiling the client application. The SurveyPrompt does not appear on the index.razor page.
  3. The README.md indicates that both the client and api projects should start by pressing F5. It does not.
  4. Suggested change to the text in README.md. Copying means a copy of the example of the local.settings.json file is kept in the repository. If the project is cloned elsewhere, it can be copied again.
c0g1t8 commented 3 years ago

https://github.com/staticwebdev/blazor-starter/pull/5/commits/562b784c037ce4117cd564756456d9ddf1f6a719 Fix is for Visual Studio Code.

The README.md refers to Visual Studio. I believe the README.md should reference Visual Studio Code. given the original code checked in.

staticwebdev commented 3 years ago

thanks, @c0g1t8!