Граф коммитов

395 Коммитов

Автор SHA1 Сообщение Дата
Nate McMaster 54234480f5
Clean tmp folder after unzipping KoreBuild 2016-11-18 10:57:00 -08:00
Pranav K 768e5ee432 Fix the version of the tool in testapps 2016-11-14 14:22:43 -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 1fe9d0198e Merge branch 'rel/1.1.0' into dev 2016-11-11 12:55:11 -08:00
Pranav K a2b29a5ac4 Bump quality to preview4 2016-11-11 12:54:24 -08:00
Pranav K e883cb2493 Updating versions to 1.2.0-* 2016-11-09 14:18:51 -08:00
Pranav K b700afa8ea Merge branch 'rel/1.1.0' into dev 2016-11-09 11:32:25 -08:00
Pranav K 8406da8c09 Branching for 1.1.0 2016-11-09 11:32:23 -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 3ec608ecb7 Skip tests on OSX (not Windows) 2016-10-27 12:11:31 -07:00
Pranav K 8d45fcd34e Use ConditionalFact to not run tests on xplat 2016-10-26 14:32:05 -07:00
Pranav K 3d1caa474e Adding a functional test for desktop only project 2016-10-25 15:45:54 -07: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 61998b70b4 Merge branch 'rel/1.1.0-preview1' into dev 2016-10-18 10:33:50 -07:00
Pranav K 431548d55a Downgrading package quality to preview1 2016-10-18 10:24:36 -07:00
Pranav K b2681bb69d Updating to preview4 2016-10-17 09:56:25 -07:00
Pranav K a3ff5d708b Merge remote-tracking branch 'origin/rel/1.1.0-preview1' into dev 2016-10-17 09:56:25 -07:00
Pranav K 4b9d37e852 Branching for 1.1.0-preview1 2016-10-17 09:49:30 -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 3b45ea5c27 Add a test that verifies strong name signing works for precompiled views
Fixes #16
2016-09-13 10:03:56 -07:00
Pranav K 755957b694 Use HttpClient from Fixture instrad of creating a new one per test 2016-09-12 15:18:18 -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
Doug Bunting b4b35138c5 Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- `KOREBUILD_TEST_DNXCORE` env variable isn't used anymore
- no need for icu4c w/ current `dotnet` builds
2016-09-04 20:02:07 -07:00
Pranav K daf4843fb3 Move Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tests -> Microsoft.AspNetCore.Mvc.Razor.Precompilation.FunctionalTests 2016-08-31 18:17:14 -07:00
Pranav K 91c7960465 Merge branch 'prkrishn/fix-xplat' into dev 2016-08-26 15:30:32 -07:00
Pranav K 6c7f621d5d Don't run desktop tests on xplat 2016-08-26 15:25:50 -07:00
Pranav K 021ceb71be Don't run desktop tests on xplat 2016-08-26 09:58:33 -07:00
Pranav K 21535e5b0d Add a test that demonstrates precompiled class library 2016-08-25 14:39:55 -07:00
Pranav K 7d3befc88d Fix build break 2016-08-25 14:16:26 -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 3369bb6e90 Fix test runs on xplat 2016-08-25 12:43:25 -07:00
Pranav K dd297b6d09 Update README.md 2016-08-23 11:03:04 -07:00
Pranav K 4e2ed96392 Adding README.md 2016-08-22 11:29:05 -07:00
Pranav K 1cb4b8161b Make build work when src directory does not exist \ does not get built. 2016-08-22 10:41:48 -07:00
John Luo 5d82791a5c Fix build by using volatile feed
Also make build.sh executable
2016-08-19 00:25:50 -07:00
Pranav K 4f766a3fa5 Fix issues with feeds used to restore testapps
* Remove duplicated feeds from testapps/NuGet.config
* Don't specify feeds as part of restore. Let testapps/NuGet.config dictate this.
* Switch to dotnet.myget.org
2016-08-19 11:01:50 -07:00
Pranav K dbe93ac6b1 Adding Razor Precompilation 2016-08-19 10:35:45 -07:00
Pranav K 6f5722366d Initial commit 2016-08-16 15:04:46 -07:00