Pranav K
1c5e417606
Change TFM to netcoreapp2.0 ( #6234 )
...
* Change TFM to netcoreapp2.0
2017-05-04 18:11:26 -07:00
N. Taylor Mullen
36e272fdc2
React to Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language.
...
aspnet/Razor#1169
2017-04-10 10:20:19 -07:00
Pranav K
badb6ce8e5
Remove net451 as a cross-compile target
2017-03-22 06:32:50 -07:00
Pranav K
7b53ba1f6b
Reacting to https://github.com/aspnet/Razor/issues/1063
2017-03-13 09:46:36 -07:00
martincostello
498c1c570d
Update error message
...
Update error message based on PR feedback to less C# specific.
2017-02-23 14:21:58 -08:00
martincostello
9950325269
Update view compilation error message
...
Update view compilation error message for csproj instead of
project.json.
2017-02-23 14:21:58 -08:00
Ajay Bhargav Baaskaran
c349929cc1
Port old Razor tests to new Razor
2017-02-03 17:09:18 -08:00
Ryan Nowak
84d2e027f5
Use new Razor in MVC
2017-01-30 10:55:49 -08:00
Pranav K
c942eab6e2
Adding support for Razor precompilation
...
Fixes #3917
2016-08-19 07:27:51 -07:00
Pranav K
7ce344270a
Show message about preserveCompilationContext when a Roslyn diagnostic error says a reference
...
could not be found.
Fixes #4911
2016-07-06 15:09:54 -07:00
Pranav Krishnamoorthy
55e9adf84d
Generate portable pdbs in coreclr
2016-06-09 17:12:24 -07:00
Pranav K
8c8fd6446b
Use regular PDBs on full desktop when possible
...
Add a test to verify exceptions thrown from views is pretty printed by diagnostics middleware
Fixes https://github.com/aspnet/Diagnostics/issues/293
Fixes #4737
2016-06-09 14:59:38 -07:00
N. Taylor Mullen
51c285574b
Add `AdditionalCompilationReferences` option to `RazorViewEngineOptions`.
...
- `AdditionalCompilationReferences` is a purely additive option to add `MetadataReference` instances to be used for Razor compilation.
- Added a test to validate the compilation references get combined with the `ApplicationPartManager`s metadata references.
#4497
2016-06-01 16:32:46 -07:00
Pranav K
ab76f743f4
Use dependency context from all application parts when compiling views
...
Fixes #4498
2016-05-24 10:28:51 -07:00
Pranav K
0ff2f875d9
Avoid holding on to DependencyContext instance
...
Fixes #4527
2016-04-29 14:44:55 -07:00
Pranav K
b3a65b485f
Simplify assembly load on CoreCLR
...
Fixes #4328
2016-04-25 09:45:23 -07:00
Pranav K
b4310ac8a8
Modify RoslynCompilationService to generate portable pdbs
...
Fixes #4330
2016-04-03 08:55:11 -07:00
Pranav K
c03aabbff5
RazorCompilationService should throw a meaningful error when a user produces an application without `preserveCompilationContext`
...
Fixes #4202
2016-03-15 11:19:38 -07:00
Pranav K
bf1fc7dab3
Reacting to Hosting changes
2016-03-15 10:50:53 -07:00
Pranav K
6d3bd33c64
Revive DefaultRoslynCompilationServiceTest
...
Partially fixes #4140
2016-03-09 11:50:14 -08:00
Pranav K
501547d630
Remove IMvcRazorHost.MainClassPrefix
2016-03-09 11:50:07 -08:00
N. Taylor Mullen
33d1aea8ea
Transition to Netstandard.
...
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:39:31 -08:00
Pranav K
756953fd50
Use the entry assembly when DependencyContext is null
...
Fixes #4136
2016-02-25 06:23:06 -08:00
Pranav K
80b6996701
* Moving DNX dependencies to test only
...
* Updating Mvc tests to use dotnet test to run on dnxcore50
2016-02-23 18:58:42 -08:00
Ryan Nowak
de3b33caf1
Internal cleanup in Razor
2016-01-24 21:50:33 -08:00