Commit Graph

40450 Commits

Author SHA1 Message Date
Pranav K cb6858fe31
Update to using System.Net.Http.Json (#20195) 2020-03-26 10:13:23 -07:00
Javier Calvarro Nelson b0a95d05e0
[Blazor] Auth fixes (#20191)
* Adds MetadataAddress property to OidcProviderOptions.
* Sets defaults for the Msal cache location on the provider initialization.
* Updates the template to avoid redirecting to the login page if the user is already authenticated.
* Fixes startup APIs for AddRemoteAuthentication.
* Fixes TryGetToken for the Blazor MSAL library when the token can't be acquired silently.
2020-03-26 09:07:46 -07:00
dotnet-maestro[bot] 3e07040bd1
Update dependencies from https://github.com/dotnet/blazor build 20200325.4 (#20177)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview4.20175.4

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-26 05:55:27 +00:00
dotnet-maestro[bot] c93389f449
Update dependencies from https://github.com/dotnet/blazor build 20200325.2 (#20161)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview4.20175.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-25 23:05:31 +00:00
Pranav K 263cf0bbd2 Skip flaky test 2020-03-25 15:59:17 -07:00
Pranav K de2fa4c69c Update versions
* Update Blazor version to preview4
* Update ASP.NET Core references to 3.1.3
* Remove DisableImplicitComponentsAnalyzers workaround
2020-03-25 15:59:17 -07:00
Steve Sanderson bbe9cca327
Write hash to service worker on publish (#20131)
* Write SWAM version into service worker output

* Update project template

* Add publishing test

* Update src/Components/WebAssembly/Build/src/targets/ServiceWorkerAssetsManifest.targets

Co-Authored-By: Pranav K <prkrishn@hotmail.com>

* Add E2E test for hosted PWA too

* Avoid test clashes

* E2E test fix

* E2E test fix

* E2E test fix

Co-authored-by: Pranav K <prkrishn@hotmail.com>
2020-03-25 20:06:03 +00:00
dotnet-maestro[bot] b9d7772816
Update dependencies from https://github.com/dotnet/blazor build 20200325.1 (#20139)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview4.20175.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-25 17:51:25 +00:00
Pranav K 9f9783c0df
Tweaks for WASM stress runs (#20109)
Prevent interleaved console writes when reporting stats
Do not print browser logs by defualt
2020-03-25 09:04:29 -07:00
Pranav K 4ab628ff76
Merge pull request #20129 from dotnet/prkrishn/fixup-merge
Redo merge from blazor-wasm-preview4 preserving commit history
2020-03-25 07:38:52 -07:00
Pranav K 7e62656975
Merge remote-tracking branch 'origin/blazor-wasm-preview4' into blazor-wasm 2020-03-25 06:36:51 -07:00
Pranav K 383a4ebc52
Revert "Blazor wasm preview4 (#20117)"
This reverts commit 47536a3c14.
2020-03-25 06:36:30 -07:00
Pranav K 47536a3c14
Blazor wasm preview4 (#20117)
* Restore public API contract on WebAssemblyJSRuntime (#19968)

* Shrink icon-512.png (#19999)

* Use custom DebugProxyHost to initialize DebugProxy config (#19980)

Addresses #19909

* Spruce up WebAssemblyHostEnvironment interface and use (#20008)

* Load .dlls/.wasm/.pdb in parallel with dotnet.*.js. Fixes #18898 (#20029)

* Add BaseAddress property to WebAssemblyHostEnvironment (#20019)

- Adds `BaseAddress` to `IWebAssemblyHostEnvironment`
- Uses unmarshalled APIs to extract application host
- Move NavigationManager initialization to startup code
- Fix subdir mapping in ClientSideHostingTest

Addresses #19910

Co-authored-by: Steve Sanderson <SteveSandersonMS@users.noreply.github.com>
Co-authored-by: Safia Abdalla <safia@safia.rocks>
Co-authored-by: Safia Abdalla <safia@microsoft.com>
2020-03-25 01:51:55 +00:00
Pranav K 3ba4cbfd5c
Update NuGet.config (#19801)
* Update NuGet.config

* Update NuGet.config

* Update NuGet.config

* Update NuGet.config
2020-03-24 16:20:08 -07:00
dotnet-maestro[bot] 6fad3d38a3
Update dependencies from https://github.com/dotnet/blazor build 20200324.2 (#20114)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview3.20174.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-24 22:30:30 +00:00
dotnet-maestro[bot] 163d90b774
Update dependencies from https://github.com/dotnet/blazor build 20200324.1 (#20111)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview3.20174.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-24 21:10:33 +00:00
Safia Abdalla e6078c4bdd
Add BaseAddress property to WebAssemblyHostEnvironment (#20019)
- Adds `BaseAddress` to `IWebAssemblyHostEnvironment`
- Uses unmarshalled APIs to extract application host
- Move NavigationManager initialization to startup code
- Fix subdir mapping in ClientSideHostingTest

Addresses #19910
2020-03-23 15:48:48 -07:00
Steve Sanderson ba2bae80fa
Load .dlls/.wasm/.pdb in parallel with dotnet.*.js. Fixes #18898 (#20029) 2020-03-20 17:55:39 +00:00
Safia Abdalla 4b3608371f
Spruce up WebAssemblyHostEnvironment interface and use (#20008) 2020-03-19 17:47:15 -07:00
Safia Abdalla c7d3c1f36a
Use custom DebugProxyHost to initialize DebugProxy config (#19980)
Addresses #19909
2020-03-19 09:50:39 -07:00
Steve Sanderson 4339397eb0
Shrink icon-512.png (#19999) 2020-03-19 16:40:51 +00:00
Steve Sanderson dbe63021a9
Restore public API contract on WebAssemblyJSRuntime (#19968) 2020-03-19 11:56:49 +00:00
dotnet-maestro[bot] a700aa92fe
Update dependencies from https://github.com/dotnet/blazor build 20200318.1 (#19960)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview3.20168.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-18 17:26:17 +00:00
Pranav K 56d22a817b
Turn on scope validation for service provider in Development (#19908)
* Turn on scope validation for service provider

* Make WebAssemblyJSRuntime interop-specific overloads extension methods
Fixes https://github.com/dotnet/aspnetcore/issues/9365
2020-03-17 10:26:50 -07:00
Pranav K cb293661e1
Make extensions
Make WebAssemblyJSRuntime interop-specific overloads extension methods
2020-03-17 09:49:27 -07:00
Safia Abdalla 49bf3bb738
Resolve issues in Blazor PWA template (#19898) 2020-03-16 16:55:21 -07:00
Pranav K c37f3fefce
Turn on scope validation for service provider
Fixes https://github.com/dotnet/aspnetcore/issues/9365
2020-03-16 16:20:02 -07:00
Safia Abdalla 0582767e67
Fix Blazor icon for PWAs on iOS (#19897)
- Add link reference to Blazor icon in index.html to support icons on iOS
 - Make Blazor icon background white instead of transparent
- Remove deleted projects from solution file

Addresses #19883
2020-03-16 14:20:01 -07:00
dotnet-maestro[bot] e2b574c325
Update dependencies from https://github.com/dotnet/blazor build 20200315.1 (#19871)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview3.20165.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-15 22:25:34 +00:00
dotnet-maestro[bot] f64fcc0e63
Update dependencies from https://github.com/dotnet/blazor build 20200314.1 (#19861)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview3.20164.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-14 22:25:33 +00:00
Doug Bunting 9078b35f94
[blazor-wasm] Ensure PDBArtifacts artifact is created (#19837) 2020-03-13 21:59:59 -07:00
Doug Bunting b1f039d0fb
Ensure PDBArtifacts artifact is created
- dotnet/aspnetcore-internal#3535
- avoid build warnings when publishing symbols in post-build
2020-03-13 18:57:12 -07:00
dotnet-maestro[bot] 614ac8ef01
Update dependencies from https://github.com/dotnet/blazor build 20200313.1 (#19843)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview3.20163.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-13 22:45:44 +00:00
Steve Sanderson f1b812e21e
Update ws-proxy code (#19826) 2020-03-13 11:34:09 +00:00
Steve Sanderson 9343d2bca0
Log unhandled exceptions to custom logger (#19606) 2020-03-13 10:40:02 +00:00
dotnet-maestro[bot] 343816f4d1
Update dependencies from https://github.com/dotnet/blazor build 20200312.1 (#19817)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview3.20162.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-12 23:40:30 +00:00
Steve Sanderson 2e9bb2ff5f
Debug proxy as external tool (#19767) 2020-03-12 18:42:13 +00:00
Pranav K 147c39289a
Add support for configuration (#19544)
* Add support for configuration

Fixes https://github.com/dotnet/aspnetcore/issues/18675
2020-03-12 11:38:06 -07:00
Artak 0006fdf093
Revert "Remove inspectUri launch setting (#19672)" (#19786)
* Revert "Remove inspectUri launch setting (#19672)"

This reverts commit 9f4904886e.

* React to review feedback
2020-03-12 11:35:44 -07:00
Pranav K 823082d282
Clean up feeds (#19798)
* Clean up feeds

* Update NuGet.config
2020-03-12 10:38:51 -07:00
dotnet-maestro[bot] 297d497753
Update dependencies from https://github.com/dotnet/blazor build 20200311.3 (#19781)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview3.20161.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-11 22:45:31 +00:00
dotnet-maestro[bot] a1faa16dde
Update dependencies from https://github.com/dotnet/blazor build 20200311.2 (#19774)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview3.20161.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-11 18:30:31 +00:00
Pranav K 72d1a91718
Update Blazor versions to preview3 (#19771) 2020-03-11 10:58:00 -07:00
dotnet-maestro[bot] df97e3af0c
Update dependencies from https://github.com/dotnet/blazor build 20200311.1 (#19770)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview2.20161.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-11 16:31:35 +00:00
dotnet-maestro[bot] 70f8666bff
Update dependencies from https://github.com/dotnet/blazor build 20200310.1 (#19749)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview2.20160.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-10 22:30:33 +00:00
Pranav K 58bbbb747e
Rename WebAssembly.JSInterop -> Microsoft.JSInterop.WebAssembly (#19747)
* Rename WebAssembly.JSInterop -> Microsoft.JSInterop.WebAssembly
2020-03-10 14:24:09 -07:00
Pranav K 064f1562fa
Remove WebAssembly.JSInterop 2020-03-10 13:57:32 -07:00
Pranav K a0c76e5a4c
Rename WebAssembly.JSInterop -> Microsoft.JSInterop.WebAssembly 2020-03-10 13:42:35 -07:00
Pranav K 6833facda4
Use TargetPath in blazor dev server (#19658)
The linker's changed since the issue report and correctly resolves paths.
However the dev-server was doing weird things to calculate the path to the output.

Fixes https://github.com/dotnet/aspnetcore/issues/18288
2020-03-10 11:06:15 -07:00
Pranav K 4741da1451
Allow BlazorWasm benchmark driver to perform stress runs (#19619)
* Allow BlazorWasm benchmark driver to perform stress runs

Adds an option that allows running the driver in a loop until timeout expires
2020-03-09 15:21:30 -07:00