Commit Graph

1843 Commits

Author SHA1 Message Date
Pranav K 1a2ca58eba
Merge pull request #2324 from aspnet/release/2.1
Merge release/2.1
2018-05-01 19:31:26 -07:00
Pranav K a94323499b Change CopyToPublishDirectory on Content items instead of explicitly removing this from publish items
Fixes #2295
2018-05-01 16:50:49 -07:00
Pranav K 05c84f008a Ensure Views dll are copied during P2P builds
FastUpToDateCheck in VS doesn't account for changes solely to .Views.dll. This causes referencing projects to be treated as
up to date even though a referenced project rebuilt. Touch the marker file to cause referenced projects to rebuild.

Fixes https://github.com/aspnet/Razor/issues/2306

to cause it to treat
2018-05-01 16:50:49 -07:00
Pranav K 8d99ba53ce Make incremental build in VS copy output files
Fixes #2306
2018-05-01 16:50:49 -07:00
Pranav K 2081663635 Re-enable desktop msbuild tests
Fixes #2208
2018-05-01 15:00:03 -07:00
Ajay Bhargav Baaskaran 7cba5ed593 Fix flaky test failure in ServerCommandTest 2018-04-30 16:32:18 -07:00
N. Taylor Mullen c59dcb9b4c Add IVT for Razor.LiveShare.Test. 2018-04-30 16:13:40 -07:00
Nate McMaster a2a03b896b
Merge branch 'release/2.1' into dev 2018-04-30 15:43:06 -07:00
Nate McMaster (automated) 4c8c86b629
Bump version to 2.1.0-rtm 2018-04-30 14:51:44 -07:00
Ryan Nowak f67458f156 Fix #2298 simplify TagHelperDescriptor hash
The hash code implementation here is exhaustive when it doesn't need to
be. Slimming this down to a much more reasonable set of things for perf
reasons.
2018-04-30 13:55:55 -07:00
N. Taylor Mullen 2885b4b138 Make document tracker resilient to multiple subscribes.
- Added tests to verify new functionality.

#2314
2018-04-30 12:03:13 -07:00
ASP.NET CI 8bc4c7a15c Update dependencies.props
[auto-updated: dependencies]
2018-04-29 12:28:29 -07:00
N. Taylor Mullen ee9537bebd Add Razor.LiveShare IVT to Editor.Razor. 2018-04-27 10:57:10 -07:00
Pranav K 92a7e73b75 Skip flaky test 2018-04-26 17:42:01 -07:00
Pranav K 813e50087c Specify RuntimeFrameworkVersion \ NSLibraryVersion when running tests 2018-04-26 17:42:01 -07:00
N. Taylor Mullen ad66ebb220 Add Razor.LiveShare IVT to CodeAnalysis.Razor. 2018-04-26 15:45:06 -07:00
N. Taylor Mullen 49299d78a4 Add Razor.LiveShare IVT to Razor.Workspaces. 2018-04-25 17:25:56 -07:00
Ryan Nowak e2edc280c5 Add documents, engine, tag helpers to snapshot
The project snapshot now maintains a RazorProjectEngine as well as set
of Tag Helpers that are known for that snapshot.

Pivoted some more services to be snapshot-centric.

