Commit Graph

40830 Commits

Author SHA1 Message Date
Pranav K 9e412f4c7f
Do not attempt to load satellite assemblies until after MainAsync has executed (#21476)
WASM runtime does not like it when you attempt to load satellite assemblies
for two sets of non-neutral cultures - the first is always loaded. This change
defers loading satellite assemblies until after Program.Main has executed
and the developer has configured the culture for the application.

Fixes https://github.com/dotnet/aspnetcore/issues/21433
2020-05-05 09:06:42 -07:00
Pranav K cc2b64ec5e
Re-use the Blazor app for stress runs (#21078)
* Re-use the Blazor app for stress runs

Our current stress runs re-used the perf tests which recreated the blazor app on each run. Perf runs are meant to run
and be done, however, we want stress apps to be long lasting to capture things like memory leaks.

This change creates a fork in the tests to support stress runs that re-use the app between runs.
2020-05-04 09:02:05 -07:00
dotnet-maestro[bot] 22d4dcd353
Update dependencies from https://github.com/dotnet/arcade build 20200430.5 (#21456)
- Microsoft.DotNet.Arcade.Sdk: 1.0.0-beta.20221.2 -> 1.0.0-beta.20230.5
- Microsoft.DotNet.GenAPI: 1.0.0-beta.20221.2 -> 1.0.0-beta.20230.5
- Microsoft.DotNet.Helix.Sdk: 2.0.0-beta.20221.2 -> 2.0.0-beta.20230.5

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-05-04 12:45:09 +00:00
Safia Abdalla 2a97de0344
Fix intermediate path for service worker assets (#21128) 2020-04-30 15:03:16 -07:00
Pranav K 147f5758c6
Ensure satellite resources are published when building in VS (#21347)
* Ensure satellite resources are published when building in VS

Fixes https://github.com/dotnet/aspnetcore/issues/21355
2020-04-30 14:57:04 -07:00
Steve Sanderson 4438f33304 Update ws-proxy to match runtime in use (from Mono commit cc6d4bf6cfce33ae3b41f74ac14ac2cb770603d5) 2020-04-30 16:56:25 +01:00
dotnet-maestro[bot] 9cb92dbefe
Update dependencies from https://github.com/dotnet/blazor build 20200428.1 (#21303)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime: 3.2.0 -> 3.2.0

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-04-29 19:01:57 +00:00
John Luo 2ec9b2e5d1 Use the correct crossgen 2020-04-28 17:23:53 -07:00
dotnet-maestro[bot] b67a90343d
Update dependencies from https://github.com/dotnet/corefx build 20200427.1 (#21263)
- System.Net.Http.Json: 3.2.0-rc1.20224.1 -> 3.2.0

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-04-27 22:12:24 +00:00
Pranav K b837ebf206
Produce RTM branded blazor packages (#21257) 2020-04-27 13:37:33 -07:00
dotnet-maestro[bot] a3bbe2f038
Update dependencies from https://github.com/dotnet/blazor build 20200427.1 (#21255)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime: 3.2.0-rc1.20222.2 -> 3.2.0

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-04-27 20:10:22 +00:00
dotnet-maestro[bot] 7fd744ede0
Update dependencies from https://github.com/dotnet/arcade build 20200421.2 (#21234)
- Microsoft.DotNet.Arcade.Sdk: 1.0.0-beta.20218.1 -> 1.0.0-beta.20221.2
- Microsoft.DotNet.GenAPI: 1.0.0-beta.20218.1 -> 1.0.0-beta.20221.2
- Microsoft.DotNet.Helix.Sdk: 2.0.0-beta.20218.1 -> 2.0.0-beta.20221.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-04-27 12:46:04 +00:00
John Luo 05f58bbbfa Build aspnetcore for win-arm64 (#19317)
* Build for win-arm64

* Missed file

* Disable Selenium tests on arm64

* Include installers in the uploaded artifacts
2020-04-27 00:34:47 -07:00
dotnet-maestro[bot] 3f31c8de52
Update dependencies from https://github.com/dotnet/corefx build 20200424.1 (#21190)
- System.Net.Http.Json: 3.2.0-rc1.20217.1 -> 3.2.0-rc1.20224.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-04-24 19:24:14 +00:00
Safia Abdalla 40f0cdfa3c
Fix up template generation for config (#21147) 2020-04-23 12:17:12 -07:00
Pranav K 5da314644a Add an option to allow trimming collation data 2020-04-23 12:08:21 +01:00
dotnet-maestro[bot] 7cb9b7f733
Update dependencies from https://github.com/dotnet/blazor build 20200422.2 (#21129)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime: 3.2.0-rc1.20222.1 -> 3.2.0-rc1.20222.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-04-23 10:40:28 +00:00
DotNet Bot 35628a6780 Merged PR 7537: [internal/release/3.1] Update dependencies from 1 repositories
This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

- **System.Net.Http.WinHttpHandler**: from 4.7.0 to 4.7.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)

[marker]: <> (End:Coherency Updates)

[marker]: <> (Begin:7bf32a0c-3505-43af-42b0-08d79559e63d)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore-tooling
- **Subscription**: 7bf32a0c-3505-43af-42b0-08d79559e63d
- **Build**: 20200422.2
- **Date Produced**: 4/22/2020 7:47 PM
- **Commit**: a8242d79df31dbff528c185dd62c290b7cc262de
- **Branch**: refs/heads/internal/release/3.1
- **Updates**:
  - **Microsoft.AspNetCore.Mvc.Razor.Extensions**: from 3.1.4 to 3.1.4
  - **Microsoft.AspNetCore.Razor.Language**: from 3.1.4 to 3.1.4
  - **Microsoft.CodeAnalysis.Razor**: from 3.1.4 to 3.1.4
  - **Microsoft.NET.Sdk.Razor**: from 3.1.4 to 3.1.4
  - **System.Net.Http.WinHttpHandler**: from 4.7.0 to 4.7.1

[marker]: <> (End:7bf32a0c-3505-43af-42b0-08d79559e63d)
2020-04-22 23:59:27 +00:00
dotnet-maestro[bot] df332c211f
Update dependencies from https://github.com/dotnet/blazor build 20200422.1 (#21119)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime: 3.2.0-rc1.20221.1 -> 3.2.0-rc1.20222.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-04-22 23:17:19 +00:00
Will Godbe 335829259d Merged PR 7529: Update dependencies from efcore
Update dependencies from efcore
2020-04-22 20:52:23 +00:00
Larry Ewing 5dc5f6c230
Silence the runtime output from the debugger (#20975)
* Silence the runtime output from the debugger

* Update src/Components/Web.JS/src/Platform/Mono/MonoPlatform.ts

Co-authored-by: Pranav K <prkrishn@hotmail.com>
2020-04-22 11:15:49 -07:00
dotnet-maestro[bot] 98bbb3ba3e
Update dependencies from https://github.com/dotnet/blazor build 20200421.1 (#21074)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime: 3.2.0-rc1.20220.1 -> 3.2.0-rc1.20221.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-04-21 23:39:23 +00:00
Pranav K 25f89e22f3
Update dbgproxy to 70ff920a89 (#21075) 2020-04-21 16:09:45 -07:00
Will Godbe 2cad2edc3f Merged PR 7488: Downgrade WinHttpHandler to 4.7.0 2020-04-21 20:27:42 +00:00
dotnet-maestro[bot] b8f7dde377
[blazor-wasm] Update dependencies from dotnet/arcade dotnet/blazor (#20972)
* Update dependencies from https://github.com/dotnet/blazor build 20200417.2

- Microsoft.AspNetCore.Components.WebAssembly.Runtime: 3.2.0-rc1.20217.1 -> 3.2.0-rc1.20217.2

* Update dependencies from https://github.com/dotnet/blazor build 20200418.1

- Microsoft.AspNetCore.Components.WebAssembly.Runtime: 3.2.0-rc1.20217.1 -> 3.2.0-rc1.20218.1

* Update dependencies from https://github.com/dotnet/arcade build 20200418.1

- Microsoft.DotNet.Arcade.Sdk: 1.0.0-beta.20208.8 -> 1.0.0-beta.20218.1
- Microsoft.DotNet.GenAPI: 1.0.0-beta.20208.8 -> 1.0.0-beta.20218.1
- Microsoft.DotNet.Helix.Sdk: 2.0.0-beta.20208.8 -> 2.0.0-beta.20218.1

* Update dependencies from https://github.com/dotnet/blazor build 20200420.1

- Microsoft.AspNetCore.Components.WebAssembly.Runtime: 3.2.0-rc1.20217.1 -> 3.2.0-rc1.20220.1

* Update to BROWSER RID

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Pranav K <prkrishn@hotmail.com>
2020-04-21 20:19:04 +00:00
Pranav K 2612ec89b2
Updating build to https://github.com/mono/mono/commit/ae8e4b5b044 (#21034) 2020-04-21 06:53:34 -07:00
Pranav K 6c23730fa8
Compute SHA256s for blazor.boot.json in parallel (#21021)
* Compute SHA256s for blazor.boot.json in parallel
2020-04-20 17:25:24 -07:00
Pranav K 202d21431e
Avoid copying timezone data bytes (#21028)
This was missed in the PR when changing the implementation to use
slices of Uint8Array rather than slices of ArrayBuffer.

Making the function non-async since it's entirely synchronous.
2020-04-20 15:20:35 -07:00
Pranav K 2bd662fe0b
Update DbgProxy to c8cbcaad (#20865) 2020-04-20 11:22:29 -07:00
Safia Abdalla 089bb4a072
Improve tests for logging configuration support (#20973) 2020-04-17 20:55:07 -07:00
Daniel Roth f393c7481a
Update Blazor WebAssembly survey link for 3.2.0-rc1 (#20974) 2020-04-17 16:30:47 -07:00
dotnet-maestro[bot] afeadef23b
Update dependencies from https://github.com/dotnet/corefx build 20200417.1 (#20977)
- System.Net.Http.Json: 3.2.0-rc1.20216.1 -> 3.2.0-rc1.20217.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-04-17 23:24:14 +00:00
Pranav K 790ac278d2
Update to rc1 branding (#20954) 2020-04-17 15:24:49 -07:00
Pranav K d2ee131fd8
Fixup reference to M.AspNetCore.Components.WebAssembly.HttpHandler (#20891)
* Fixup reference to Microsoft.AspNetCore.Components.WebAssembly.HttpHandler

As part of attempting to fix the reference in the test project (which ultimately wasn't needed), I messed up the package reference in the WebAssembly package
This fixes the package reference and removes unnecessary code from the test project
2020-04-17 14:23:20 -07:00
dotnet-maestro[bot] ad5b64f268
Update dependencies from https://github.com/dotnet/blazor build 20200417.1 (#20951)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime: 3.2.0-preview5.20216.1 -> 3.2.0-rc1.20217.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-04-17 16:52:51 +00:00
Javier Calvarro Nelson 8f12519b0e
Fix typo in ServiceWorkerAssetsManifest.targets (#20944)
Fixes a typo that prevented the service worker from being removed during publish
2020-04-17 07:16:05 -07:00
Steve Sanderson 03068c9165 Transfer .NET unhandled exceptions to JS via dedicated interop call. Fixes #20280 (#20907) 2020-04-17 07:45:06 +01:00
Steve Sanderson e95264f237 Support overriding how boot resources are loaded. Fixes #5462 2020-04-17 07:45:06 +01:00
Steve Sanderson fcb96b6edd Upgrade all NPM dependencies. Update to use current Emscripten APIs matching newer type definitions. 2020-04-17 07:45:06 +01:00
dotnet-maestro[bot] 353641be41
Update dependencies from https://github.com/dotnet/corefx build 20200416.1 (#20934)
- System.Net.Http.Json: 3.2.0-preview5.20210.3 -> 3.2.0-rc1.20216.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-04-17 05:51:06 +00:00
dotnet-maestro[bot] 80bc4c4376
Update dependencies from https://github.com/dotnet/blazor build 20200416.1 (#20921)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime: 3.2.0-preview5.20215.1 -> 3.2.0-preview5.20216.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-04-17 00:19:47 +00:00
Pranav K 50a2527ca9
Copy I18N assemblies when running without the linker (#20878)
* Copy I18N assemblies when running without the linker
Fixes https://github.com/dotnet/aspnetcore/issues/20517
2020-04-16 16:52:07 -07:00
DotNet Bot 67e04394e9 Merged PR 7373: [internal/release/3.1] Update dependencies from 1 repositories
This pull request updates the following dependencies

[marker]: <> (Begin:7bf32a0c-3505-43af-42b0-08d79559e63d)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore-tooling
- **Subscription**: 7bf32a0c-3505-43af-42b0-08d79559e63d
- **Build**: 20200415.2
- **Date Produced**: 4/15/2020 6:12 PM
- **Commit**: a49970f2f15efb27b91541bb4b94581693c92b8d
- **Branch**: refs/heads/internal/release/3.1
- **Updates**:
  - **Microsoft.AspNetCore.Mvc.Razor.Extensions**: from 3.1.4 to 3.1.4
  - **Microsoft.AspNetCore.Razor.Language**: from 3.1.4 to 3.1.4
  - **Microsoft.CodeAnalysis.Razor**: from 3.1.4 to 3.1.4
  - **Microsoft.NET.Sdk.Razor**: from 3.1.4 to 3.1.4

[marker]: <> (End:7bf32a0c-3505-43af-42b0-08d79559e63d)
2020-04-16 17:36:54 +00:00
dotnet-maestro[bot] 840d806326
Update dependencies from https://github.com/dotnet/blazor build 20200415.1 (#20883)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime: 3.2.0-preview5.20214.1 -> 3.2.0-preview5.20215.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-04-16 08:31:40 +00:00
Will Godbe 536f2e5cc3 Merged PR 7173: Update dependencies from EFCore
Update dependencies from EFCore
2020-04-15 22:38:56 +00:00
dotnet-bot 4f307c40be Merge in 'release/3.1' changes 2020-04-15 19:43:15 +00:00
David Fowler 1b99352ec7
Don't re-use DefaultHttpContext if IHttpContextAccessor is in use (#15049) (#20844)
* Don't re-use DefaultHttpContext if IHttpContextAccessor is in use
- Consumers may still get null or an ODE but will never end up with data from a different request.
- Make sure an ODE is thrown from all properties on HttpContext after the request is over.
2020-04-15 12:41:59 -07:00
Safia Abdalla b2c88e9a23
Add Microsoft.Extensions.Logging namespace to template (#20869)
* Add Microsoft.Extensions.Logging namespace to template
* Update Program.cs
2020-04-15 12:39:32 -07:00
dotnet-bot 12c9727281 Merge in 'release/3.1' changes 2020-04-15 19:27:41 +00:00
Brennan 5353ce9509
Use SemVer1 for SiteExtension (#20839) 2020-04-15 12:26:21 -07:00