Commit Graph

52 Commits (2a58a2fc7a4013e86e8eb6be846c9bb8aca5bbf0)

Author SHA1 Message Date
Rick Anderson ad321c2700
Add Home and Privacy to no-loc (#22237)
* Add Home and Privacy to no-loc

* Add Home and Privacy to no-loc
2021-05-08 10:12:34 -10:00
Rick Anderson 68a3be08f6
prep to monikers to remove views.dll (#22225) 2021-05-06 15:15:51 -10:00
Luke Latham acac6546a3
Change 'check box' to 'checkbox' (#22222) 2021-05-06 14:30:14 -05:00
Rick Anderson 2f00739f4e
Kestrel to no-loc (#22182) 2021-05-01 13:03:18 -10:00
Genevieve Warren e8389375a7
Update Razor output for version 6 (#22010)
* update for 6

* Update aspnetcore/razor-pages/ui-class.md

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

* Updates

* Update aspnetcore/mvc/views/view-compilation.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Back to original

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-04-15 11:05:19 -10:00
Rick Anderson 311cef0e25
appsettings.json noloc (#20320) 2020-10-27 11:27:47 -10:00
Rick Anderson 23bd8d2057
Add ASP.NET Identity to no loc (#19578)
* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc
2020-08-19 11:07:40 -10:00
Rick Anderson 3a5c8b81d4
add Cookie to no loc (#19446) 2020-08-07 14:55:26 -10:00
Luke Latham 80446f1dd8
Add Blazor WebAssembly/Server to no-loc (#18962) 2020-06-25 19:11:04 -05:00
Luke Latham f2834015b6
Drop existing no-loc entries (#18111) 2020-05-04 12:00:16 -05:00
Scott Addie 9a66c861d2
Explain how to enable Razor Class Library runtime compilation in ASP.NET Core 3.1+ (#17792)
* Explain how to enable RCL runtime compilation

* more work

* more work

* Update aspnetcore/mvc/views/view-compilation.md

Co-Authored-By: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-04-15 16:02:00 -05:00
Scott Addie 9f9bd9a0ab
Adapt Razor runtime compilation guidance to changes made in ASP.NET Core 3.1 (#17777)
* Adapt Razor runtime compilation guidance to changes made in 3.1

* Remove Runtime compilation heading

* Update line highlighting

* Verbiage tweak

* Restore 3.0 content

* minor edits

* Clarify instructions

* Fix indentation

* Expand explanation

* Fix xref link

* Apply suggestions from code review

Co-Authored-By: Kirk Larkin <6025110+serpent5@users.noreply.github.com>

* Apply suggestions from code review

Co-Authored-By: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* React to feedback

Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-04-13 19:34:08 -05:00
Rick Anderson b61139b485
Razor file compilation (#17709)
* Razor file compilation

* Razor file compilation

* Razor file compilation

* Razor file compilation

* Apply suggestions from code review

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Razor file compilation

* Razor file compilation

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-04-10 07:27:30 -10:00
Rick Anderson 3d77cdf2c5
Razor compilation update (#17684)
* Razor compilation update

* Razor compilation update
2020-04-08 17:38:13 -10:00
Pranav K 45035fcab2 Fill in SDK gaps (#16690)
* Fill in SDK gaps

* Apply suggestions from code review

Co-Authored-By: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update web-sdk.md (#16703)

* Update web-sdk.md

* Update web-sdk.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-01-24 19:16:39 -08:00
Scott Addie 448e499f07
Add example of conditional Razor view compilation (#16034)
* Add example of conditional Razor view compilation

* React to feedback

* Simplify code snippet

* React to feedback
2019-12-05 14:06:25 -06:00
Scott Addie 7433eb2eea
Add the supported file extension to view compilation doc (#15416) 2019-10-31 13:25:02 -05:00
Scott Addie a50faa4056
Use dotnetcli dev lang to colorize .NET Core CLI commands (#14361) 2019-09-17 16:01:04 -05:00
Pranav K 2f3b938ebe Remove PreserveCompilationContext requirement (#12973)
* Remove PreserveCompilationContext requirement

* Update view-compilation.md

* minor edits
2019-06-20 17:20:11 -05:00
Ben McCallum 97a5f25033 Fix typo (#12595) 2019-05-30 09:28:50 -05:00
Stamo Gochev ec7ccd863e Update view-compilation.md (#12397) 2019-05-14 10:43:48 -05:00
Kirk Larkin bb05b407b3 Fixed line highlight. (#12335)
* Fixed line highlight.

* Update view-compilation.md
2019-05-08 10:44:55 -10:00
MSDev_NilTor 201ebff98e Update view-compilation.md (#11428)
now,there has not AddMvcRazorRuntimeCompilation,but AddRazorRuntimeCompilation!
2019-03-15 19:40:04 -10:00
Luke Latham fc901eeb67 Migration section on runtime comp (#11235)
Fixes #11232

This heading ...

> \#\# Moving from WebHostBuilder to HostBuilder

... didn't seem to make sense because the prior section is addressing the same migration aspect. These two sections were probably added at different times (guessing), which would explain the (accidental) appearance of both.

I see a handful of little super-nits in the view comp file beyond the few that I touch here (mostly punctuation on this PR), but I'll leave those unless you want me to edit the file.
2019-03-02 13:05:08 -10:00
Rick Anderson 751c0e3fb2
Update view-compilation.md (#11144)
Fixes #11142
2019-02-26 11:07:40 -10:00
Pranav K 030932e6cc Add docs about runtime compilation (#11135)
Fixes #11130
2019-02-26 10:36:33 -10:00
Luke Latham 432555a6cd API 2.2 links (#10930)
Update
2019-02-13 14:28:34 -10:00
Luke Latham 95521a68cd
Document AllowRecompilingViewsOnFileChange (#10580) 2019-01-24 09:57:10 -06:00
Luke Latham 190c62af0c Add blank lines around versioning lines (#8548)
Fixes #8540 

Now, I'm off to buy some J&J stock ... the parent company of a popular eye care product! 😣
2018-09-16 09:14:07 -10:00
Rick Anderson c9e3d29a88
Update view-compilation.md (#8246)
* Update view-compilation.md

* Update view-compilation.md

* Update view-compilation.md

* Update view-compilation.md
2018-08-23 14:52:42 -07:00
Luke Latham 2059dd8b41
Add CRLF to the last line of MD topics (#7509) 2018-07-08 21:48:10 -05:00
Scott Addie 09d7e5d4e8
Metadata updates to MVC docs (#7150) 2018-06-19 15:47:26 -05:00
Scott Addie 645d057bbb
Metadata updates for the Razor Pages docs (#7127)
* Metadata updates for the Razor Pages docs

* Update sample download links

* Change uid values

* Remove unnecessary redirection rule

* Fix date metadata warnings

* Add redirect entries

* Fix invalid link after rebase
2018-06-19 15:06:11 -05:00
Scott Addie 28c33483a9
UE edit of Razor file compilation doc (#6464)
* UE edit of Razor file compilation doc

* More edits

* Include .NET Framework csproj file

* More edits

* Apply more versioning moniker changes

* More cleanup
2018-05-18 10:08:48 -05:00
Pranav K 2d616b9bd3 Update view-compilation.md (#6379)
* Update view-compilation.md

* Update view-compilation.md (#6381)
2018-05-11 15:48:26 -10:00
Luke Latham 49e38929e5
Revert tab controls (#6350) 2018-05-10 19:58:40 -05:00
Rick Anderson 1832723bd1
CI Update (#5878) 2018-04-04 13:51:35 -10:00
Scott Addie 37fffb76e4
Link to .NET Core CLI publish command doc (#5864)
* Link to .NET Core CLI publish command doc

* Verbiage tweak
2018-04-03 16:14:58 -04:00
Luke Latham 6b0cf1247f Title, description, and H1 updates (2) (#5697)
Updates
2018-03-14 16:51:34 -10:00
Luke Latham f047169540 Drop [Main] from snippet references (#5547) 2018-02-24 10:08:11 -06:00
Luke Latham abbe642741 Organize metadata (#5296)
Updates
2018-01-29 09:21:31 -06:00
Luke Latham 31df8fcabf Remove keywords and ms.assetid metadata from ASP.NET Core topics (#5208) 2018-01-19 14:11:45 -06:00
Scott Addie 415b2d6238 Clarify the FDD requirement for view compilation (#5001)
* Clarify the FDD requirement for view compilation

* Update FDD link

* Verbiage clarification
2017-12-13 09:06:17 -10:00
Scott Addie aea5ad8493 Add *.PrecompiledViews assembly text (#4929)
* Add PrecompiledViews assembly text

* Optimize screenshot
2017-12-05 08:18:27 -10:00
Luke Latham b108eb50b6 Patch note for view precomp for SCDs 2017-09-23 15:20:38 -05:00
Luke Latham d157e2ec7a Kill BOM and add end newlines 2017-09-20 02:36:55 -05:00
Luke Latham f6333f838a Fixes #4089
* Reverse tab order in topics with tabs (2.x first)

Fixes #4089

* Escape to the stars!

* Escape to the stars ... again!
2017-08-24 12:36:42 -05:00
Rick Anderson cca03c0f0b make all tabs conform (#4014) 2017-08-17 16:20:27 -04:00
Scott Addie 553e78577e ASP.NET Core 2.0 updates to Razor view compilation doc (#3996)
2.0 updates to Razor view compilation doc
2017-08-16 15:02:44 -05:00
Rick Anderson 2afe3c19fc 2.0 metapackage (#3735)
* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* Minor tweaks to metapackage.md

* Convert "settings" to singular form

* Remove double quotes surrounding Microsoft.NET.Sdk.Web

* work

* work

* work

* work

* work
2017-07-18 15:44:34 -06:00