Ajay Bhargav B
24be2992de
Run Blazor E2E tests on SauceLabs ( #18456 )
...
* Run Blazor E2E tests on SauceLabs
* Added azure pipeline
* update yml
* Update meta
* More changes
2020-01-27 17:54:18 -08:00
Pranav K
e24f73e14b
Fix build warnings in MonoProxy ( #18573 )
2020-01-24 16:04:11 -08:00
Pranav K
9bdf208631
Fixup bad merge ( #18570 )
2020-01-24 15:05:45 -08:00
Daniel Roth
5f43e7a8a8
Update survey link for 3.2.0-preview1 ( #18513 )
2020-01-23 09:01:15 -08:00
Javier Calvarro Nelson
ffac687091
Revert "[ Fixes #17014 ] Add an auth-enabled template for Blazor WASM projects ( #18354 )" ( #18516 )
...
This reverts commit e64b8a91ad .
2020-01-22 14:00:39 -08:00
Pranav K
c7e6beec3c
Include compressed size in output ( #18485 )
2020-01-21 16:38:22 -08:00
Ryan Nowak
3111032dc0
Rework of Blazor startup experience
...
Fixes : #16874
This is a significant simplication of our startup code model for Blazor
wasm with the goal of removing concepts that don't make much sense here.
Previously in this area we've tried to be consistent with ASP.NET Core
on the server, but it's not helping up much in WASM.
We're still leveraging some of the lessons from server-size ASP.NET
(hello CreateDefaultBuilder) but consistency is no longer a goal.
This change actually makes a bunch of scenarios better (rather than
removing features) - it's now possible to access services from the
application's DI scope and initialize them before the UI is shown
`RunAsync`.
This change also adds configuration in a central way. There's nothing in
this change that populates configuration in an automatic way, that will
come next.
2020-01-21 15:48:49 -08:00
Pranav K
ba08d60cb9
Update names and descriptions for benchmarks ( #18430 )
2020-01-21 14:43:34 -08:00
wtgodbe
419a1f11a9
Undo accidental merge
2020-01-21 14:38:56 -08:00
wtgodbe
41bc4ec129
Fix logic for _GetPackageVersionInfo
2020-01-21 14:35:16 -08:00
Steve Sanderson
05f2430bbd
Update Mono debug proxy code ( #18478 )
2020-01-21 13:33:27 -08:00
Ajay Bhargav B
0f2e88a334
Added launchSettings.json for Blazor wasm templates ( #18368 )
...
* Added launchSettings.json for Blazor wasm templates
* Updated launchSettings
* removed windows auth option
2020-01-21 12:45:25 -08:00
William Godbe
1f61fc6cb1
Update dependencies from dotnet/blazor ( #18424 )
...
* Update dependencies from dotnet/blazor
* Update version of blazor package used
* Removed obsolete WipedMethod invocation test
* react to mono.wasm to dotnet.wasm rename
* Leftover code cleanup
2020-01-17 15:56:08 -08:00
Javier Calvarro Nelson
e64b8a91ad
[ Fixes #17014 ] Add an auth-enabled template for Blazor WASM projects ( #18354 )
...
* [Fixes #17014 ] Add an auth-enabled template for Blazor WASM projects
* The template enables auth using cookies.
* Includes a UserController to return the user claims/data to the user
* Includes an IdentityAuthenticationStateProvider that fetches the
claims data from the application.
* It requires a hosted project.
2020-01-17 12:44:30 -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
Pranav K
d4a348e17b
Add a benchmarking app for Blazor Wasm ( #18015 )
...
* Add a benchmarking app for Blazor Wasm
2020-01-14 11:10:52 -08: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
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
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
Pranav K
d4ada348fb
Use Blazor version for WASM templates ( #18174 )
2020-01-07 13:42:25 -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
Pranav K
baf72c73c5
Avoid copying the shared fx in blazor-wasm
2020-01-03 15:05:53 -08:00
Pranav K
1c3ae1549e
Add publish test for BlazorStandalone
2020-01-03 15:05:53 -08:00
Pranav K
62e2fb22e5
Use mono_bind_static_method for invoking JS methods ( #17942 )
...
* Use mono_bind_static_method for invoking JS methods
2019-12-18 12:18:18 -08:00
Pranav K
b0568d5c28
Revive build installers step ( #17914 )
...
* Revive build installers step
2019-12-17 11:48:08 -08:00
Javier Calvarro Nelson
e4c0ec3ca6
[Blazor] Update branding for the next release ( #17852 )
2019-12-13 14:36:52 +01:00
Steve Sanderson
3a93704737
Support async main ( #17673 )
2019-12-12 15:05:12 +00:00
Pranav K
3fba107522
Fix typo in error message ( #17741 )
2019-12-10 11:30:13 -08:00
John Luo
c0e98ecdfd
Merge pull request #17637 from dotnet-maestro-bot/merge/release/3.1-to-blazor-wasm
...
[automated] Merge branch 'release/3.1' => 'blazor-wasm'
2019-12-08 21:58:59 -08:00
John Luo
bb4f3a513d
Merge branch 'blazor-wasm' into merge/release/3.1-to-blazor-wasm
2019-12-08 13:31:02 -08:00
William Godbe
bc75981efe
[release/3.1] Use Microsoft.NETCore.App.Internal for runtime version ( #17627 )
2019-12-06 14:01:09 -08:00
dotnet-maestro[bot]
c3fa87ed04
Update dependencies from https://github.com/aspnet/Blazor build 20191205.1 ( #17642 )
...
- Microsoft.AspNetCore.Blazor.Mono - 3.1.0-preview4.19605.1
2019-12-06 01:06:40 +00:00
dotnet-maestro[bot]
f4b63b9629
Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191205.1 ( #17636 )
...
- Microsoft.EntityFrameworkCore.Tools - 3.1.1-servicing.19605.1
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.1-servicing.19605.1
- dotnet-ef - 3.1.1-servicing.19605.1
- Microsoft.EntityFrameworkCore - 3.1.1-servicing.19605.1
- Microsoft.EntityFrameworkCore.InMemory - 3.1.1-servicing.19605.1
- Microsoft.EntityFrameworkCore.Relational - 3.1.1-servicing.19605.1
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.1-servicing.19605.1
Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 3.1.1-preview4.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Internal.AspNetCore.Analyzers - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
2019-12-05 23:20:00 +00:00
dotnet-maestro[bot]
0a6e4d10e8
Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191205.6 ( #17624 )
...
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.1.1-servicing.19605.6
- Microsoft.AspNetCore.Razor.Language - 3.1.1-servicing.19605.6
- Microsoft.CodeAnalysis.Razor - 3.1.1-servicing.19605.6
- Microsoft.NET.Sdk.Razor - 3.1.1-servicing.19605.6
2019-12-05 13:32:22 -08:00
Pranav K
8da5bbc8a9
Merge pull request #17600 from dotnet-maestro-bot/merge/release/3.1-to-blazor-wasm
...
[automated] Merge branch 'release/3.1' => 'blazor-wasm'
2019-12-05 12:59:18 -08:00
William Godbe
1f114dff50
Download runtime from suffixed location in dotnetcli blob storage ( #17592 )
2019-12-05 12:33:38 -08:00
Pranav K
51f0e07b63
Merge branch 'blazor-wasm' into merge/release/3.1-to-blazor-wasm
2019-12-05 10:59:13 -08:00
dotnet-maestro[bot]
08348ed326
Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191126.10 ( #17525 )
...
- Microsoft.EntityFrameworkCore.Tools - 3.1.1-servicing.19576.10
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.1-servicing.19576.10
- dotnet-ef - 3.1.1-servicing.19576.10
- Microsoft.EntityFrameworkCore - 3.1.1-servicing.19576.10
- Microsoft.EntityFrameworkCore.InMemory - 3.1.1-servicing.19576.10
- Microsoft.EntityFrameworkCore.Relational - 3.1.1-servicing.19576.10
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.1-servicing.19576.10
Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 3.1.1-preview4.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.1-servicing.19576.9 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyModel - 3.1.1-servicing.19576.9 (parent: Microsoft.Extensions.Logging)
- Internal.AspNetCore.Analyzers - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
2019-12-05 01:21:59 +00:00
Pranav K
ba9e2a4848
Merge pull request #17524 from dotnet-maestro-bot/merge/release/3.1-to-blazor-wasm
...
[automated] Merge branch 'release/3.1' => 'blazor-wasm'
2019-12-04 16:48:57 -08:00
William Godbe
99979efaf6
Update branding to 3.1.1 ( #17335 )
...
* Update branding to 3.1.1
* Add *
* Skip RefPack tests
* Update baseline
2019-12-04 15:45:00 -08:00
Pranav K
ce5065509b
Fixup missed version
2019-12-04 15:07:04 -08:00
Pranav K
0a73b55d41
Rollback to 3.1.0 RTM versions
2019-12-04 14:52:31 -08:00
Pranav K
b61453a808
Merge branch 'blazor-wasm' into merge/release/3.1-to-blazor-wasm
2019-12-04 09:53:35 -08:00
Pranav K
7fc46862ea
Run build and publish tests for Blazor templates ( #17410 )
...
* Add build and publish tests for Blazor hosted
* Add build tests for Blazor standalone
* Cleanup project template
Fixes https://github.com/aspnet/AspNetCore/issues/14866
Fixes https://github.com/aspnet/AspNetCore/issues/10269
Fixes https://github.com/aspnet/AspNetCore/issues/9168
2019-12-03 14:29:05 -08:00
Pranav K
76ae0a2e21
Build fewer things in blazor-wasm ( #17533 )
2019-12-03 13:47:33 -08:00