Ryan Nowak
73bd7e130c
Remove dependencies on packages we build here
...
This change restores automated dependency from into this repo.
dotnet/aspnetcore#19003 migrated some dependencies into this repo but
did not update the version files. This caused generation to dependency
PRs to fail.
This change fixes the dependency tracking and manually updates
dependencies.
2020-02-26 15:28:32 -08:00
dotnet-maestro[bot]
b0d3ee8377
Update dependencies from https://github.com/dotnet/efcore build 20200226.1 ( #19384 )
...
- Microsoft.EntityFrameworkCore.Tools - 5.0.0-preview.2.20126.1
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-preview.2.20126.1
- dotnet-ef - 5.0.0-preview.2.20126.1
- Microsoft.EntityFrameworkCore - 5.0.0-preview.2.20126.1
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-preview.2.20126.1
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-preview.2.20126.1
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-preview.2.20126.1
2020-02-26 22:31:27 +00:00
Ben Adams
07ce5862b2
Eliminate range checks from ConcatAsHexSuffix + Instrinsics ( #18406 )
2020-02-26 13:30:45 -08:00
Brennan
4ac890983e
Fix some skipped SignalR tests ( #19070 )
2020-02-26 13:28:46 -08:00
Hao Kung
4498058343
[Helix] Shared framework support + Templates tests ( #19177 )
2020-02-26 12:55:41 -08:00
Brennan
4e07efe60f
Add scheduled quarantine runs ( #19352 )
...
* Run quarantined tests every 4 hours
2020-02-26 11:15:48 -08:00
Sam Harwell
8cd0f1d940
Update license in reference assemblies
2020-02-26 11:05:14 -08:00
Sam Harwell
5c489400b9
Switch file headers to the MIT license
2020-02-26 11:05:13 -08:00
Sam Harwell
e3b0fdf81c
Switch file headers to the MIT license
2020-02-26 11:05:13 -08:00
Sam Harwell
567ebd4e4e
Switch file headers to the MIT license
2020-02-26 11:05:13 -08:00
Sam Harwell
6cb7b318ef
Normalize all file headers to the expected Apache 2.0 license
2020-02-26 11:05:12 -08:00
Sam Harwell
ea15690a47
Normalize all file headers to the expected Apache 2.0 license
2020-02-26 11:05:12 -08:00
Pranav K
810b9b0c7e
Build fixups in master ( #19338 )
...
* Fix error with nullable
* Commit yarn.lock produced from building Microsoft.InteropJS
2020-02-26 10:45:38 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
f6c89c2dc7
chore(Microsoft.JSInterop): definition type file extension fix ( #19260 )
...
This is a minor change, correcting name of the file pointed as explicit
type definition file (`d.ts`). On most installations (VSCode) the type
definition
lookup works correctly anyway.
Thanks!
2020-02-26 10:05:54 -08:00
Brennan
1ea10f68fc
Create WindowsPrincipal when cloning WindowsIdentity for SignalR ( #19337 )
2020-02-26 09:54:24 -08:00
Steve Sanderson
d9ed5166ff
Cache authentication configuration in IndividualLocalAuth && Hosted case
2020-02-26 17:43:03 +00:00
Steve Sanderson
90d7d0b368
Include favicon in service worker cache
2020-02-26 17:43:03 +00:00
Javier Calvarro Nelson
b2d01f80d3
[Blazor] Fix error handling in AuthorizeService.ts
2020-02-26 09:08:38 -08:00
Javier Calvarro Nelson
a52e708e55
[Blazor] Add instructions to configure the authority when it is missing
...
* For individual auth cases, when creating the template from Visual Studio there is no way to provide parameters.
* This change adds a message in the index.html to indicate the steps that need to be followed.
2020-02-26 07:39:28 -08:00
Steve Sanderson
f3633f3c38
Remove unused DevToolsClient.cs source file ( #19364 )
2020-02-26 15:33:31 +00:00
dotnet-maestro[bot]
03a9e8ec1c
[master] Update dependencies from dotnet/efcore ( #19358 )
...
* Update dependencies from https://github.com/dotnet/efcore build 20200225.7
- Microsoft.EntityFrameworkCore.Tools - 5.0.0-preview.2.20125.7
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-preview.2.20125.7
- dotnet-ef - 5.0.0-preview.2.20125.7
- Microsoft.EntityFrameworkCore - 5.0.0-preview.2.20125.7
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-preview.2.20125.7
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-preview.2.20125.7
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-preview.2.20125.7
* Update dependencies from https://github.com/dotnet/efcore build 20200225.8
- Microsoft.EntityFrameworkCore.Tools - 5.0.0-preview.2.20125.8
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-preview.2.20125.8
- dotnet-ef - 5.0.0-preview.2.20125.8
- Microsoft.EntityFrameworkCore - 5.0.0-preview.2.20125.8
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-preview.2.20125.8
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-preview.2.20125.8
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-preview.2.20125.8
2020-02-26 05:21:49 +00:00
dotnet-maestro[bot]
190e32370f
Update dependencies from https://github.com/dotnet/blazor build 20200225.2 ( #19355 )
...
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview2.20125.2
2020-02-26 02:30:31 +00:00
Ben Adams
4e18bca0a6
Remove unsafe use ASCII.GetBytes for WriteAscii ( #18404 )
...
* Use ParallelBitExtract for EncodeAsciiCharsToBytes
* Use ASCII.GetBytes
* Use span overloads
* Betterize
* Remove old comment
2020-02-26 00:23:18 +00:00
Günther Foidl
a29bacc171
Removed usage of BMI2 pdep with SSE2 alternative ( #19009 )
...
* SSE2 alternative to BMI2 ParallelBitDeposit
* Codegen tuning
* Keep zero vector in register
* Better 64-bit BMI2 alternative
* Removed BMI2
2020-02-26 00:22:11 +00:00
Brennan
d5cf36acc7
[TS Client] Test message size ( #15099 )
2020-02-25 15:52:48 -08:00
dotnet-maestro[bot]
6a4a8560f2
[master] Update dependencies from dotnet/efcore ( #19347 )
...
* Update dependencies from https://github.com/dotnet/efcore build 20200225.3
- Microsoft.EntityFrameworkCore.Tools - 5.0.0-preview.2.20125.3
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-preview.2.20125.3
- dotnet-ef - 5.0.0-preview.2.20125.3
- Microsoft.EntityFrameworkCore - 5.0.0-preview.2.20125.3
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-preview.2.20125.3
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-preview.2.20125.3
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-preview.2.20125.3
* Update dependencies from https://github.com/dotnet/efcore build 20200225.5
- Microsoft.EntityFrameworkCore.Tools - 5.0.0-preview.2.20125.5
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-preview.2.20125.5
- dotnet-ef - 5.0.0-preview.2.20125.5
- Microsoft.EntityFrameworkCore - 5.0.0-preview.2.20125.5
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-preview.2.20125.5
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-preview.2.20125.5
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-preview.2.20125.5
* Update dependencies from https://github.com/dotnet/efcore build 20200225.6
- Microsoft.EntityFrameworkCore.Tools - 5.0.0-preview.2.20125.6
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-preview.2.20125.6
- dotnet-ef - 5.0.0-preview.2.20125.6
- Microsoft.EntityFrameworkCore - 5.0.0-preview.2.20125.6
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-preview.2.20125.6
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-preview.2.20125.6
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-preview.2.20125.6
2020-02-25 23:27:02 +00:00
dotnet-maestro[bot]
74cd830fda
Update dependencies from https://github.com/dotnet/blazor build 20200225.1 ( #19351 )
...
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview2.20125.1
2020-02-25 22:55:34 +00:00
Barry Dorrans
afbbf446fb
Add link to new MSRC portal ( #19236 )
...
* Add link to new MSRC portal
* Update SECURITY.md
Co-authored-by: Pranav K <prkrishn@hotmail.com>
2020-02-25 22:52:03 +00:00
dotnet-maestro[bot]
c61ecabc6d
Update dependencies from https://github.com/dotnet/efcore build 20200225.4 ( #19346 )
...
- Microsoft.EntityFrameworkCore.Tools - 3.1.3
- Microsoft.EntityFrameworkCore.InMemory - 3.1.3
- Microsoft.EntityFrameworkCore - 3.1.3
- Microsoft.EntityFrameworkCore.Relational - 3.1.3
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.3
- dotnet-ef - 3.1.3
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.3
2020-02-25 22:26:40 +00:00
Ryan Nowak
1360d6559e
Add AddOptions to AddAuthorizationCore ( #18911 )
...
Fixes : #18471
AddAuthorizationCore previously assumed that options were already
registered. This isn't the case in 5.0 in Blazor WASM.
We don't want Blazor to register options in the default host because it
prevents options from being linked out.
note: we will have some remaining work for this issue after this change
is merged. The Blazor WASM hosting changes haven't landed in master yet,
so we'll need to update that code to remove options from the host.
2020-02-25 21:57:19 +00:00
Mike Lloyd
950fa4b010
Update BuildFromSource.md ( #19320 )
...
Add short note mentioning the edition flag.
Closes https://github.com/dotnet/aspnetcore/issues/16780
2020-02-25 13:55:35 -08:00
Ajay Bhargav B
b84fc9b3b6
Generate pure HTML document as part of Razor code generation ( dotnet/aspnetcore-tooling#1624 )
...
* Generate pure HTML document as part of Razor code generation
* feedback
\n\nCommit migrated from 478e2ceda8
2020-02-25 13:40:08 -08:00
Pranav K
d8ff2743a0
Target the Razor SDK in Driver app ( #19344 )
...
Fixes https://github.com/dotnet/aspnetcore/issues/19307
2020-02-25 13:33:49 -08:00
James Newton-King
ff59c45505
Eliminate TraceIdentifer allocation when there is a request bo… ( #19325 )
2020-02-26 09:53:34 +13:00
Brennan
9f0458739c
Rename helix-test.yml ( #19247 )
2020-02-25 12:50:21 -08:00
James Newton-King
f5eb3dc339
HTTP2: Fix HttpRequestHeaders no longer being pooled ( #19329 )
2020-02-26 09:48:45 +13:00
Artak
20a5d7a086
Include `inspectUri` in the launch profiles ( #19308 )
2020-02-25 10:33:47 -08:00
Brennan
169f07c667
Capture test output for tools tests ( #19240 )
2020-02-25 09:35:29 -08:00
Justin Kotalik
78ce7b6dd6
Sync with runtime ( #19314 )
2020-02-25 09:13:11 -08:00
Steve Sanderson
34b165a0ef
Update Mono debug proxy ( #19335 )
...
* Update to match Mono sources at a8d34b2
* Update to match Mono sources at fafa41f
* Update to match Mono sources at ed012b6
* Change class/struct/enum types to internal
* Use ILogger in proxy code
* Update to match https://github.com/mono/mono/pull/19026
2020-02-25 14:51:46 +00:00
dotnet-maestro[bot]
6e6ea5b6d4
[master] Update dependencies from dotnet/efcore ( #19319 )
...
* Update dependencies from https://github.com/dotnet/efcore build 20200224.4
- Microsoft.EntityFrameworkCore.Tools - 5.0.0-preview.2.20124.4
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-preview.2.20124.4
- dotnet-ef - 5.0.0-preview.2.20124.4
- Microsoft.EntityFrameworkCore - 5.0.0-preview.2.20124.4
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-preview.2.20124.4
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-preview.2.20124.4
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-preview.2.20124.4
* Update dependencies from https://github.com/dotnet/efcore build 20200225.1
- Microsoft.EntityFrameworkCore.Tools - 5.0.0-preview.2.20125.1
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-preview.2.20125.1
- dotnet-ef - 5.0.0-preview.2.20125.1
- Microsoft.EntityFrameworkCore - 5.0.0-preview.2.20125.1
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-preview.2.20125.1
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-preview.2.20125.1
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-preview.2.20125.1
2020-02-25 14:26:24 +00:00
Steve Sanderson
bfcf72dfdf
Fix boot json on mac/linux ( #19332 )
2020-02-25 11:48:31 +00:00
dotnet-maestro[bot]
f1c302e66e
Update dependencies from https://github.com/dotnet/aspnetcore-tooling build 20200224.4 ( #19316 )
...
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 5.0.0-preview.2.20124.4
- Microsoft.AspNetCore.Razor.Language - 5.0.0-preview.2.20124.4
- Microsoft.CodeAnalysis.Razor - 5.0.0-preview.2.20124.4
- Microsoft.NET.Sdk.Razor - 5.0.0-preview.2.20124.4
2020-02-25 03:50:07 +00:00
James Newton-King
08a8b38718
Eliminate allocation during HTTP2 path validation ( #19273 )
2020-02-25 15:37:04 +13:00
Maher Jendoubi
1a4dbb7cc5
Contributing: fixed some typos ( #18494 )
...
* Contributing: fixed some typos
* Spotted another typo
* this will cause a breaking change
* made DefaultDisconetTimout readonly
* made ConnectionOptionsSetup class internal
* Revert "made ConnectionOptionsSetup class internal"
This reverts commit 90f94d257bf5c953415c2f581f0a24a6f9bd51f6.
* Update HttpConnectionDispatcher.Log.cs
* Apply suggestions from code review
Co-authored-by: Brennan <brecon@microsoft.com>
2020-02-25 02:11:17 +00:00
Justin Kotalik
d8b6823111
Introduce multiplexed bedrock types ( #17213 )
2020-02-24 17:56:31 -08:00
dotnet-maestro[bot]
eb552a6fbd
Update dependencies from https://github.com/dotnet/efcore build 20200224.3 ( #19310 )
...
- Microsoft.EntityFrameworkCore.Tools - 5.0.0-preview.2.20124.3
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-preview.2.20124.3
- dotnet-ef - 5.0.0-preview.2.20124.3
- Microsoft.EntityFrameworkCore - 5.0.0-preview.2.20124.3
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-preview.2.20124.3
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-preview.2.20124.3
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-preview.2.20124.3
2020-02-25 01:31:58 +00:00
James Newton-King
0b04260b13
TestServer returns error with response when server ends with p… ( #19249 )
2020-02-25 13:39:06 +13:00
Chris Ross
87037b84e0
Automatically send a PR for runtime changes ( #19305 )
2020-02-24 16:27:48 -08:00
dotnet-maestro[bot]
2849549dbc
Update dependencies from https://github.com/dotnet/efcore build 20200224.2 ( #19306 )
...
- Microsoft.EntityFrameworkCore.Tools - 5.0.0-preview.2.20124.2
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-preview.2.20124.2
- dotnet-ef - 5.0.0-preview.2.20124.2
- Microsoft.EntityFrameworkCore - 5.0.0-preview.2.20124.2
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-preview.2.20124.2
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-preview.2.20124.2
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-preview.2.20124.2
2020-02-25 00:25:09 +00:00