Commit Graph

40829 Commits

Author SHA1 Message Date
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
dotnet-maestro[bot] 4e48befd74
Update dependencies from https://github.com/dotnet/blazor build 20200309.2 (#19722)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview2.20159.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-09 22:15:30 +00:00
Daniel Roth 810a9fad0f
Update SurveyPrompt.razor (#19712) 2020-03-09 13:02:50 -07:00
dotnet-maestro[bot] 37a05bab50
Update dependencies from https://github.com/dotnet/blazor build 20200309.1 (#19714)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview2.20159.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-09 20:00:30 +00:00
Javier Calvarro Nelson adc81c94de
[Blazor] Fix default value for response type (#19706) 2020-03-09 11:54:51 -07:00
dotnet-maestro[bot] ce58840d6b
Update dependencies from https://github.com/dotnet/blazor build 20200308.1 (#19693)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview2.20158.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-08 22:25:31 +00:00
Doug Bunting 59a92c8aa8 [blazor-wasm] Update hosted and BYOC 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-08 12:51:29 -07:00
dotnet-maestro[bot] 112e3f1383
Update dependencies from https://github.com/dotnet/blazor build 20200307.1 (#19681)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview2.20157.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-07 22:45:35 +00:00
Artak 9f4904886e
Remove inspectUri launch setting (#19672)
* Remove inspectUri launch setting

* Removed inspectUri from launchSettings
2020-03-07 09:50:22 -08:00
Doug Bunting e984a7e2aa
Update hosted (AzDO) and BYOC (dnceng) agents used in our builds
- dotnet/aspnetcore-internal#3540
2020-03-06 17:21:22 -08:00
dotnet-maestro[bot] d73925af00
Update dependencies from https://github.com/dotnet/blazor build 20200306.1 (#19659)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview2.20156.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-06 22:25:36 +00:00
Pranav K 247c0ddae9
Make BlazorLinkerDescriptor public (#19649)
This was accidentally made non-public as part of the API review
2020-03-06 10:18:53 -08:00
Pranav K e40fc36783
Update debug proxy to match 5973519784 (#19618) 2020-03-05 15:26:32 -08:00
Pranav K b02978e0d8
React to dotnet.js having a version number (#19603) 2020-03-05 14:36:32 -08:00
dotnet-maestro[bot] a4cca735ce
Update dependencies from https://github.com/dotnet/blazor build 20200305.2 (#19614)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview2.20155.2
2020-03-05 22:10:32 +00:00
dotnet-maestro[bot] 63e8089943
Update dependencies from https://github.com/dotnet/blazor build 20200305.1 (#19604)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview2.20155.1
2020-03-05 16:35:35 +00:00
msftbot[bot] 28c44ce1c1
[Blazor] API cleanups for the authentication Package (#19601)
* Add missing OIDC provider options

* Convert string to enum

* Revert changes to JS files
2020-03-05 14:47:47 +00:00
msftbot[bot] e5cd390a8c
Update ws-proxy to match Mono commit 4c348d6567f42be (#19600) 2020-03-05 14:46:56 +00:00
Pranav K f4446f373f
Use browser APIs to calculate Blazor's download size (#19547) 2020-03-05 06:38:35 -08:00
Javier Calvarro Nelson e15e1c2415
[Blazor] Fix incrementalism with unlinked files (#19596) 2020-03-05 05:44:08 -08:00
dotnet-maestro[bot] 54a6399c35
Update dependencies from https://github.com/dotnet/blazor build 20200304.1 (#19583)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview2.20154.1
2020-03-04 22:10:50 +00:00
Steve Sanderson 98cd3ab349 Allow loading dlls with arbitrary extensions 2020-03-04 12:30:10 +00:00
dotnet-maestro[bot] 4c8a17435a
Update dependencies from https://github.com/dotnet/blazor build 20200303.4 (#19543)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview2.20153.4
2020-03-03 22:20:35 +00:00
dotnet-maestro[bot] 12238a9219
Update dependencies from https://github.com/dotnet/blazor build 20200303.3 (#19539)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview2.20153.3
2020-03-03 19:40:50 +00:00
dotnet-maestro[bot] f34b8b77a1
Update dependencies from https://github.com/dotnet/blazor build 20200303.2 (#19535)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview2.20153.2
2020-03-03 18:55:36 +00:00
dotnet-maestro[bot] 601d58b43b
Update dependencies from https://github.com/dotnet/blazor build 20200303.1 (#19532)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview2.20153.1
2020-03-03 18:15:37 +00:00
Steve Sanderson fee14d8e13 Update debug proxy to match Mono commit b91580bafa7208b4a52d66cfadce070551f1904a 2020-03-03 11:43:55 +00:00
Javier Calvarro Nelson 085f6e1585
[Blazor][Fixes #19503] Exclude gzip files from manifest (#19525)
* Exclude gzip files from manifest
* Add a test to validate the service-worker manifest
2020-03-03 03:41:58 -08:00
dotnet-maestro[bot] f9dc9c3822
Update dependencies from https://github.com/dotnet/blazor build 20200302.2 (#19513)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview2.20152.2
2020-03-02 22:30:39 +00:00
dotnet-maestro[bot] 20f918094a
Update dependencies from https://github.com/dotnet/blazor build 20200302.1 (#19505)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview2.20152.1
2020-03-02 17:50:36 +00:00
dotnet-maestro[bot] 573a8a83f5
Update dependencies from https://github.com/dotnet/arcade build 20200224.2 (#19495)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.20124.2
- Microsoft.DotNet.GenAPI - 1.0.0-beta.20124.2
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.20124.2
2020-03-02 13:39:22 +00:00
dotnet-maestro[bot] 64a7f37e8a
Update dependencies from https://github.com/dotnet/aspnetcore-tooling build 20200228.8 (#19462)
- Microsoft.AspNetCore.Razor.Language - 3.1.3
- Microsoft.CodeAnalysis.Razor - 3.1.3
- Microsoft.NET.Sdk.Razor - 3.1.3
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.1.3
2020-02-29 04:27:31 +00:00
dotnet-maestro[bot] a0cea0ebe1
Update dependencies from https://github.com/dotnet/efcore build 20200228.4 (#19460)
- Microsoft.EntityFrameworkCore.Tools - 3.1.3
- Microsoft.EntityFrameworkCore.InMemory - 3.1.3
- Microsoft.EntityFrameworkCore - 3.1.3
- Microsoft.EntityFrameworkCore.Relational - 3.1.3
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.3
- dotnet-ef - 3.1.3
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.3

Dependency coherency updates

- Microsoft.AspNetCore.Analyzer.Testing - 3.1.3-servicing.20128.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.1.3-servicing.20128.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.1.3-servicing.20128.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 3.1.3-servicing.20128.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.1.3-servicing.20128.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.1.3-servicing.20128.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 3.1.3-servicing.20128.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.1.3-servicing.20128.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 3.1.3-servicing.20128.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 3.1.3-servicing.20128.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.3 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.1.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyModel - 3.1.3 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Internal - 3.1.3-servicing.20128.1 (parent: Microsoft.Extensions.Logging)
- Internal.AspNetCore.Analyzers - 3.1.3-servicing.20128.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 3.1.3-servicing.20128.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Net.Compilers.Toolset - 3.4.1-beta4-20127-10 (parent: Microsoft.Extensions.Logging)
2020-02-29 02:45:30 +00:00
dotnet-maestro[bot] b65cec045a
Update dependencies from https://github.com/dotnet/blazor build 20200228.1 (#19456)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime - 3.2.0-preview2.20128.1
2020-02-29 00:15:31 +00:00
dotnet-maestro[bot] e7fc8ebcf1
Update dependencies from https://github.com/dotnet/aspnetcore-tooling build 20200228.3 (#19448)
- Microsoft.AspNetCore.Razor.Language - 3.1.3
- Microsoft.CodeAnalysis.Razor - 3.1.3
- Microsoft.NET.Sdk.Razor - 3.1.3
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.1.3
2020-02-28 21:46:35 +00:00