Eilon Lipton
1de182b6b8
Update CONTRIBUTING.md
2018-07-24 10:55:13 -07:00
Doug Bunting
aedb05e5b6
Merge branch 'release/2.2'
2018-07-23 15:38:40 -07:00
Doug Bunting
684e7855a6
Handle `null` entries correctly for `IsEmptyOrWhiteSpace`
...
- #2497
nits:
- take VS suggestions
- un-scramble `IsEmptyOrWhiteSpaceCore(...)` for readability
2018-07-23 15:25:41 -07:00
ASP.NET CI
52304f76a9
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-22 13:11:16 -07:00
ASP.NET CI
8502dd1ebe
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-22 12:23:58 -07:00
Ajay Bhargav Baaskaran
7bdad8fdd3
Merge branch 'release/2.2'
2018-07-19 16:03:16 -07:00
Ajay Bhargav Baaskaran
eb6faf1754
Redo baselines
2018-07-19 15:29:30 -07:00
Ajay Bhargav Baaskaran
8e667ba730
Rename parser tests to have shorter names
2018-07-19 15:22:30 -07:00
Ryan Nowak
a5bcb5fdc2
Make master build a 16.0 VSIX
...
This change updates the master branch of Razor to start producing a VS16
branded VSIX.
I haven't updated any package dependencies at this time, just changed the
version number and make our version range dependencies more flexible.
2018-07-18 09:14:11 -07:00
Ajay Bhargav Baaskaran
bcbc760dd5
Merge branch 'release/2.2'
2018-07-17 14:15:19 -07:00
Ajay Bhargav Baaskaran
7f6b05149d
Generate deterministic unique ids for tag helpers
2018-07-17 14:01:42 -07:00
Ajay Bhargav Baaskaran
8bc462cd1b
Merge branch 'release/2.2'
2018-07-17 11:09:04 -07:00
Ajay Bhargav Baaskaran
21f2edce16
Generate and verify baselines for ClassifiedSpans and TagHelperSpans
...
- Moved GetClassifiedSpans and GetTagHelperSpans logic to Razor.Language
2018-07-17 10:54:42 -07:00
N. Taylor Mullen
4c0639b4d8
Merge pull request #2483 from aspnet/nimullen/mastermerge
...
Nimullen/mastermerge
2018-07-17 10:49:22 -07:00
N. Taylor Mullen
654430b324
Merge branch 'merge/release/2.2-to-master'
2018-07-16 11:26:31 -07:00
ASP.NET CI
a06c2b243f
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-15 20:09:12 +00:00
ASP.NET CI
cb92169860
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-15 12:24:46 -07:00
N. Taylor Mullen
cfd63e1e2e
Change HTML splitting logic to not split on surrogate pairs.
...
- When a surrogate pair is about to be split down the middle we reduce the size of our split by 1 character. This way we split right before a surrogate pair. In the case of zero width joiners, if we split on a zero width joiner we still render valid bytes because the zero width joiner by itself can stand alone.
- Added tests for the various split cases.
#2470
2018-07-13 17:18:56 -07:00
Pranav K
accea6edbd
Merge remote-tracking branch 'origin/release/2.1' into release/2.2
2018-07-12 13:06:25 -07:00
Pranav K
74667eda9c
Don't specify MainEntryPoint when compiling Razor assembly
2018-07-12 13:05:10 -07:00
ASP.NET CI
61aeae1023
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-08 20:06:52 +00:00
ASP.NET CI
bbddd29ab8
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-08 12:25:33 -07:00
Ajay Bhargav Baaskaran
8901549095
Merge branch 'release/2.2'
2018-07-06 17:04:26 -07:00
Ajay Bhargav Baaskaran
ce4780a830
Renamed symbol to token everywhere
...
- Updated Resources
- Updated test code
- Regenerated baselines
- Added exclusions for apicheck (See https://github.com/aspnet/BuildTools/issues/704 )
2018-07-06 16:29:36 -07:00
Ajay Bhargav Baaskaran
c8cc82c735
Merge branch 'release/2.2'
2018-07-06 16:27:36 -07:00
Ajay Bhargav Baaskaran
ed7c4e8f5c
Parser tests clean up
2018-07-06 16:24:39 -07:00
Ajay Bhargav Baaskaran
e7db3f840b
Handle pipe name with whitespace properly
2018-07-03 16:55:55 -07:00
ASP.NET CI
d4c652a7d5
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-03 16:24:43 +00:00
Nate McMaster (automated)
57fbd1c499
[automated] Change default branch to master
2018-07-02 12:40:33 -07:00
Ajay Bhargav Baaskaran
e49de3ea57
Merge branch 'release/2.2' into dev
2018-06-29 15:58:43 -07:00
Ajay Bhargav Baaskaran
f9a09372b7
Converted TagHelperBlockRewriterTest
2018-06-29 15:33:21 -07:00
Ajay Bhargav Baaskaran
984e7826d6
Converted TagHelperParseTreeRewriterTest
2018-06-29 12:23:52 -07:00
Ajay Bhargav Baaskaran
dc4c00a625
Merge branch 'release/2.2' into dev
2018-06-29 12:20:06 -07:00
Ajay Bhargav Baaskaran
b232a1103a
Prereq for converting tag helper tests
2018-06-29 12:15:13 -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
c680a07a9a
Merge branch release/2.2 into dev
2018-06-28 18:02:51 -07:00
Nate McMaster
9047522a94
Bumping version from 2.2.0 to 3.0.0
2018-06-28 18:02:45 -07:00
Nate McMaster
0d7e716e6d
Update infrastructure for the 2.2 release
2018-06-28 16:21:25 -07:00
Ajay Bhargav Baaskaran
52dc49f2b9
Prereq for converting tag helper tests
2018-06-28 16:07:36 -07:00
Ryan Nowak
942d4d194c
Convert HtmlToCodeSwitchTest
2018-06-28 13:30:52 -07:00
N. Taylor Mullen
42e8f4abc8
Convert HtmlTagsTest to use baselines.
...
#2263
2018-06-28 10:49:15 -07:00
N. Taylor Mullen
8211dfff9c
Convert HtmlErrorTest to use baselines.
...
#2263
2018-06-28 10:49:15 -07:00
Nate McMaster
275bc148d1
Merge branch 'release/2.1' into dev
2018-06-27 17:23:05 -07:00
Ryan Nowak
ea96c50dce
Convert WhitespaceRewriterTest
2018-06-27 17:02:03 -07:00
Nate McMaster
ca2d5738d6
Automatically generate binding redirects assembly attributes for the Razor VSIX
2018-06-27 16:42:02 -07:00
Ajay Bhargav Baaskaran
8eef4a4bb3
Convert HtmlDocumentTest
2018-06-27 15:47:57 -07:00
N. Taylor Mullen
67b5588185
Convert CSharpWhitespaceHandlingTest to use baselines.
...
#2263
2018-06-27 15:09:33 -07:00
Ajay Bhargav Baaskaran
048a6ec3ea
Converted HtmlAttributeTest
2018-06-27 14:47:44 -07:00