Brennan
28240ce460
Fix flaky HubConnectionHandler test ( #18391 )
2020-01-16 14:24:34 -08:00
Chris Ross
c919c58251
Fix patchconfig merge ( #18389 )
2020-01-16 13:45:11 -08:00
Artak
452a822b62
Added the Blazor survey link to the Blazor-Server project template ( #17434 )
...
* Added the survey link to the Blazor Server project
* Use new survey link for server project
* Updated the baseline to include the SurveyPrompt.razor file
* Added the SurveyPrompt.razor to all the test baselines
2020-01-16 13:21:37 -08:00
Kahbazi
44e44931fe
Remove nameof for log event name ( #17807 )
2020-01-16 12:57:26 -08:00
Ryan Nowak
8c6fc9f935
Merge pull request dotnet/extensions#2864 from dotnet-maestro-bot/merge/release/3.1-to-master
...
[automated] Merge branch 'release/3.1' => 'master'\n\nCommit migrated from dea81ef6ca
2020-01-16 12:53:32 -08:00
Ryan Nowak
1ffc38851b
Merge branch 'merge/release/3.1-to-master' of https://github.com/dotnet-maestro-bot/Common into dotnet-maestro-bot-merge/release/3.1-to-master
...
\n\nCommit migrated from 3873a0726e
2020-01-16 12:10:17 -08:00
John Luo
bc7135c202
Merge pull request #18369 from dotnet/jkotalik/merge31
...
Merge 2.1 into 3.1
2020-01-16 11:29:26 -08:00
dotnet-maestro[bot]
405e841545
[release/3.1] Update dependencies from dotnet/efcore dotnet/aspnetcore-tooling ( #18363 )
...
* Update dependencies from https://github.com/dotnet/efcore build 20200114.5
- Microsoft.EntityFrameworkCore.Tools - 3.1.2
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.2
- dotnet-ef - 3.1.2
- Microsoft.EntityFrameworkCore - 3.1.2
- Microsoft.EntityFrameworkCore.InMemory - 3.1.2
- Microsoft.EntityFrameworkCore.Relational - 3.1.2
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.2
* Update dependencies from https://github.com/dotnet/aspnetcore-tooling build 20200114.7
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.1.2
- Microsoft.AspNetCore.Razor.Language - 3.1.2
- Microsoft.CodeAnalysis.Razor - 3.1.2
- Microsoft.NET.Sdk.Razor - 3.1.2
* Fixup nuget.config
* fixup nuget.config
* Update dependencies from https://github.com/dotnet/aspnetcore-tooling build 20200115.8
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.1.2
- Microsoft.AspNetCore.Razor.Language - 3.1.2
- Microsoft.CodeAnalysis.Razor - 3.1.2
- Microsoft.NET.Sdk.Razor - 3.1.2
* Remove internal sources
Co-authored-by: William Godbe <wigodbe@microsoft.com>
Co-authored-by: John Luo <johluo@microsoft.com>
2020-01-16 10:58:57 -08:00
Pranav K
6a8ce3ad67
Add support for IAsyncEnumerable<T> where T is value type ( #17154 ) ( #17563 )
...
* Add support for IAsyncEnumerable<T> where T is value type (#17154 )
* Add support for IAsyncEnumerable<T> where T is value type
Fixes https://github.com/aspnet/AspNetCore/issues/17139
* Fixup ref asm
* undo changes to blazor.server.js
2020-01-16 10:32:29 -08:00
Javier Calvarro Nelson
8e5767bdf1
[Platform] Detect and fix certificates with potentially inaccessible keys on Mac OS (3.1) ( #17581 )
...
* [Platform] Add logic to dotnet-dev-certs to detect and fix certificates with inaccessible keys on Mac OS
* Update the docs link
2020-01-16 10:29:37 -08:00
Doug Bunting
d6796bda6c
Make it more clear that installation script use is optional ( #18277 )
...
Also address Markdown warnings in BuildFromSource.md
- surround bare URLs with angle brackets
- add languages to code blocks
- fix missing blank lines and style inconsistencies
2020-01-16 09:31:13 -08:00
John Luo
4682c2a6dc
Test ref pack fix
2020-01-16 08:51:35 -08:00
Javier Calvarro Nelson
7f53f7e95b
[Platform] Detect and fix certificates with potentially inaccessible keys on Mac OS (2.1) ( #17560 )
...
* [Https] Detects and fixes HTTPS certificates where the key is not guaranteed to be accessible across security partitions
* Fix dotnet dev-certs https --check
* Update logic for detecting missing certs
* Fix security command
* Update warning logic
* Check that the key is accessible in Kestrel
* Add correct link to docs
* Update src/Tools/dotnet-dev-certs/src/Program.cs
Co-Authored-By: Daniel Roth <daroth@microsoft.com>
* Update src/Tools/dotnet-dev-certs/src/Program.cs
Co-Authored-By: Daniel Roth <daroth@microsoft.com>
* Add test for 2.1
* Update src/Tools/dotnet-dev-certs/src/Program.cs
Co-Authored-By: Chris Ross <Tratcher@Outlook.com>
* Address feedback
* Fix non-interctive path
* Fix tests
* Remove a couple of test from an unshipped product
* Check only for certificates considered valid
* Switch the exception being caught, remove invalid test
Co-authored-by: Daniel Roth <daroth@microsoft.com>
Co-authored-by: Chris Ross <Tratcher@Outlook.com>
2020-01-15 22:54:11 -08:00
Ryan Brandenburg
5dc2d6eafa
Extend timeout and report failure to WarmUp for template tests ( #16759 )
...
* Extend timeout and report failure to WarmUp for template tests
* Retry click events
2020-01-15 18:44:56 -08:00
Justin Kotalik
d9ccf235fd
Final bad conflicts
2020-01-15 16:39:50 -08:00
John Luo
9eed4375d1
Remove ref project from Microsoft.AspNetCore.Testing ( dotnet/extensions#2817 )
...
\n\nCommit migrated from b624d6ba91
2020-01-15 16:36:56 -08:00
James Newton-King
df712cc4a9
Add HttpProtocol ( #18049 )
2020-01-16 13:35:47 +13:00
Justin Kotalik
93a51f5f13
Remove version.props
2020-01-15 16:27:07 -08:00
Justin Kotalik
ca56fee980
Missed conflicts
2020-01-15 16:26:32 -08:00
Justin Kotalik
4dd0a6cd27
Merge branch 'release/2.1' into release/3.1
2020-01-15 16:19:30 -08:00
Brennan
cf3bf40543
Update PoliCheckExclusions.xml ( #17705 )
...
Ignore test log output
2020-01-15 14:34:58 -08:00
Justin Kotalik
337b951c15
Merge pull request #18361 from dotnet-maestro-bot/merge/blazor-wasm-to-master
...
[automated] Merge branch 'blazor-wasm' => 'master'
2020-01-15 13:36:29 -08:00
Hao Kung
109663e078
Send confirmation mails for external accounts
2020-01-15 13:32:34 -08:00
William Godbe
89d26402ef
[release/3.1] Mark Blazor packages as nonshipping ( #18357 )
...
* Mark Blazor packages as nonshipping
* Explicitly set IsShippingPackage=false
* Pin blazor dependency version
2020-01-15 12:11:52 -08:00
John Luo
9522e1dd2e
Multi-target all shared framework projects with netcoreapp3.1 ( #17998 )
...
- regen ref
2020-01-15 12:08:17 -08:00
Javier Calvarro Nelson
b4d2f9aa52
[Static Web Assets] Allow assets with empty base paths ( #17414 )
2020-01-15 11:45:21 -08:00
Ajay Bhargav B
cba11d7e22
Workaround for #18058 ( #18213 )
2020-01-15 11:42:30 -08:00
James Newton-King
34294a3e7a
Fix TestServer hang with duplex streaming requests ( #17158 )
2020-01-15 11:08:41 -08:00
Chris Ross
ad8ecf96a1
React to runtime/594 Encoder.Convert change ( #17747 )
2020-01-15 11:07:50 -08:00
Chris Ross
8211a1c313
[2.1] CookieChunkingManager needs to flow the Secure attribute… ( #17953 )
2020-01-15 11:07:15 -08:00
Brennan
164ddfd48b
Fix flaky LongPolling tests ( #14395 )
2020-01-15 11:06:16 -08:00
William Godbe
6ec28e8715
Fix setter for CandidateState.Values in reference assembly ( #18278 )
2020-01-15 11:02:08 -08:00
William Godbe
67424e78a4
Don't use baseline assembly versions for RID-agnostic packages ( #17970 )
2020-01-15 11:01:52 -08:00
William Godbe
ee57a0c309
Use checked-in platform manifest in 3.1.2 ( #18250 )
...
* Use checked-in platform manifest in 3.1.2
* Only used checked-in manifest in servicing builds
2020-01-15 11:01:16 -08:00
John Luo
36e79022be
Merge pull request #18151 from dotnet/johluo/feb-branding
...
Update branding to 3.1.2
2020-01-15 10:46:39 -08:00
Pranav K
4ab5fe6803
Handle satellite assemblies in the Blazor build targets ( #18207 )
...
* Handle satellite assemblies in the Blazor build targets
* Pass the same closure of assemblies that is used by the SDK's linker to Blazor's linker and ResolveBlazorRuntimeDependencies task
* Quote the mono linker path
Fixes https://github.com/dotnet/aspnetcore/issues/17644
Fixes https://github.com/dotnet/aspnetcore/issues/17754
2020-01-15 10:43:58 -08:00
Doug Bunting
bc467c4032
Merge branch 'release/2.1' => 'release/3.1' ( dotnet/extensions#2859 )
...
- no-op merge\n\nCommit migrated from 3e617ba52d
2020-01-15 10:38:28 -08:00
Andrew Stanton-Nurse
87e4743280
React to rename of "@dotnet/jsinterop" to "@microsoft/dotnet-js-interop" ( #17148 )
...
* seems like the right stuff to change
* Update to include real package URL
* fix all the things (I hope)
* update blazor.server.js
* update blazor.server.js again
2020-01-15 18:37:10 +00:00
Justin Kotalik
7d8dd27d16
Merge pull request #18261 from dotnet-maestro-bot/merge/blazor-wasm-to-master
...
[automated] Merge branch 'blazor-wasm' => 'master'
2020-01-15 10:27:46 -08:00
Justin Kotalik
b3aeeff7d2
Merge pull request dotnet/extensions#2860 from dotnet-maestro-bot/merge/release/3.1-to-master
...
[automated] Merge branch 'release/3.1' => 'master'\n\nCommit migrated from 1f268602e4
2020-01-15 10:25:36 -08:00
Justin Kotalik
b3deec75a4
Merge branch 'release/3.1'
...
\n\nCommit migrated from 99bba36b09
2020-01-15 09:44:40 -08:00
Kahbazi
6f9502977d
Removed Unused Private Method - HandleValidationStateChanged ( #18275 )
...
* Update ValidationMessage.cs
* Update ValidationSummary.cs
2020-01-15 09:35:21 -08:00
Justin Kotalik
b7c73efc6b
Merge branch 'release/2.1' into release/3.1
...
\n\nCommit migrated from 75371ae18b
2020-01-15 09:16:09 -08:00
Justin Kotalik
ab600289aa
Update Directory.Build.props
2020-01-15 09:04:57 -08:00
=
eb1150ba37
Fixup templates
2020-01-15 09:00:39 -08:00
Justin Kotalik
454faf9fc1
Update Directory.Build.props
2020-01-15 08:54:54 -08:00
Justin Kotalik
f0c991d373
Update Blazor.Version.props
2020-01-15 08:54:41 -08:00
Justin Kotalik
7fa94800ff
Update Directory.Build.props
2020-01-15 08:50:02 -08:00
Justin Kotalik
524fb297cc
Update Blazor.Version.props
2020-01-15 08:49:49 -08:00
John Luo
a47417090d
Fix CodeCheck
2020-01-14 18:33:01 -08:00