Commit Graph

1837 Commits

Author SHA1 Message Date
Ryan Brandenburg 1b461749cb Reorganize source code in preparation to move into aspnet/AspNetCore
Prior to reorganization, this source code was found in fd4572874e
2018-11-27 10:52:49 -08:00
Ajay Bhargav Baaskaran fd4572874e Increase timeout for msbuild processes and added better logging 2018-11-05 18:14:45 -08:00
Pranav K d0c7d81336 Skip BuildIncremental_SimpleMvc_PersistsTargetInputFile on xplat
For some inexplicable reason timestamps returned as part of the test often show up
as being different resulting in test flakiness. We've manually verified that this
is not a product issue and builds are correctly incremental on xplat. See #2219
for past discussions.

Fixes https://github.com/aspnet/Razor/issues/2503
2018-08-17 10:52:25 -07:00
Nate McMaster 056940710a
Pin version variables to the ASP.NET Core 2.1.2 baseline
This reverts our previous policy of cascading versions on all servicing updates.
This moves variables into the 'pinned' section, and points them to the latest
stable release (versions that were used at the time of the 2.1.2 release).
2018-07-12 14:03:41 -07:00
Nate McMaster 10f68863ec
Updating dependencies to 2.1.2 and adding a section for pinned variable versions 2018-07-12 14:03:41 -07:00
Pranav K 74667eda9c
Don't specify MainEntryPoint when compiling Razor assembly 2018-07-12 13:05:10 -07:00
Ajay Bhargav Baaskaran e7db3f840b Handle pipe name with whitespace properly 2018-07-03 16:55:55 -07:00
N. Taylor Mullen 1c9208ba11 Update korebuild.json to restrict which VS is used. 2018-06-29 11:45:59 -07:00
N. Taylor Mullen e23c2652b7 Add NoBuild test that includes content.
- Also fixed wording of existing nobuild test.
2018-06-29 11:45:59 -07:00
N. Taylor Mullen 2d5a1737a2 Update Razor SDK packing logic to not include Pack at properties layer.
- Added test to verify that no-build scenarios work as expected.

#2378
2018-06-29 11:45:59 -07:00
Nate McMaster ca2d5738d6
Automatically generate binding redirects assembly attributes for the Razor VSIX 2018-06-27 16:42:02 -07:00
Nate McMaster c7fafa1e63
Bumping version from 2.1.1 to 2.1.2 2018-06-27 13:39:50 -07:00
N. Taylor Mullen 738553931e Update windows image to one that has VSIX compatible workloads. 2018-06-14 16:43:31 -07:00
Ryan Brandenburg 606b3c590f Set 2.1 baselines 2018-06-14 16:43:31 -07:00
ASP.NET CI 67bbd067d5 Update dependencies.props
[auto-updated: dependencies]
2018-06-12 19:31:01 +00:00
Pranav K cdbcfb7a05 Fixup references to versions in vsix 2018-05-29 15:17:01 -07:00
Pranav K 9c3a331e4f Allow publish to work when BuildProjectReferences=false
Fixes #2363
2018-05-29 15:17:01 -07:00
Nate McMaster f4eeacfdba
Bumping version from 2.1.0 to 2.1.1 2018-05-29 11:38:42 -07:00
ASP.NET CI 48db99b805 Update dependencies.props
[auto-updated: dependencies]
2018-05-29 09:49:34 -07:00
Nate McMaster 2434d17613
Exclude Visual Studio packages from default NGPV ruleset (#2352) 2018-05-15 10:04:01 -07:00
Ryan Nowak e9fc15de02 Bump Roslyn dependency to 2.8.0 2018-05-07 12:09:04 -07:00
ASP.NET CI d16988542a Update dependencies.props
[auto-updated: dependencies]
2018-05-04 07:47:22 -07:00
Ajay Bhargav Baaskaran 41c0a69c5b Allow build server to run on net46 2018-05-02 16:17:09 -07:00
Ajay Bhargav Baaskaran b2c59700d5 Skip flaky test 2018-05-02 15:43:04 -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
Nate McMaster (automated) 4c8c86b629
Bump version to 2.1.0-rtm 2018-04-30 14:51:44 -07:00
Ajay Bhargav Baaskaran bd871ef9e9 Handle Travis failure on ubuntu 2018-04-25 13:24:53 -07:00
Nate McMaster 0d047d64f3
Remove explicit reference to NETStandard.Library when using .NET Framework 2018-04-23 13:32:50 -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 d2fe76be21 Write process and pipe information to a pid file 2018-04-18 14:51:28 -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 dc997821cc Added nuspec and symbols.nuspec files to Razor.Design 2018-04-17 11:07:34 -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
Ajay Bhargav Baaskaran 5504374125 Preserve directive node diagnostics in document node 2018-04-10 10:24:21 -07:00
Ajay Bhargav Baaskaran 6270c1f47e Merge branch 'rel/vs15.7' into dev 2018-04-05 16:28:17 -07:00
Ryan Nowak 4cd24a2b08 Add experimental flag to un-special-case data-
This change allows blazor to opt into treating data- attributes the same
way as normal attributes in the parser.
2018-04-05 15:27:04 -07:00
Ryan Nowak d1c0ab587c Add support for type parameters to class nodes
This change will allow someone extending Razor to use generic type
parameters in generated classes.

There's no user-level extensibility provided here yet, as in there is no
language support for adding type parameters.
2018-04-05 15:26:42 -07:00
Ajay Bhargav Baaskaran ae42d7599d Show error if page directive is not at the top of file 2018-04-04 17:27:10 -07:00
Ajay Bhargav Baaskaran 8e1475c5bc Merge branch 'release/2.1' into dev 2018-04-04 10:20:25 -07:00