Commit Graph

18412 Commits

Author SHA1 Message Date
James Newton-King df712cc4a9
Add HttpProtocol (#18049) 2020-01-16 13:35:47 +13: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
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
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
Kahbazi 6f9502977d Removed Unused Private Method - HandleValidationStateChanged (#18275)
* Update ValidationMessage.cs

* Update ValidationSummary.cs
2020-01-15 09:35:21 -08:00
Justin Kotalik ab600289aa
Update Directory.Build.props 2020-01-15 09:04:57 -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
itminus deceebc062 Fix ANCM search for dotnet.exe (#18311) 2020-01-14 11:50:27 -08:00
Maher Jendoubi 116799fa70 Contributing: Fixed some typos (#18331) 2020-01-14 08:58:52 -08:00
Chris Ross 6dd3d6ec49 Make kestrel not use the modified Http Protocol #17975 (#18322) 2020-01-14 01:43:03 +00:00
Pranav K 1e62df1a2d
Try self-contained 2020-01-13 17:05:01 -08:00
Pranav K dd524df6bb
Application started 2020-01-13 14:42:02 -08:00
Pranav K 17b1dc9841
Add a benchmarking app for Blazor Wasm 2020-01-13 14:42:02 -08:00
Hao Kung 605c522fa3
Make GetChangeEmailTokenPurpose public (#17209) 2020-01-12 21:09:53 -08:00
Doug Bunting d0c71edd84
Correct `<Exec />` commands on Windows to handle spaces in root path (#18285)
- #15055
- add a few more quotation marks
2020-01-11 13:55:59 -08:00
wtgodbe 204de9f50a Merge branches 2020-01-10 12:57:30 -08:00
Pranav K 80a67874c6
Resolve merge conflicts 2020-01-10 10:43:25 -08:00
Pranav K 3fb171e282
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-10 10:03:02 -08:00
Chris Ross 17094a33c1 Suppress unused code warning in the shared test project (#18249) 2020-01-10 17:56:37 +00:00
Chris Ross 1272d04ea4 Have TestServer merge the the user-agent header #18198 (#18240) 2020-01-10 17:53:41 +00:00
Steve Sanderson 2e2d0625e1 Write unlinked.output to disk 2020-01-10 16:31:34 +00:00
Steve Sanderson cb092258c3 Allow overwriting outputs with older inputs. Fixes #18192 2020-01-10 16:31:34 +00:00
Steve Sanderson a181fd5232
Link more assemblies (type granularity linking for real this time) (#18165) 2020-01-10 11:30:55 +00:00
Hao Kung 0977c9ac59
Add test for AuthenticationSchemes (#17816) 2020-01-09 14:33:29 -08:00
Kahbazi 5f169dce14 Fix missing cors middleware exception message (#17892)
* Fix missing cors middleware exception message

* Update unit test expected error message

* Update integration test expected error message
2020-01-09 14:26:37 -08:00
Hao Kung da984f57c5
Always send confirmation email from social registration (#18150) 2020-01-09 11:52:58 -08:00
John Luo 40cd13837e
Merge pull request #18116 from dotnet-maestro-bot/merge/blazor-wasm-to-master
[automated] Merge branch 'blazor-wasm' => 'master'
2020-01-08 17:43:32 -08:00
Kevin Pilch 0517745c08 aspnet/AspNetCore -> dotnet/aspnet
Except aspnet/AspNetCore-Internal.
2020-01-08 16:40:11 -08:00
Kevin Pilch 06b32685ec aspnet/Extensions -> dotnet/extensions 2020-01-08 16:40:11 -08:00
Kevin Pilch f3215fd881 aspnet/AspNetCore-Tooling -> dotnet/aspnetcore-tooling 2020-01-08 16:40:11 -08:00
Kevin Pilch d6d7ffd901 aspnet/Blazor -> dotnet/blazor 2020-01-08 16:40:11 -08:00
Stephen Halter 149aa55629
Fix JsonHubProtocolOptions doc comment (#18149) 2020-01-08 13:14:40 -08:00
Pranav K 66f4e91ad9
Use reference equality to compare model instances in EditContext (#18172)
* Use reference equality to compare model instances in EditContext

Fixes https://github.com/aspnet/AspNetCore/issues/18069
2020-01-08 12:38:45 -08:00
Brennan 97a59f1acc
Fix SignalR Java tests not running (#18114) 2020-01-08 10:36:00 -08:00
Maher Jendoubi ad9cf5bcd3 Contributing: Fix a typo (#18135) 2020-01-08 09:54:20 -08:00
Pranav K d4ada348fb
Use Blazor version for WASM templates (#18174) 2020-01-07 13:42:25 -08:00
Ryan Brandenburg 89fd60f111 Updated PR with my changes 2020-01-06 14:04:42 -08:00
Ryan Brandenburg e21c9d727b Merge branch 'blazor-wasm' 2020-01-06 14:00:10 -08:00
Pranav K 66ecdab542
Ensure $(Configuration) is evaluated prior to using it (#18113)
Fixes https://github.com/aspnet/AspNetCore/issues/12779
2020-01-06 08:39:56 -08:00
Steve Sanderson ba246719f0
Fix <component> tag helpers being siblings. Fixes #17851 (#17910) 2020-01-06 16:33:45 +00:00
Martin Costello e3253d4e40 More RNG.Fill() and UnixEpoch usage (#18132)
Apply more changes omitted from #18126 and #18128, and use RandomNumberGenerator.Fill() and DateTimeOffset.UnixEpoch for supported TFMs.
2020-01-06 00:35:44 -08:00
Brian Surowiec 840e10d45b Fix spelling of hyphens (#18130) 2020-01-05 08:50:29 -08:00
Martin Costello 8b000d961c Use RandomNumberGenerator.Fill() (#18128)
* Use RandomNumberGenerator.Fill()

Use the new RandomNumberGenerator.Fill() method instead of maintaining instances of RandomNumberGenerator to use GetBytes().

* Revert RandomNumberGenerator.Fill()

Revert usage of RandomNumberGenerator.Fill() as the project still targets netstandard2.0.
2020-01-04 15:52:06 -08:00
Martin Costello b6b5319bab Use UnixEpoch for cookie deletion (#18126)
Use the DateTimeOffset.UnixEpoch field instead of a new DateTime value when deleting cookies.
2020-01-04 12:39:53 -08:00
Martin Costello c802134737 Use ISystemClock for request timestamps (#18124)
Use ISystemClock to generate timestamps for Twitter authentication.
Remove custom static field for the epoch.
2020-01-04 12:39:24 -08:00
Pranav K 8ee4b0305e
Merge branch 'master' into merge/blazor-wasm-to-master 2020-01-03 15:13:06 -08:00