Skip to content

Latest commit

 

History

History
28 lines (12 loc) · 588 Bytes

Blazor.md

File metadata and controls

28 lines (12 loc) · 588 Bytes

Blazor Tips and Tricks

File Nesting in VS

Open Settings in VsCode and enter File Nesting in the Search Bar

Enable File Nesting.

Search for File Nesting: Patterns and add the following entry

Patterns File Nesting.

How to add Required assets to build and debug manually

CTRL+SHIFT+P and enter .NET: Generate Assets for Build and Debug

How to Trust the HTTPS development certificate

    dotnet dev-certs https --trust