Martin Costello
762206a5d8
Fix typo in package description ( #7435 )
...
Fix incorrect spelling of "storage".
2019-02-10 16:25:57 -08:00
David Fowler
3be85751d5
Make Hosting.sln compile in vs ( #7431 )
2019-02-10 16:24:33 -08:00
kishanAnem
c1ce7b9a77
ValidationSummary doesn't display property errors if ModelState and ModelMetadata meets the specific conditions #4831
...
Hi @dougbu
I removed test which is naming conflicts.
and closing #7221 PR
2019-02-09 13:11:07 -08:00
Martin Costello
e465013063
Remove local item group ( #7412 )
...
Remove local development item group accidentally added by #7110 .
2019-02-09 12:13:32 -08:00
Joni
9e06cfb7f8
Fix typo in HttpResponseWritingExtensions ( #7413 )
...
Fix typo WriteMutliSegmentEncoded => WriteMultiSegmentEncoded
2019-02-09 08:14:11 -08:00
David Fowler
8f49bdf195
More efficient preface parsing ( #7406 )
...
- Slice before turning the buffer into a Span
- Use SequenceEqual instead of a loop
2019-02-08 21:13:42 -08:00
Pranav K
db7218b2fc
Consume Mono.WebAssembly.Interop from Extensions ( #7290 )
2019-02-08 17:37:36 -08:00
Justin Kotalik
35b99e44ce
Expose HttpResponse PipeWriter in Kestrel ( #7110 )
2019-02-08 17:24:26 -08:00
dotnet-maestro[bot]
7b3149af1e
Update dependencies from 4 repositories ( #7301 )
2019-02-08 15:07:46 -08:00
Arthur Vickers
64e137ba38
Fix build break in Identity tests
...
By configuring the service provider warning to log instead of throw
2019-02-08 15:04:33 -08:00
Nate McMaster
0b0d5b98dc
Disable helix tests on Fedora.28 and 27 ( #7399 )
...
Something is wrong with the machines. All tests fail. Disabling to allow time for investigation without blocking PR checks.
2019-02-08 14:53:19 -08:00
Nate McMaster
37b28193c2
Update package branding to 3.0.0-preview3 ( #7394 )
2019-02-08 14:46:49 -08:00
BrennanConroy
01c5add273
Add CancelInvocation support to MsgPack in TS client ( #7224 )
2019-02-08 14:31:19 -08:00
Hao Kung
32da2679f8
Initial helix docs ( #7369 )
2019-02-08 12:50:03 -08:00
Nate McMaster
73843cc9a5
Account for transitive shared framework dependencies separately ( #7392 )
...
Put transitive external dependencies of the shared framework in a separate category, and don't reference them directly unless we are building a patch. This will help us find changes to dependencies, such as the removal of JSON.NET or possible changes to Crypto.Xml.
2019-02-08 12:42:23 -08:00
Justin Kotalik
e3d0dc0a96
Try re-enabling CancellationToken tests for StreamAdapters ( #6755 )
2019-02-08 10:10:38 -08:00
Doug Bunting
45ecfad074
Skip code signing job if dependencies aren't available
2019-02-08 09:04:15 -08:00
Justin Kotalik
9e5f09cb44
Make Dispose not throw in StreamPipeWriter ( #7376 )
2019-02-08 08:44:34 -08:00
Justin Kotalik
3bd5f2c2ab
Return Completed ReadResult after stream returns 0 bytes ( #7337 )
2019-02-08 08:44:09 -08:00
Ben Adams
b2f850aa82
Remove extraneous call to GetMemory ( #7379 )
2019-02-08 08:06:17 -08:00
Chris Ross
efb5923120
Enable verbose h2spec logs ( #7361 )
2019-02-08 08:03:42 -08:00
James Newton-King
0dc06b37cb
Small fixes to SignalR service extension methods ( #7375 )
2019-02-08 19:15:53 +13:00
David Fowler
b7d3b3aa13
Handle IAsyncDisposable scoped objects ( #7343 )
...
- We make a scope today around hub invocations, with IAsyncDisposable now implemented in the DI container, we need to support IServiceScope being IAsyncDisposable and IDisposable
2019-02-07 19:49:41 -08:00
Nate McMaster
cc065f0055
Produce a package with just reference assemblies for AspNetCore.App ( #7355 )
2019-02-07 19:47:52 -08:00
Maxim Dukhanov
095c1c1759
Add webworker support to SignalR JS client ( #7058 )
...
* Added Platform utils to detect platform type
* Added additional build for WebWorker
* Changed env param from webworker to platform to make ability to specify platform to the build script
* Updated the readme file with SignalR WebWorker instructions
2019-02-07 18:51:24 -08:00
Andrew Arnott
3d4b198990
Add xml doc comments for BufferWriter struct ( #7350 )
2019-02-07 18:33:03 -08:00
Hao Kung
26acbc3861
Reorganize helix files ( #7353 )
2019-02-07 16:27:48 -08:00
Hao Kung
ff83aea5fe
Regenerate the stamp once if there's a token collision in test ( #7364 )
2019-02-07 15:49:17 -08:00
Stephen Halter
a677464ed0
Merge branch 'release/2.2'
2019-02-07 15:41:08 -08:00
Andrew Arnott
21177671b6
Remove extraneous call to GetMemory in BufferWriter ( #7354 )
...
The BufferWriter called GetMemory(count) and dropped the result, only to then call GetSpan(). This moves the count argument to GetSpan, and drops the call to GetMemory.
2019-02-07 15:31:33 -08:00
BrennanConroy
68579d1c11
C++ client: Skip flaky tests ( #7358 )
2019-02-07 13:54:13 -08:00
John Luo
92f21dbda0
Unset reserved bit when setting 31 bit uint values ( #7339 )
...
* Unset reserved bit when setting 31 bit uint values
* Add FrameWriter tests
* Add overload
2019-02-07 12:50:53 -08:00
Stephen Halter
9c41d5b48f
Fix flaky CanUpgradeRequestWithConnectionKeepAliveUpgradeHeader test ( #7323 )
...
* Randomize MockSystemClock
2019-02-07 11:56:10 -08:00
Pavel Krymets
3de5cde536
Remove Microsoft.AspNetCore.All from site extension description ( #7335 )
2019-02-07 11:04:13 -08:00
Hao Kung
c9499e14e4
Run helix tests on master ( #6728 )
2019-02-07 09:20:08 -08:00
John Mazouri
2345c837ce
Fix typo in HttpSysOptions.cs ( #7207 )
...
`infiniate` => `infinite` in ArgumentOutOfRangeException message.
2019-02-07 09:19:22 -08:00
Pavel Krymets
5cd72c1fb2
Remove ANCMV1 from everywhere ( #7334 )
2019-02-07 09:06:27 -08:00
Justin Kotalik
07ef2d881f
Remove misleading websocket error log ( #7249 )
2019-02-07 08:26:10 -08:00
BrennanConroy
25389acd1a
Use the 'correct' windows platform version ( #7338 )
2019-02-07 08:20:08 -08:00
Javier Calvarro Nelson
f456e3d153
[Components] [ Fixes #6953 , #7226 ]
...
* Moves the Synchronization context from the remote renderer to the base renderer.
* Removes all the locking from the base renderer.
2019-02-07 07:03:52 -08:00
Pavel Krymets
2d73f7ad2b
Merge pull request #7317 from dotnet-maestro-bot/merge/release/2.2-to-master
...
[automated] Merge branch 'release/2.2' => 'master'
2019-02-06 19:09:04 -08:00
BrennanConroy
744a32a750
SignalR C++ tests passing and part of build ( #7160 )
2019-02-06 17:23:23 -08:00
Pavel Krymets
3026677d6f
Merge branch 'release/2.2'
2019-02-06 14:48:02 -08:00
Doug Bunting
cf9e459da7
Add link to ASP.NET API Versioning project
2019-02-06 14:31:35 -08:00
Pavel Krymets
0211e894fe
Use Win32 as native platform ( #7309 )
2019-02-06 12:17:55 -08:00
Nate McMaster
68f7e3ad7c
Fix discrepancy between Version.Details.xml and Versions.props ( #7314 )
...
* Fix discrepancy between Version.Details.xml and Versions.props
* Add step to CodeCheck to ensure Version.Details.xml and Versions.props match
2019-02-06 12:07:59 -08:00
Nate McMaster
075612b988
Install the .NET Core SDK into the repo root instead of UserProfile and 'install' copy of AspNetCore shared framework ( #7293 )
...
This is required to workaround several limitations in the way the .NET Core SDK finds shared frameworks and targeting packs. It allow tests to use shared frameworks and targeting packs.
It also matches the patterns established in other aspnet and dotnet repos. This should reduce the friction required to adopt Arcade SDK.
## Changes
* This moves the default location of the .NET Core SDK installation into `$repoRoot/.dotnet`. This location was already in use for CI builds.
* Update the build step for Microsoft.AspNetCore.App to install the shared framework into the local copy of the .NET Core SDK
## Recommendations
* Use the "startvs.cmd" script to launch Visual Studio. This will set required environment variables to make VS happier than if you just double click the .sln file.
* Use "activate.sh/ps1" if you want to run `dotnet build`, `dotnet test` and other dotnet commands. These will set required environment variables, including PATH.
* I recommend removing %USERPROFILE%/.dotnet to your PATH variable if you had added it manually before. This will no longer match what build tools will install.
* `git clean -xfd -e .dotnet/` preserves the folder so you don’t have to re-download the SDK again.
2019-02-06 11:20:49 -08:00
Jacques Eloff
94a4293cce
Merge pull request #7287 from johnbeisner/UpdateColor
...
Updating the DotNetLogo bitmaps' purple color to .Net core's latest branding
2019-02-06 09:13:00 -08:00
Steve Sanderson
54021a8bc9
Update Mono binaries. Fixes #7124
2019-02-06 10:10:27 +00:00
Steve Sanderson
9ea678358c
In Blazor templates, update survey links. Fixes #7130
2019-02-06 10:10:27 +00:00