Commit Graph

67 Commits (9ca441165a8888a7a50578541bf0d23aba629a47)

Author SHA1 Message Date
Tom Dykstra 43fd66219a
Advise when to use runtime compilation (#28708)
Co-authored-by: Daniel Roth <daroth@microsoft.com>
2023-03-31 19:49:19 -07:00
Daniel Roth 6fec734c31
Remove promise of future delivery of functionality that is not committed. (#28613) 2023-03-08 09:11:16 -05:00
Tom Dykstra e5fe8c452f
Runtime compilation doesn't support global or implicit usings (#27859) 2022-12-16 12:59:00 -10:00
Rick Anderson 8957acdb91
Update view-compilation.md (#27142)
* Update view-compilation.md

* Update aspnetcore/mvc/views/view-compilation.md
2022-11-04 11:55:40 -10:00
Luke Latham 89805783af
Runtime compilation not supported for components (#26196) 2022-06-21 13:12:17 -05:00
Luke Latham e175588086
Institute global no-loc (#26036)
* Institute global no-loc

* Updates

* Updates

* Updates

* Updates

* Updates
2022-06-03 11:35:55 -10:00
Luke Latham 546a06a2d5
Blazor no-loc adds (#25429) 2022-03-25 18:19:18 -05:00
Rick Anderson 37632e461a
Update view-compilation.md (#25416)
* Update view-compilation.md

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

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

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2022-03-24 14:16:31 -10:00
Kirk Larkin 2a5520dc53
Code-fence common file extensions (#25383) 2022-03-23 10:48:44 +00:00
Kirk Larkin 17fa8458f7
Remove warning re View Compilation regression in 6.0 (#25275) 2022-03-10 08:36:19 -10:00
Luke Latham 5f1743e629
Add Blazor Hybrid to no-loc metadata (#25064) 2022-02-18 07:17:09 -06:00
Kirk Larkin 2405226288
Code-fence references to Program.cs (#24995) 2022-02-14 12:16:29 -10:00
Kirk Larkin 64a0e660af
Update View Compilation to 6.0 (#24733)
* Update View Compilation to 6.0

* .

* Add warning re .NET 6 issue
2022-01-27 08:23:58 -10:00
Kirk Larkin 7bcfa68eb3
Prepare View Compilation for 6.0 (#24732) 2022-01-25 11:28:47 +00:00
Pranav K 4e1c71c036
Update runtime compilation docs for 6.0 (#24178)
* Update runtime compilation docs for 6.0

* Update view-compilation.md (#24180)

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-12-02 14:44:36 -10:00
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