Also added the ability to track .cshtml documents to the project system.
For now most components just ignore document changes.
2018-04-25 19:05:54 -04:00
Ajay Bhargav Baaskaran d8990cc2b8 Merge branch 'release/2.1' into dev 2018-04-25 13:26:18 -07:00
Ajay Bhargav Baaskaran bd871ef9e9 Handle Travis failure on ubuntu 2018-04-25 13:24:53 -07:00
Pranav K 1e2a1405e5
Update tests to target netcoreapp2.1 2018-04-25 10:27:07 -07:00
Pranav K a6a5e4ea10
Simplify building Microsoft.AspNetCore.Razor.Design 2018-04-25 10:27:07 -07:00
Nate McMaster b956aa0c80
Merge branch 'release/2.1' into dev 2018-04-23 19:02:19 -07:00
Nate McMaster 0d047d64f3
Remove explicit reference to NETStandard.Library when using .NET Framework 2018-04-23 13:32:50 -07:00
Pranav K a9f818bf82 Disable node-reuse to allow rebuilding
Recent builds of msbuild have node reuse enabled by default. This locks up the
task dlls after the test's completed preventing rebuilds untill you kill the process.
2018-04-23 12:50:38 -07:00
ASP.NET CI a643531c05 Update dependencies.props
[auto-updated: dependencies]
2018-04-23 12:22:04 -07:00
Nate McMaster 3854d22e2a
Merge branch release/2.1 into dev 2018-04-20 15:09:42 -07:00
Ajay Bhargav Baaskaran 2eb9d4d783 Merge branch 'rel/vsmac15.7' into dev 2018-04-20 13:48:35 -07:00
Ajay Bhargav Baaskaran 2be905def4 Make newline comparison work crossplat 2018-04-20 13:34:14 -07:00
ASP.NET CI 8075ae5344 Update dependencies.props
[auto-updated: dependencies]
2018-04-19 22:33:04 -07:00
Nate McMaster bae3b56959
Set NETStandardImplicitPackageVersion via dependencies.props 2018-04-19 16:43:55 -07:00
Ajay Bhargav Baaskaran 3adb7c9661 Handle Travis failure on ubuntu 2018-04-18 15:46:06 -07:00
Ajay Bhargav Baaskaran 97d9ce4fa8 Merge branch 'release/2.1' into dev 2018-04-18 15:29:40 -07:00
Ajay Bhargav Baaskaran d2fe76be21 Write process and pipe information to a pid file 2018-04-18 14:51:28 -07:00
Ajay Bhargav Baaskaran 8c56296460 Merge branch 'release/2.1' into dev 2018-04-18 12:31:11 -07:00
Ryan Nowak 2c6ae20e11 Update Roslyn version numbers
Updates the version numbers of Roslyn to match what will be available on
nuget.org for our RC.
2018-04-17 21:15:13 -04:00
Ajay Bhargav Baaskaran c4b40bd8b8 Merge branch 'release/2.1' into dev 2018-04-17 12:31:05 -07:00
Pranav K c8c6a6f0ae Update versions in ProvideBindingRedirectAttribute 2018-04-17 11:40:19 -07:00
Ajay Bhargav Baaskaran dc997821cc Added nuspec and symbols.nuspec files to Razor.Design 2018-04-17 11:07:34 -07:00
Ryan Brandenburg 4224b8fe37 Update version number to 2.2.0 2018-04-16 17:01:26 -07:00
Ryan Brandenburg 80a92e1669 Merge branch 'release/2.1' into dev 2018-04-16 17:01:26 -07:00
Ryan Brandenburg 3ffd3480b5 Branching for 2.1.0-rc1 2018-04-16 17:01:21 -07:00
ASP.NET CI d16c9a5ba4 Update dependencies.props
[auto-updated: dependencies]
2018-04-15 14:22:44 -07:00
Pranav K 95835d6c37 Continue generating RelatedAssemblyPart on assembly if GenerateAssemblyInfo=false
Fixes #2257
2018-04-13 16:14:37 -07:00
Ajay Bhargav Baaskaran 60b6ec047d Don't fail the build when ExtensionDependencyChecker fails 2018-04-13 15:55:39 -07:00
Pranav K 8d1de6ec80 Make sure RazorSdk works when BuildingInVisualStudio \ BuildProjectReferences is disabled
Fixes #2247
2018-04-13 14:35:04 -07:00
Ajay Bhargav Baaskaran f8dc5c4702 Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
Pranav K 6130eb0ec5 Is 1888 fixed 2018-04-13 11:19:07 -07:00
Pranav K 9365fcd053 Don't publish the refs directory when the app does not have any Razor files
Fixes https://github.com/aspnet/Razor/issues/2246
2018-04-11 15:20:16 -07:00
Ajay Bhargav Baaskaran 6d9df1ef33 Noop Razor Sdk for F# projects 2018-04-11 14:18:19 -07:00