N. Taylor Mullen
99ff9d44a3
Update repo to utilize ApiCheck.
...
- Re-enabled api check for `Microsoft.AspNetCore.Razor` and `Microsoft.AspNetCore.Razor.Runtime`. This resulted in me adding known breaking changes for the packages.
- Added empty baseline files for `Microsoft.AspNetCore.Razor.Language`, `Microsoft.AspNetCore.Mvc.Razor.Extensions` and `Microsoft.CodeAnalysis.Razor`.
- Disabled ApiCheck for `Microsoft.CodeAnalysis.Razor.Workspaces`, `Microsoft.CodeAnalysis.Remote.Razor`, `RazorPageGenerator` and `Microsoft.VisualStudio.LanguageServices.Razor` to prevent ApiCheck warnings about missing baselines.
#1107
2017-07-07 15:59:36 -07:00
Ajay Bhargav Baaskaran
b70815e317
Made `RazorCodeGenerationOptionsBuilder.DesignTime` getter only
...
- Made RazorCodeGenerationOptions consistent with RazorParserOptions
2017-07-07 14:41:53 -07:00
Ajay Bhargav Baaskaran
d6e892b30c
Adjusted verbosity of some property names and made
...
TagHelperIntermediateNode.TagHelpers and IList
2017-07-06 18:05:36 -07:00
Ryan Nowak
a580c8fdf1
Get rid of AccessModifiers
2017-06-21 19:10:57 -07:00
Ajay Bhargav Baaskaran
dd4e163173
Change GenerateChecksum to SuppressChecksum
2017-06-19 16:52:36 -07:00
Ajay Bhargav Baaskaran
3892a6fede
Removed ChecksumIRNode
2017-06-16 11:14:54 -07:00
Ryan Nowak
6860806213
Make usage of FileName and FilePath consistent
...
FileName => "Foo.cshtml"
FilePath => "/Bar/Baz/Foo.cshtml"
2017-06-12 16:15:26 -07:00
Ryan Nowak
503ba669d0
Get rid of Parent from IR node
2017-06-08 19:22:14 -07:00
Nate McMaster
4d18334573
Target .NET Standard 2.0
2017-06-08 16:37:27 -07:00
Ryan Nowak
2ec2b98f83
Fix #1312 - make ExecuteCore protected
2017-05-12 17:54:09 -07:00
Ryan Nowak
a8dd0355d0
Remove default usings
...
This change removes the default usings for 'System' and
'System.Threading.Tasks' and adds them to the MVC template engine.
This is preparation for removing this feature from the razor options, I
wanted to get all of the intentional diff out of the way.
2017-05-12 17:08:58 -07:00
Pranav K
b8aa060f32
Target 1.0.4 RuntimeFrameworkVersion in the tool
2017-04-14 10:00:02 -07:00
N. Taylor Mullen
0618bae3bd
Rename Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language.
...
- Also updated corresponding test project to go from Evolution => Language.
- Regenerated test files to reflect new file paths.
#1169
2017-04-10 10:20:04 -07:00
Yves57
c7e2e1880e
Make FileSystemRazorProject internal ( #1152 )
...
Fixes #1117
2017-04-04 14:09:53 -07:00
Pranav K
7d43bfc709
Add RazorSourceDocument.Create(string template)
...
Add document and fix casing of RazorSourceDocument.FileName
Fixes #1063
2017-03-13 09:44:06 -07:00
Pranav K
27e66c3750
Add tests for RazorPageGenerator
2017-02-28 14:15:52 -08:00
Pranav K
12a502d775
Move FileSystemRazorProject into Razor.Evolution
...
Add tests
2017-02-28 14:15:52 -08:00
Pranav K
c83741f11c
Remove references to Razor from RazorPageGenerator
2017-02-28 14:15:52 -08:00
Nate McMaster
279855d947
Downgrade to stable packages
2017-02-14 16:15:35 -08:00
Nate McMaster
79663ef90e
Upgrade to RC.3
2017-01-20 09:01:49 -08:00
Pranav K
7657ea41a3
Updating to 4.4 CoreFx packages
2016-12-21 22:43:57 -08:00
Nate McMaster
705a490acb
Upgrade to VS 2017
2016-12-16 16:04:22 -08:00
Pranav K
c746fd81df
Updating versions to 1.2.0-*
2016-11-09 14:19:11 -08:00
Pranav K
d449e87795
Downgrading tool to netcoreapp1.0
2016-10-13 14:12:52 -07:00
Pranav K
8a057d5491
Updating to netcoreapp1.1
2016-10-13 11:23:50 -07:00
Pranav K
7bc3d440bd
Revert "Updating to netcoreapp1.1"
...
This reverts commit c17540f02c .
2016-10-12 16:09:28 -07:00
Pranav K
c17540f02c
Updating to netcoreapp1.1
2016-10-12 13:46:19 -07:00
Pranav K
039e1021a4
Updating partner package versions
2016-09-28 11:51:56 -07:00
Kiran Challa
cdb1a1a343
Moving RazorPageGenerator from 'tools' to 'src' as we want this package to be published by CI
...
(This tool is referenced in Hosting and Diagnostics)
2016-08-29 11:29:28 -07:00