Rick Anderson
8daca5ec3a
Update CONTRIBUTING.md ( #7622 )
...
* Update CONTRIBUTING.md
* Remove 2/3 please per MS style guide:
* *Avoid **please** except in situations where the customer is asked to do something inconvenient or the application or site is to blame for the situation.*
* The last please meets that bar.
* Add AspNetCore repo
* Remove double blank lines
* Edit
* Update CONTRIBUTING.md
* Update CONTRIBUTING.md
2019-02-15 11:50:04 -08:00
Pavel Krymets
6bafb7cb6f
Log before releasing streams and firing tokens ( #7583 )
...
Might fix: https://github.com/aspnet/AspNetCore-Internal/issues/1659
I think writes complete too fast so we don't observe when the message gets logged
2019-02-15 10:41:21 -08:00
Doug Bunting
fbe49b396b
Merge branch 'release/2.1' => 'release/2.2'
2019-02-15 10:22:34 -08:00
Justin Kotalik
25f1f59378
Make first write use the same BufferWriter ( #7505 )
2019-02-15 08:26:57 -08:00
Nikita Potapenko
98ad532822
Removed comments
...
Fixes #7579
2019-02-15 13:20:14 +00:00
Ajay Bhargav Baaskaran
c565386a3e
Merge pull request #7597 from aspnet/ajbaaska/merge-master
...
Merge branch 'release/2.2' to master
2019-02-14 23:20:18 -08:00
Doug Bunting
b711d6cf67
Merge branch 'release/2.1' into release/2.2
2019-02-14 21:18:02 -08:00
Nate McMaster
67a6f08da9
Fix for missing, required property in Linux package signing
2019-02-14 17:45:41 -08:00
Ajay Bhargav Baaskaran
b3d3f5e7fb
Updated missed slns
2019-02-14 17:35:48 -08:00
Ryan Brandenburg
4932a4bad5
Fix typemismatch
2019-02-14 17:15:41 -08:00
Ryan Brandenburg
3b1a0e4755
Fix algos
2019-02-14 17:15:41 -08:00
Ryan Brandenburg
a47139f033
Fix sha tests
2019-02-14 17:15:41 -08:00
Ryan Brandenburg
f8dea0e7f9
Fix integrity checks
2019-02-14 17:15:41 -08:00
Ryan Brandenburg
15c5dfec2e
Upgrade bootstrap versions
2019-02-14 17:15:41 -08:00
Ryan Brandenburg
bd4af873b0
Fix urls
2019-02-14 17:13:06 -08:00
Ryan Brandenburg
137d2d2357
Fix whitespace
2019-02-14 17:13:06 -08:00
Ryan Brandenburg
6786f97526
Update simpleapp test
2019-02-14 17:13:06 -08:00
Ryan Brandenburg
271e222b51
Update to bootstrap 3.4.1
2019-02-14 17:13:06 -08:00
Nate McMaster
6defaadb8b
Update location of obj/ and bin/ directories to match Arcade conventions ( #7585 )
2019-02-14 16:27:53 -08:00
Arthur Vickers
48ac0bd171
Sub-module update for EF 2.2.3 fixes
2019-02-14 16:10:46 -08:00
Ajay Bhargav Baaskaran
7a26d27e8b
Merge branch 'release/2.2'
2019-02-14 16:08:51 -08:00
BrennanConroy
9fda946f0f
[Backport] Add CancelInvocation support to MsgPack in TS client ( #7404 )
2019-02-14 13:49:49 -08:00
Nate McMaster
4a5b6ea169
Merge branch 'release/2.2' => 'master'
2019-02-14 11:58:17 -08:00
Doug Bunting
8d58116d6d
Fix Microsoft.AspNetCore version in baseline
...
- odd that Microsoft.AspNetCore.Server.IISIntegration didn't have correct version before…
2019-02-14 11:25:36 -08:00
Ajay Bhargav Baaskaran
a8277408d9
Merge pull request #7542 from dotnet-maestro-bot/merge/release/2.1-to-release/2.2
...
[automated] Merge branch 'release/2.1' => 'release/2.2'
2019-02-14 10:43:50 -08:00
Chris Ross
44e6813452
Use new version of h2spec #6691 ( #7559 )
2019-02-14 09:28:58 -08:00
Joseph Musser
50587d7d6d
Fix “must comprised of” ( #7519 )
...
* Fix missing word
* Replace ‘comprise’ with simpler wording
2019-02-14 09:27:55 -08:00
BrennanConroy
bca85b92fc
More C++ Client cleanup ( #7551 )
2019-02-14 08:31:15 -08:00
Ryan Brandenburg
6ea3f27dbb
Merge pull request #4565 from martinpe36/master
...
Update React-Redux client app to use TypeScript instead of JavaScript
2019-02-14 08:14:07 -08:00
Nate McMaster
0ec25d3167
Create new 'runtime pack' nuget packages for Microsoft.AspNetCore.App ( #7475 )
...
* Create a new package - Microsoft.AspNetCore.App.Runtime.${rid} - which contains crossgen-ed versions of shared framework assemblies. This will be used by the SDK to replace rid-split packages
* Add a task which can generate the .deps.json file for the shared framework. Unlike the existing task we have, this does not rely on consuming a .deps.json file generated by first running a restore on packages.
* Move the reference to xunit.runner.console into the normal targets and files for managing dependencies
* Produce binlogs during build
2019-02-14 07:25:13 -08:00
Doug Bunting
e089cfc11c
Merge branch 'release/2.2'
2019-02-14 06:29:38 -08:00
Vakhtangi Abashidze
a314cb2773
PointerID type string replaced to long ( #7426 )
...
Solves issue [#7418 ](https://github.com/aspnet/AspNetCore/issues/7418 ) - Blazor onpointerdown event gives error
2019-02-14 03:24:13 -08:00
Stephen Halter
132a1ad31b
Remove capture of "this" from local function ( #7467 )
2019-02-14 00:21:39 -08:00
Pavel Krymets
55bedc1cf9
Don't build site extensions
2019-02-13 23:15:58 -08:00
Doug Bunting
d102d10a81
Update branding to 2.2.3
...
- new version
- update baselines
- grab latest released Microsoft.NetCore.App and Microsoft.NETCore.DotNetAppHost
nit:
- updated ZipManifestGenerator's README.md to use 2.2 examples
2019-02-13 23:15:58 -08:00
James Newton-King
05895cde64
Fix endpoint routing flaky test on build server in 2.2 ( #7489 )
2019-02-14 17:48:22 +13:00
Nate McMaster
94109e6655
Add package override manifest to the targeting pack ( #7555 )
2019-02-13 19:32:47 -08:00
Ryan Nowak
f2a1a4542e
Introduce dynamic endpoints and fix #7011 ( #7445 )
...
* Add IDynamicEndpointMetadata for dynamic endpoints
* Use a dynamic endpoint policy for pages
2019-02-13 18:52:07 -08:00
Pranav K
27e54a1b7a
Skipping flaky test
2019-02-13 16:45:36 -08:00
Pranav K
9053bc6e29
Re-enable skipped runtime compilation tests
2019-02-13 16:45:36 -08:00
BrennanConroy
9de42d516e
Copy Kestrel perf changes ( #7480 )
2019-02-13 16:31:37 -08:00
Ajay Bhargav Baaskaran
a2f27426a5
Add missed tests
2019-02-13 16:25:31 -08:00
Jeremy Kuhne
a02ac20183
Use var
2019-02-13 16:20:34 -08:00
Jeremy Kuhne
2c649b2409
Use .NET Core SequenceReader
...
Remove BufferReader and use SequenceReader<T> which now ships in CoreFX.
This is related to https://github.com/aspnet/KestrelHttpServer/pull/3068 which builds on the functionality added to the reader.
2019-02-13 16:20:34 -08:00
Chris Ross
d1aa53721b
Add launchSettings.json to worker template ( #7550 )
...
* Add launchSettings.json to worker template #7545
* Switch back to the Web SDK
2019-02-13 15:54:15 -08:00
Sébastien Ros
519e6bbb7c
Update benchmarks.yml ( #7558 )
2019-02-13 15:46:48 -08:00
Ajay Bhargav Baaskaran
f1e4d0309b
Regenerated projectreferences.props
2019-02-13 15:12:17 -08:00
John Luo
3bd10a0fdf
Fix repo root in restore.sh ( #7521 )
2019-02-13 15:01:30 -08:00
Ajay Bhargav Baaskaran
0c2ee920a1
Merge branch 'release/2.1' into release/2.2
2019-02-13 14:52:38 -08:00
Nate McMaster
338de4710a
Automatically set 'PrivateAssets=All' for .Sources references ( #7539 )
...
When a `<Reference>` is named `*.Sources`, set PrivateAssets=All (exclude from generated nuspec) and IncludeAssets=ContentFiles (only consume content files, not .dll's)
2019-02-13 14:31:15 -08:00