Commit Graph

37701 Commits

Author SHA1 Message Date
Pranav K 2d7cd6038f Updating versions to 2.0.0-preview1 2017-04-03 21:41:12 -07:00
Pranav K 9c2b7b7842 Updating versions to 2.0.0-preview1 2017-04-03 21:41:12 -07:00
Pranav K a721565134 Updating versions to 2.0.0-preview1 2017-04-03 21:41:12 -07:00
Pranav K ff89987243 Updating versions to 2.0.0-preview1 2017-04-03 21:41:12 -07:00
Pranav K d7bce59fe5 Updating versions to 2.0.0-preview1 2017-04-03 21:41:11 -07:00
Pranav K 6f31e4725f Updating versions to 2.0.0-preview1 2017-04-03 21:41:11 -07:00
Pranav K 290fd0a28d Updating versions to 2.0.0-preview1 2017-04-03 21:41:10 -07:00
Pranav K ebc2c99aaf Updating versions to 2.0.0-preview1 2017-04-03 21:41:10 -07:00
Pranav K c420addfca Updating versions to 2.0.0-preview1 2017-04-03 21:41:10 -07:00
Pranav K f264659c95 Updating versions to 2.0.0-preview1 2017-04-03 21:41:10 -07:00
Pranav K 4ea73f7e70 Updating versions to 2.0.0-preview1 2017-04-03 21:41:10 -07:00
Pranav K 848468d465 Updating versions to 2.0.0-preview1 2017-04-03 21:41:10 -07:00
Pranav K fd27c7fcc6 Updating versions to 2.0.0-preview1 2017-04-03 21:41:10 -07:00
Pranav K 4db377dfb0 Updating versions to 2.0.0-preview1 2017-04-03 21:41:10 -07:00
Pranav K e0de7f1e1e Updating versions to 2.0.0-preview1 2017-04-03 21:41:10 -07:00
Pranav K a9601ff695 Updating versions to 2.0.0-preview1 2017-04-03 21:41:09 -07:00
Pranav K 023b1d7db8 Updating versions to 2.0.0-preview1 2017-04-03 21:41:09 -07:00
Pranav K 52a388e0ec Updating versions to 2.0.0-preview1 2017-04-03 21:41:09 -07:00
Pranav K 9b5a26f774 Updating versions to 2.0.0-preview1 2017-04-03 21:41:09 -07:00
Pranav K 4b8de0b0f1 Updating versions to 2.0.0-preview1 2017-04-03 21:41:09 -07:00
Pranav K 03869c6e50 Updating versions to 2.0.0-preview1 2017-04-03 21:41:08 -07:00
Pranav K 6c5f812d77 Updating versions to 2.0.0-preview1 2017-04-03 21:41:08 -07:00
Pranav K 94b7d78ff3 Updating versions to 2.0.0-preview1 2017-04-03 21:41:08 -07:00
Cesar Blum Silveira 6a66323a99 Remove Kestrel.Core dependency from Transport.Libuv (#1584). 2017-04-03 20:54:01 -07:00
Ryan Nowak 3ec4e244db Cleanup around ViewImports
Added a default for the imports filename.

Deleted unused test files
2017-04-03 20:23:02 -07:00
Pavel Krymets fd5f3a771c React to corefxlab changes (#1602) 2017-04-03 20:20:39 -07:00
Ajay Bhargav Baaskaran 4dbf6f23c3 Moved TagHelperIRNode, InitializeTagHelperStructureIRNode from renderer to writer 2017-04-03 19:57:51 -07:00
Ryan Nowak 4214413da0 Remove deleted project from .sln 2017-04-03 19:47:50 -07:00
Kiran Challa 19cb15be54 Revert "Skipping model validation tests temporarily to unblock mirror"
This reverts commit e25bfa8919.
2017-04-03 17:13:49 -07:00
Pranav K b18e96717a React to https://github.com/aspnet/Razor/issues/1098 2017-04-03 16:41:55 -07:00
Pranav K d37b1548f8 Update to new resx format 2017-04-03 16:37:22 -07:00
Stephen Halter f5d7caa9fa Remove swp file (#1601) 2017-04-03 16:27:37 -07:00
Sourabh Shirhatti 5854e03ddc Update Korebuild and dependency versions (#85)
Merging
2017-04-03 16:06:25 -07:00
Ajay Bhargav Baaskaran 7d8bd29724 Moved DeclareTagHelperFields from renderer to writer 2017-04-03 15:54:35 -07:00
Pranav K ac176f8671 Revert package version changes
Fixes #1098
2017-04-03 15:46:46 -07:00
David Fowler 8da2dddd49 Fix issue where multiple calls to dispose don't wait properly (#360)
* Fix issue where multiple calls to dispose don't wait properly
- DisposeAsync returned immediately to anyone but the first caller.
This means that it was possible to end the request before properly
waiting on the transport task which means writing after dispose was possible.
- Added a test
2017-04-03 15:25:45 -07:00
N. Taylor Mullen cb5c483a1d Add line mappings for using directives.
- We were generating line pragmas for using directives but not line mappings. This resulted in 0 IntelliSense when written within the Razor editor.
- Regenerated test files to reflect new line mappings.

#1162
2017-04-03 15:18:49 -07:00
Cesar Blum Silveira 6bd0344880 Add Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions project (#1582).
- Changes the design to have one ConnectionHandler per endpoint.
2017-04-03 15:09:03 -07:00
Stephen Halter f285b18f08 Ensure no data is written to a connection after uv_shutdown (#1600) 2017-04-03 14:58:43 -07:00
Pranav K 10d2d7c9f6 Remove System.Reflection.TypeExtensions added to workaround test failures
Fixes #6005
2017-04-03 14:47:14 -07:00
Pavel Krymets c7113e1c60 Revert "Fetch corefx lab sources and compile them into kestrel (#1581)"
This reverts commit 13ee32b7ab.
2017-04-03 14:08:27 -07:00
Pavel Krymets 13ee32b7ab Fetch corefx lab sources and compile them into kestrel (#1581) 2017-04-03 13:21:17 -07:00
N. Taylor Mullen 0e15ff3e95 Re-add marker IR tokens to represent CSharp in an expression.
- At design time we weren't generating line mappings when a user would type `@` or `@(`. This results in no C# IntelliSense being provided to the user because the editor hasn't mapped any of Razor to the C# buffer.
- Modified the `DefaultIRLoweringPhase` to allow for marker symbols, these symbols .
- Re-generated test files to account for 0 length line mappings on empty expression nodes.

#1155
2017-04-03 13:05:54 -07:00
N. Taylor Mullen d4e21ae706 Revert "Generate line mappings for empty expressions."
This reverts commit 4c0afbad86.
2017-04-03 13:05:54 -07:00
Pranav K 6a5f7dec10 Investigate System.Reflection.TypeExtensions added to unbreak tests
Fixes #987
2017-04-03 11:55:18 -07:00
BrennanConroy f6f0007c12 React to CoreFx byte[] slice 2017-04-03 11:45:00 -07:00
Pranav K b2b32d691b Revert "Adding System.Security.Claims to samples and tests"
This reverts commit 36184161fb.

Fixes #1141
2017-04-03 11:24:23 -07:00
Andrew Stanton-Nurse 11de3fd384 Fix issue with remote deployer wait 2017-04-03 08:48:58 -07:00
David Fowler f787c5277c Remove unused span (#1599) 2017-04-02 23:53:49 -07:00
N. Taylor Mullen 4c0afbad86 Generate line mappings for empty expressions.
- At design time we weren't generating line mappings when a user would type `@` or `@(`. This results in no C# IntelliSense being provided to the user because the editor hasn't mapped any of Razor to the C# buffer.
- Updated the design time renderer and design time writer to account for empty expressions.
- Modified the `DefaultIRLoweringPhase` to set source locations on empty expression nodes.
- Re-generated test files to account for 0 length line mappings on empty expression nodes.

#1155
2017-04-02 22:25:12 -07:00