nbarbettini / little-aspnetcore-book

The Little ASP.NET Core Book, a friendly introduction to web programming and ASP.NET Core 2.0
http://littleasp.net/book
Creative Commons Attribution 4.0 International
701 stars 190 forks source link

Remove semicolons on Razor directives #44

Closed nbarbettini closed 6 years ago

nbarbettini commented 6 years ago

The official ASP.NET docs don't show semicolons after directives like @model and @using: https://docs.microsoft.com/en-us/aspnet/core/mvc/views/razor#directives

Semicolons are added after directives inconsistently in the book right now. They should be removed.

Reported here: https://www.gitbook.com/book/nbarbettini/little-asp-net-core-book/discussions/25