Pranav K
e80abc1950
React to Razor changes
2017-03-22 18:06:18 -07:00
N. Taylor Mullen
5f76cd272a
Revert "Change compilation targets."
...
This reverts commit 42d34e4559 .
2017-03-22 17:22:19 -07:00
Ryan Nowak
6278dbeac5
Don't filter by assembly name if null is provided
...
This will nullref if null is provided for the assembly name filters. We
want to transition tooling to not pass any assembly names.
2017-03-22 17:12:21 -07:00
N. Taylor Mullen
c07759996f
Fix absolute path handling.
...
- Normalize paths to be absolute and to also use forward slashes.
- Updated our `EnsureValidPath` method to be `NormalizeAndEnsureValidPath`.
- Added tests to validate new `NormalizeAndEnsureValidPath`.
- Updated existing tests to react to `NormalizeAndEnsureValidPath` correctly.
#1106
2017-03-22 16:35:19 -07:00
Ryan Brandenburg
72febdac64
Move Razor.Host to Razor
2017-03-22 16:10:44 -07:00
Kiran Challa
f31c302e5c
Converted test project to run on netcoreapp2.0
2017-03-22 15:42:53 -07:00
Andrew Stanton-Nurse
eb0ab115d8
capture wstest log output ( #156 )
2017-03-22 15:24:36 -07:00
Kiran Challa
d2be921ca4
Converted test project to run on netcoreapp2.0
2017-03-22 15:24:04 -07:00
Ajay Bhargav Baaskaran
cab6eea663
Set file path from RazorSourceDocument in syntax tree
2017-03-22 15:13:38 -07:00
John Luo
49daa416ba
Use StringComparer.Ordinal
2017-03-22 14:45:46 -07:00
Pranav K
42d34e4559
Change compilation targets.
...
* Remove net451 as a compilation target
* Upgrade to netcoreapp2.0
2017-03-22 14:37:25 -07:00
Chris R
60f456dc7e
Retarget test app
2017-03-22 14:09:06 -07:00
Chris R
32bc9a57c9
#317 Dispose WindowsIdentity
2017-03-22 14:08:50 -07:00
Pranav K
237abd0b69
Change compilation targets.
...
* Remove net451 as a compilation target
* Upgrade to netcoreapp2.0
2017-03-22 13:50:35 -07:00
Chris R
c328e22699
#306 Consistently use WindowsPrincipal
2017-03-22 13:43:45 -07:00
Chris R
d103bdb1ba
#287 Do not include an auth display name
2017-03-22 13:31:06 -07:00
Nate McMaster
f246dd3502
Upgrade test projects to .NET Core 2.0
2017-03-22 11:56:27 -07:00
Doug Bunting
9408b5b9de
Disable API Check in a project with untracked breaking changes
2017-03-22 11:21:08 -07:00
Pranav K
2587e08098
Change compilation targets.
...
* Remove net451 as a compilation target
* Upgrade to netcoreapp2.0
2017-03-22 11:20:05 -07:00
Pawel Kadluczka
e955c4b9aa
Handling exceptions thrown when invoking a hub method ( #332 )
2017-03-22 11:06:47 -07:00
Andrew Stanton-Nurse
214c41bf40
remove reference to client components in README ( #155 )
2017-03-22 10:47:41 -07:00
Stephen Halter
fffb823e99
Dispose socket in test after synchronous connect
2017-03-22 10:33:38 -07:00
Nate McMaster
13219fafa9
Remove code that moved into CommandLineUtils
2017-03-22 10:19:19 -07:00
moozzyk
5642f09a83
Fixing TS client tests folder name
...
Mirroring disk folder structure for TS client in VS and adding missing files
2017-03-22 09:18:42 -07:00
Doug Bunting
75a4d006aa
Disable API Check in projects with untracked breaking changes
2017-03-22 08:35:25 -07:00
Doug Bunting
6fbbd5d148
Disable API Check in projects with untracked breaking changes
2017-03-22 08:35:10 -07:00
Doug Bunting
1152c468be
Disable API Check in projects with untracked breaking changes
2017-03-22 08:34:48 -07:00
Doug Bunting
c9f12a23f8
Disable API Check in projects with untracked breaking changes
2017-03-22 08:33:55 -07:00
Doug Bunting
387e2d8ad1
Disable API Check in projects with untracked breaking changes
2017-03-22 08:33:46 -07:00
Doug Bunting
55507de7dd
Disable API Check in a project with untracked breaking changes
2017-03-22 08:33:14 -07:00
Pranav K
51e84a623c
Fix runtime failures
2017-03-22 06:56:43 -07:00
Pranav K
18785dbed6
Add System.Reflection.TypeExtensions to fix net46 tests
2017-03-22 06:33:04 -07:00
Pranav K
badb6ce8e5
Remove net451 as a cross-compile target
2017-03-22 06:32:50 -07:00
Pranav K
b8eae7a697
Add reference to System.Security.Claims
2017-03-22 06:04:21 -07:00
Pranav K
ffa45dbd01
Change compilation targets.
...
* Remove net451 as a compilation target
* Upgrade to netcoreapp2.0
2017-03-22 06:04:21 -07:00
Dan Harman
365b2c50cb
Added babel-loader caching to improve subsequent build times. ( #777 )
2017-03-22 10:28:26 +00:00
David Fowler
c65734667a
Optimize calls into StreamSocketOuput to WriteFast further ( #1538 )
...
* Optimize calls into StreamSocketOuput to WriteFast further
- Added overloads to array, offset, length to avoid implicit conversions to
ReadOnlySpan.
- Use similar optimizations for multi buffer writes for strings and ints
- Use ref locals in multi write instead of pointers and pinning
2017-03-22 02:16:28 -07:00
Pranav K
90acbd1e62
Fix compilation error
2017-03-21 21:10:13 -07:00
Cesar Blum Silveira
751a0e2e7e
Better checks for connection reset in RequestTests.ConnectionReset* tests ( #1517 )
2017-03-21 19:35:41 -07:00
Cesar Blum Silveira
72587baac3
Check that MaxRequestBufferSize is greater than or equal to MaxRequestHeadersTotalSize ( #1491 ).
2017-03-21 19:25:56 -07:00
Coskun Sunali
11d265bddd
Avoid entry point assembly being loaded twice during assembly parts discovery.
...
Addresses https://github.com/aspnet/Mvc/issues/6003
2017-03-22 04:37:06 +03:00
Stephen Halter
6c131ea240
Verify scopeids are connectable using Socket before testing Kestrel ( #1536 )
2017-03-21 18:31:29 -07:00
Pranav K
81f2543810
Remove net451 as a cross compile target
2017-03-21 18:03:43 -07:00
John Luo
c69c926217
Merge branch 'properties-dict' of https://github.com/tuespetre/HttpAbstractions into tdev
2017-03-21 17:45:29 -07:00
John Luo
2f89b1d40b
Update tfm in shutdown test
2017-03-21 17:08:44 -07:00
Pranav K
36184161fb
Adding System.Security.Claims to samples and tests
...
This should go away after we migrate everything, but for now this
is required to get the build going.
2017-03-21 16:49:32 -07:00
Pranav K
234b882758
Remove net451 as a compilation target
2017-03-21 16:49:04 -07:00
Kiran Challa
bac161fdd6
Converted test projects to run on netcoreapp2.0
2017-03-21 16:48:25 -07:00
Pranav K
4f3584f129
Remove unused sample
2017-03-21 16:45:53 -07:00
Jass Bagga
3f1faf9ae6
Disable test
...
See #974
2017-03-21 16:42:06 -07:00