Commit Graph

77 Commits

Author SHA1 Message Date
Pranav K 864dd694e0 Use a branch that lets us produce packages with a specific build number 2017-01-23 13:54:41 -08:00
Pranav K 501540c76e Use the list of Content files specified in the project as a source
Fixes #59
2017-01-23 11:38:48 -08:00
Pranav K c1ef1e533f Consolidate options to a single file 2017-01-23 11:38:33 -08:00
Pranav K e2117dd6b4 Do not disable publishing views if MvcRazorCompileOnPublish is not set. 2017-01-14 17:07:38 -08:00
Pranav K ac4a0560a3 Don't publish cshtml files as part of publish 2017-01-10 17:17:09 -08:00
Pranav K 0d5d9c1222 Rename buildCrossTargeting/ folder to buildMultiTargeting/ 2017-01-10 11:46:03 -08:00
Pranav K 1ed838fec9 Don't invoke Path.GetFullPath when calculating MvcRazorOutputPath
Add an option that allows specifying the command to invoke
2017-01-10 10:33:44 -08:00
Ryan Brandenburg 3f5cce41c1 Make ViewCompilation a target 2017-01-09 10:17:36 -08:00
Pranav K 275364463f Revert "Update to CoreFx 4.4.0-*"
This reverts commit 45dcbac069.
2016-12-22 13:08:04 -08:00
Pranav K 45dcbac069 Update to CoreFx 4.4.0-* 2016-12-22 12:48:17 -08:00
Pranav K 172f0579d5 Tool produces a 0-byte binary when compilation fails
Fixes #35
2016-11-23 14:33:30 -08:00
Pranav K 0f4330e673 Merge branch 'rel/1.1.0' into dev 2016-11-14 10:14:49 -08:00
Pranav K d9140e97c9 dotnet-razor-precompile does not work when the application targets netcoreapp1.1
Fixes #30
2016-11-11 15:59:19 -08:00
Pranav K e883cb2493 Updating versions to 1.2.0-* 2016-11-09 14:18:51 -08:00
Pranav K d81cce8a25 Make --framework an optional parameters to the tool
Fixes #26
2016-11-07 12:13:55 -08:00
Pranav K bfdd939e26 Rename project to Razor ViewCompilation
* Microsoft.AspNetCore.Razor.Precompilation.* -> Microsoft.AspNetCore.Razor.ViewCompilation.*
* Update version number to 1.1.0
2016-11-07 12:07:11 -08:00
Pranav K ccfbec657f Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools does not need to target desktop
Fixes #19
2016-10-25 15:45:54 -07:00
Pranav K ef4ba21bbe Revert "Updating to netcoreapp1.1"
This reverts commit 3c6ad8fc64.
2016-10-12 16:09:18 -07:00
Pranav K 3c6ad8fc64 Updating to netcoreapp1.1 2016-10-12 13:46:12 -07:00
Pranav K 2f4316b24f Add Microsoft.DotNet.InternalAbstractions to resolve runtime failure.
Pin the version of ProjectModel.Loader and Cli.Utils
2016-10-06 12:39:16 -07:00
Pranav K 1f8d3c6bf1 Updating partner package versions 2016-09-28 11:51:39 -07:00
Pranav K 88fa650138 Reacting to Mvc changes 2016-09-14 15:30:23 -07:00
Pranav K 0e54281e8b Adding tests for command line parsing
Fixes #10
2016-09-07 16:38:38 -07:00
Pranav K d046091727 Add an option to embed sources for compiled views (cshtml content) in the generated assembly
Fixes #2
2016-09-07 10:43:51 -07:00
Pranav K 21535e5b0d Add a test that demonstrates precompiled class library 2016-08-25 14:39:55 -07:00
Derek Gray ea461c3b47 Update CommonOptions.cs
The additional `app.HelpOption` here prevents the application from displaying help when that option is passed due to the `CommandLineUtils` choking on the duplicated template; also, `PrecompilationApplication` already defines its own `HelpOption` and `Description`.
2016-08-25 12:45:51 -07:00
Pranav K dbe93ac6b1 Adding Razor Precompilation 2016-08-19 10:35:45 -07:00