Will Godbe
5890cf1b1a
Merge branches
2020-03-26 12:21:04 -07:00
William Godbe
2604ce9eba
Update branding to 2.1.18 ( #20171 )
2020-03-26 11:57:57 -07:00
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
Doug Bunting
405b021b8e
Merge pull request #20144 from dotnet-maestro-bot/merge/release/2.1-to-release/3.1
...
[automated] Merge branch 'release/2.1' => 'release/3.1'
- no-op merge despite what the GitHub UI shows
2020-03-25 14:57:35 -07:00
Brennan
9514a865ef
[SignalR] Avoid deadlock with closing and user callbacks ( #19612 ) ( #19664 )
...
* [SignalR] Avoid deadlock with closing and user callbacks (#19612 )
* fb
2020-03-25 13:13:02 -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
Doug Bunting
d7c205d26a
Merge remote-tracking branch 'origin/release/2.1' into merge/release/2.1-to-release/3.1
2020-03-25 13:04:21 -07:00
Doug Bunting
7582cfc593
Merge pull request #19675 from dotnet/dougbu/3.1/newer.agents.3540
...
[release/3.1] Update hosted (AzDO) and BYOC (dnceng) agents used in our builds
2020-03-25 12:56:53 -07:00
Doug Bunting
5ed5c1c46b
Update hosted (AzDO) and BYOC (dnceng) agents used in our builds
...
- dotnet/aspnetcore-internal#3540
- nit: Consistently use `in` / `notin` with `Build.Reason`
- YAML was inconsistent and this aligns w/ the Arcade code
2020-03-25 11:14:18 -07:00
Doug Bunting
e9e66d8f21
Merge pull request #19676 from dotnet/dougbu/2.1/newer.agents.3540
...
[release/2.1] Update hosted (AzDO) and BYOC (dnceng) agents used in our builds
2020-03-25 11:07:00 -07:00
Doug Bunting
9ed8fbe452
Merge pull request #20142 from dotnet/dougbu/2.1/newer.agents.3540.noop/3.1
...
[no-op merge to 3.1] Update hosted (AzDO) and BYOC (dnceng) agents used in our builds
2020-03-25 11:06:42 -07: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
Doug Bunting
6509ca0859
Merge branch 'release/2.1' => 'release/3.1' ( #19069 )
...
- no-op merge (no reason to wait for validation builds)
2020-03-25 10:41:03 -07:00
Will Godbe
4f7a95f99a
Remove unnecessary files
2020-03-25 09:35:35 -07:00
Will Godbe
0894c42f9b
Merge branches
2020-03-25 09:34:39 -07:00
William Godbe
7bda94ab0a
Update branding to 3.1.4 ( #20110 )
...
* Update branding to 3.1.4
* Disable targeting pack tests
* Use 3.1.103 SDK
2020-03-25 09:16:36 -07: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
Doug Bunting
15a8de6ed4
Merge branch 'dougbu/2.1/newer.agents.3540' into dougbu/2.1/newer.agents.3540.noop/3.1
2020-03-24 22:26:53 -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
e81033e094
[release/3.1] No-op "Ensure PDBArtifacts artifact is created" ( #19846 )
...
- no-op merge
2020-03-13 22:00:46 -07:00
Doug Bunting
9078b35f94
[blazor-wasm] Ensure PDBArtifacts artifact is created ( #19837 )
2020-03-13 21:59:59 -07:00
Doug Bunting
d73fdbfdb5
Merge branch 'dougbu/no.xdt/3535' into dougbu/3.1/no.xdt/3535.no-op
2020-03-13 19:00:36 -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