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

214 Коммитов

Автор SHA1 Сообщение Дата
Immo Landwerth 4a9b75026c
Link Code of Conduct (#126) 2020-04-09 13:04:52 -07:00
Eilon Lipton ca81b385de Update VS2015/VS2017 tooling info in readme 2017-03-29 12:25:22 -07:00
Nate McMaster 9f90c37c9b
Pin KoreBuild to legacy-build version 2017-03-01 14:53:19 -08:00
Pranav K 4087847ac8 Update to CLI 1.0.0-preview2-1-003180 2016-12-29 10:56:12 -08:00
Ajay Bhargav Baaskaran 69e891e877 Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:48:39 -08:00
N. Taylor Mullen 0db76c73cd Update .travis.yml osx image to xcode7.3. 2016-12-08 10:03:01 -08:00
N. Taylor Mullen 59a39a8d6d Pin global.json SDK to 1.0.0-preview2-1-003177. 2016-11-23 15:58:41 -08:00
Nate McMaster 8b3a78de17
Clean tmp folder after unzipping KoreBuild 2016-11-18 10:57:02 -08:00
Pranav K 2bb3e2e831 Pin versions of CLI packages 2016-11-16 14:00:20 -08:00
Pranav K e8e3ed22c4 Fix versions 2016-11-09 22:08:26 -08:00
Pranav K 7378850bd4 Updating versions to 1.2.0-* 2016-11-09 14:19:16 -08:00
Pranav K ebbf2234cf Merge branch 'rel/1.1.0' into dev 2016-11-09 11:32:55 -08:00
Pranav K b89e77ffdd Branching for 1.1.0 2016-11-09 11:32:53 -08:00
N. Taylor Mullen a5fdecd11e More preview4 version updates. 2016-11-04 11:59:26 -07:00
N. Taylor Mullen fe9e882ed7 Up NETCore.App to 1.1.0 for 1.1.0-preview4. 2016-11-03 15:40:26 -07:00
Jass Bagga 8b02c009a8 Changed namespace reference from Microsoft.AspNetCore.Razor.Test.Internal to Microsoft.AspNetCore.Razor.TagHelpers.Testing
Addresses Mvc https://github.com/aspnet/Mvc/issues/5323
2016-11-01 14:54:27 -07:00
Ajay Bhargav Baaskaran 45d11d5019 Fixing test failure 2016-10-28 11:23:56 -07:00
Ajay Bhargav Baaskaran 2b7ac7dff1 Downgrading dependencies version from 1.1.0-* to 1.0.0-*
- Added workarounds to make TagHelper discovery work
2016-10-27 11:53:50 -07:00
N. Taylor Mullen 236b7c4eac Make RazorTooling coherent until we drop all versions to not raise users dependencies. 2016-10-26 11:06:37 -07:00
N. Taylor Mullen 6a6b89e234 React to platform abstractions dependency addition on `DotNetToolDispatcher`. 2016-10-25 16:42:35 -07:00
Pranav K e8b23895f2 Updating to preview4 2016-10-17 09:56:32 -07:00
Pranav K c3ddce8695 Merge remote-tracking branch 'origin/rel/1.1.0-preview1' into dev 2016-10-17 09:56:32 -07:00
Pranav K 34afd553ec Branching for 1.1.0-preview1 2016-10-17 09:49:38 -07:00
Pranav K 0b6b3be925 Revert "Updating to netcoreapp1.1"
This reverts commit ec0097247b.
2016-10-12 16:09:31 -07:00
Pranav K ec0097247b Updating to netcoreapp1.1 2016-10-12 13:46:21 -07:00
N. Taylor Mullen 615c371a0e Add Debug pragma to Program.cs for `DebugHelper`. 2016-10-06 10:48:36 -07:00
Pranav K 1e72cc6c6c Use a custom LoadContext to unify types between ProjectLoadContext and Default load context
Works around https://github.com/dotnet/cli/issues/4316
2016-10-05 11:24:38 -07:00
Pranav K 25a292ecfa Add DebugHelper to make debugging easier 2016-10-05 09:44:19 -07:00
Pranav K 75c1a2a99d Updating partner package versions 2016-10-03 14:27:44 -07:00
Ajay Bhargav Baaskaran a3fd998ba3 Fully support ViewComponentTagHelpers in design time 2016-09-28 16:30:31 -07:00
Ajay Bhargav Baaskaran 24a9c542c4 Added design time support for ViewComponent TagHelpers 2016-09-23 17:53:36 -07:00
Doug Bunting f3240cc969 Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- no need for icu4c w/ current `dotnet` builds
2016-09-04 20:08:34 -07:00
Pranav K 204109040a Switching to dotnet.myget.org feed 2016-08-09 15:09:49 -07:00
N. Taylor Mullen 82b15dc77e Change repo-initialize to have a fallback restore. 2016-08-03 10:22:28 -07:00
N. Taylor Mullen fdd9c45361 Force restore all src projects before global dotnet restore. 2016-08-02 17:18:26 -07:00
N. Taylor Mullen 47c2e49869 Remove MVC dependency from test applications.
- This ensures no circular dependency is created between RazorTooling and MVC.
- One side effect of this change is that you can no longer run the test application. Can just see its design time functionality.
2016-08-02 15:44:08 -07:00
BrennanConroy e7409e1421 Update .travis.yml 2016-08-02 13:03:53 -07:00
N. Taylor Mullen 1f336da989 Update nuget package verifier to contain test library package. 2016-08-02 10:31:56 -07:00
N. Taylor Mullen 1cc4498a93 Add end-to-end functional tests.
- This involved building a simple test application to perform dotnet commands onto.
- Created a testartifacts directory during functional test runs to isolate functional test package requirements from a users machine. Without this you'd end up with temporary packages polluting your local nuget packages home directory.
- Added makefile target to ensure initial builds work when running tests.

#62
2016-08-01 21:16:07 -07:00
Axel Heer 3550d3934e Fix minor typo within ResolveProtocolCommand (#90) 2016-07-24 22:36:04 -07:00
Doug Bunting 3fe4d1b2f1 One build to rule them all
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
2016-07-07 12:29:47 -07:00
Ajay Bhargav Baaskaran 1bda21da38 Updating to RTM builds of xunit and Moq 2016-07-05 17:07:31 -07:00
N. Taylor Mullen d9dfc2a6ac Break project into tool and inside man projects.
- Updated xproj to match latest tooling.
- Moved namespaces and classes to match the project they were in.
- Renamed / split resource files for their corresponding projects.
- Changed the x86 repacking to only impact the Microsoft.AspNetCore.Razor.Design project (it's the project that's always executed).
- Removed Dotnet.Cli.Utils dependency form Design. We weren't making use of the reporter anyways.

#80
2016-06-27 16:28:46 -07:00
N. Taylor Mullen 302ba3f85c Flow configuration command line to CreateLoadContext.
#83
2016-06-21 11:10:37 -07:00
Pranav K 308e09af88 Updating to dev versions
# Conflicts:
#	src/Microsoft.AspNetCore.Razor.Tools/project.json
2016-06-16 10:41:40 -07:00
jacalvar 05fd8f2f8e Merge branch 'release' into dev 2016-06-15 15:15:22 -07:00
jacalvar 35f4e55b27 Update Json.NET to 9.0.1 2016-06-15 15:14:46 -07:00
Pranav K 61d4d5056c Merge branch 'release' into dev 2016-06-14 16:29:02 -07:00
Pranav K 64129d0ebf Updating to release. 2016-06-14 16:22:35 -07:00
Pranav K 109456127c Use KOREBUILD_NUGET_EXE if available 2016-06-14 10:21:09 -07:00