Commit Graph

32 Commits

Author SHA1 Message Date
N. Taylor Mullen 6e88ea9429 Add support for pre-compiling desktop applications.
#128
2017-05-30 22:41:06 -07:00
Pranav K 7f4aa60a45 Add support for precompiling RazorPages 2017-04-19 11:27:56 -07:00
Kiran Challa d4d0e28f0e Updated ViewCompilation project to netcoreapp2.0 2017-04-18 12:14:59 -07:00
N. Taylor Mullen 885792e16b React to Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language.
aspnet/Razor#1169
2017-04-10 10:20:34 -07:00
Ryan Brandenburg 300135969f Fix build break 2017-03-30 11:23:53 -07:00
Nate McMaster fd3ffa7ed1
React to aspnet/Common#205 2017-03-21 16:41:31 -07:00
Nate McMaster de201a544f Unify dependencies versions to one file and remove workarounds 2017-03-15 16:39:35 -07:00
Pranav K 9231dbda4f Reacting to Mvc changes 2017-03-13 18:18:03 -07:00
Pranav K 7d7ecf3a1b Make precompilation tests use project reference instead of package reference
Fixes #95
2017-03-13 11:05:25 -07:00
Pranav K 1026198b9b Remove net451 targets 2017-02-21 21:50:41 -08:00
Ajay Bhargav Baaskaran c4a9247f87 React to razor 2017-02-19 14:22:38 -08:00
Roderic Bos 3c14472bf2 Updated common.targets to use AssemblyName instead of MSBuildProjectName so renaming output assembly from csproj works
Fixes https://github.com/aspnet/Mvc/issues/5780
2017-02-16 14:56:28 -08:00
Nate McMaster 95cf0f48ff
Downgrade to stable packages 2017-02-14 16:15:35 -08:00
Pranav K 8b410c5899 Merge branch 'rel/1.1.0' into dev 2017-02-14 09:57:33 -08:00
Nate McMaster ed28b1671b Remove redundant configurations and csproj attribute 2017-02-09 13:44:15 -08:00
Pranav K 64d4b1da0c Add an option to disable publishing "refs" assemblies if compilation of views is enabled
Fixes #76
2017-02-07 12:39:48 -08:00
Pranav K 01366e5855 Update to Mvc 1.1.1 2017-02-07 09:21:25 -08:00
Pranav K 57e7f35fab ViewCompilation 1.1.0-msbuild3-final does not work with Microsoft.AspNetCore.Mvc 1.1.1
Fixes #78
2017-02-07 09:21:25 -08:00
Pranav K 07f3b7b699 Simplify packing 2017-02-02 15:29:05 -08:00
Pranav K a731e373b9 Merge branch 'rel/1.1.0' into dev 2017-02-01 18:19:21 -08:00
Ryan Nowak 9dbc119ed1 Update View Compilation for new Razor 2017-01-30 14:07:02 -08:00
Pranav K 2276c9eafe Include file names as part of printing Razor parse errors
Fixes #67
2017-01-27 12:32:32 -08:00
Pranav K 8f085c8e5d Create an x86 process to target 32-bit applications
Fixes #47
2017-01-25 17:46:26 -08:00
Pranav K 32cd737b62 Update to VS RC3 2017-01-24 14:17:53 -08:00
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