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
Ajay Bhargav Baaskaran
b1007744b0
Added PipeOptions.CurrentUserOnly option to the named pipe streams
...
Don't run on server if CurrentUserOnly is not available
2018-04-04 09:53:36 -07:00
ASP.NET CI
92cab8d893
Update dependencies.props
...
[auto-updated: dependencies]
2018-04-03 22:38:54 +00:00
Ajay Bhargav Baaskaran
13d19845c4
Merge branch 'release/2.1' into dev
2018-03-29 14:37:28 -07:00
Ajay Bhargav Baaskaran
a2a920dde5
Normalize the tool assembly path before using it as the base for pipe name
2018-03-29 12:50:51 -07:00
Ajay Bhargav Baaskaran
ad3048fcc3
Merge branch 'release/2.1' into dev
2018-03-28 18:26:25 -07:00
Ajay Bhargav Baaskaran
03938dfd95
Handle Mutex creation exceptions
2018-03-28 18:23:30 -07:00
Nate McMaster (automated)
bc72470c21
Update dependencies.props
...
[auto-updated: dependencies]
2018-03-28 10:59:33 -07:00
Ajay Bhargav Baaskaran
15a74a8f80
Merge branch 'release/2.1' into dev
2018-03-27 10:47:45 -07:00
Ajay Bhargav Baaskaran
d1215d8fa1
Skip checking thumbprint of file in osx
2018-03-27 10:46:49 -07:00
Pranav K
3f6051c9d5
Make PreserveCompilationContext=true
2018-03-26 14:23:59 -07:00
Pranav K
1e11b5fa95
Make PreserveCompilationContext=true
2018-03-26 14:23:29 -07:00
N. Taylor Mullen
7c0a486bcc
Merge remote-tracking branch 'origin/release/2.1' into dev
2018-03-26 12:40:03 -07:00
N. Taylor Mullen
da255ff9db
Make `TestProject.GetProjectDirectory` more thorough when finding project directory.
...
- Used our test path utilities to properly navigate to the project directory.
- Added some logic to make future debugging/test failures more diagnosable.
#2184
2018-03-26 12:36:46 -07:00
Ajay Bhargav Baaskaran
28a6fe27ca
Merge branch 'release/2.1' into dev
2018-03-26 12:02:28 -07:00
ASP.NET CI
34772f4459
Update dependencies.props
...
[auto-updated: dependencies]
2018-03-25 15:51:35 -07:00
Ajay Bhargav Baaskaran
7bc54b99e0
Use tool assembly path for computing default pipe name
2018-03-23 16:50:20 -07:00
Ajay Bhargav Baaskaran
b12234395f
Merge branch 'release/2.1' into dev
2018-03-23 12:37:35 -07:00
Ajay Bhargav Baaskaran
adc7184d98
Register missed directives in RazorPageGenerator
2018-03-23 12:36:23 -07:00
Ryan Nowak
2b33a4a043
Merge branch 'release/2.1' into dev
2018-03-22 18:57:42 -07:00
Ryan Nowak
881fb49f73
Merge branch 'rel/vs15.7' into release/2.1
2018-03-22 18:36:32 -07:00
Pranav K
cb3d797f46
Merge pull request #2212 from aspnet/release/2.1
...
Remove EnableDefaultCompiledViewAssemblyLoadBehavior and add a switch…
2018-03-22 17:10:12 -07:00
Pranav K
954a62c075
Remove EnableDefaultCompiledViewAssemblyLoadBehavior and add a switch to disable generating application part factory attribute
2018-03-22 17:09:53 -07:00
Ryan Nowak
0a450d2f53
Add a version to the Razor about dialog entry
2018-03-22 14:54:20 -07:00
Pranav K
48606039e5
Merge remote-tracking branch 'origin/release/2.1' into dev
2018-03-22 12:17:52 -07:00
Pranav K
ac3065a9e1
Temporary workaround to make Razor Windows build on dotnet-ci
2018-03-22 12:17:06 -07:00
Ajay Bhargav Baaskaran
621f786681
Merge branch 'release/2.1' into dev
2018-03-21 11:23:03 -07:00
Ajay Bhargav Baaskaran
a7178a66bd
Show error if page directive is not at the top of file
2018-03-21 11:22:01 -07:00
Nate McMaster
1d8ae95ee6
Merge branch 'release/2.1' into dev
2018-03-21 10:08:33 -07:00
Nate McMaster
20068233c7
React to aspnet/BuildTools#616 - add additional exclusions for Microsoft.AspNetCore.Razor.Design
2018-03-21 09:59:24 -07:00
Pranav K
fb4a3abdcd
Merge pull request #2202 from aspnet/release/2.1
...
Add a few more Razor Sdk fixes
2018-03-21 08:45:31 -07:00
Pranav K
8631f287d9
Add a few more Razor Sdk fixes
...
* UseSharedCompilation to determine the default value of UseRazorBuildServer
* Generate AssemblyDescriptionAttribute
2018-03-21 08:44:55 -07:00
N. Taylor Mullen
8f8bbda27a
Merge branch 'release/2.1' into dev
2018-03-20 16:35:07 -07:00