- 2月 20, 2020
-
-
由 Pranav K 创作于
-
由 Pranav K 创作于
* Rename Blazor.Mono -> Components.WebAssembly.Runtime
-
由 Steve Sanderson 创作于
-
- 2月 19, 2020
-
-
由 Javier Calvarro Nelson 创作于
* [Blazor] Move Blazor to use Static Web Assets * Plugs-in Blazor wasm through the static web assets infrastructure. * Avoids the need for a custom Blazor.config file. * Removes broken auto-rebuild and debug support. * Removes unnecessary server-side Blazor helpers.
-
由 Pranav K 创作于
-
由 Pranav K 创作于
-
由 Pranav K 创作于
* Make the dev-server log less * Allow loading a user configured settings file
-
由 Pranav K 创作于
* Adds additional scenarios to address https://github.com/dotnet/aspnetcore/issues/17011 * Include commit hash so we can track the build of Blazor WASM associated with a perf run * Port some infrastructure fixes from master Fixes https://github.com/dotnet/aspnetcore/issues/17011
-
由 Pranav K 创作于
-
- 2月 18, 2020
-
-
由 Javier Calvarro Nelson 创作于
* [Blazor] Adds a project template option for individual auth * Handles hosted scenarios with Identity Server. * Handles non-hosted scenarios with oidc-client.js. * Handles AAD and B2C scenarios with an MSAL library (disabled for now).
-
由 Javier Calvarro Nelson 创作于
* Adds a Microsoft.AspNetCore.Components.WebAssembly.Authentication library for performing authentication in Blazor webassembly. * Includes a default implementation that supports OIDC capable IdPs using oidc-client.js * Includes multiple primitives to deal with authentication flows and supports acquiring access tokens to call APIs. * RemoteAuthenticatorView is responsible for handling authentication operations at the user interface level. * RemoteAuthenticatorService is responsible for handling the lower level authentication details by using JavaScript interop to interact with the underlying javascript library implementing the auth protocol. * SignOutSessionStateManager handles CSRF protection for the logout path. * IAccessTokenProvider handles provisioning access tokens to call APIs.
-
由 Steve Sanderson 创作于
-
- 2月 15, 2020
-
-
由 Ryan Brandenburg 创作于
-
由 thetownfool 创作于
when attempting to enable client debugging on blazor-wasm an attempt to provide a helpful message casues an ¨Unknown OS platform¨ exception relates to #16366 #12970
-
- 2月 14, 2020
-
-
由 Steve Sanderson 创作于
* Add service worker * Add manifest * Bring back BaselineTest.cs * Add baselines for blazorwasm templates * Add publishing test for PWA template * Baseline fixes * Fix baseline test logic to allow for multi-project outputs * Remove non-blazorwasm baselines, since this branch now only covers blazorwasm * Add test for PWA publish output * Beginning generation of assets manifest * Generate assets manifest including blazor outputs * Tweaks * Write assets manifest in JSON form * Publish service worker * Better API * More resilience * Better API again * Make ComputeBlazorAssetsManifestItems public as people will need to customize the list * Exclude service worker files from assets manifest * Use web standard format for hash * Update project template * In assets manifest, only include items being published * Renames * Compute default assets manifest version by combining hashes * Emit sw manifest in .js form * Update service worker in project * Actually isolate browser instances when requested during E2E tests * E2E test for published PWA operating offline * Fix SWAM path in template * Clarify targets
-
https://github.com/dotnet/blazor由 dotnet-maestro[bot] 创作于
- Microsoft.AspNetCore.Blazor.Mono - 3.2.0-preview1.20113.1
-
https://github.com/dotnet/arcade由 dotnet-maestro[bot] 创作于
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.20113.5 - Microsoft.DotNet.GenAPI - 1.0.0-beta.20113.5 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.20113.5
-
https://github.com/dotnet/blazor由 dotnet-maestro[bot] 创作于
- Microsoft.AspNetCore.Blazor.Mono - 3.2.0-preview1.20103.1
-
- 2月 13, 2020
-
-
由 Pranav K 创作于
* Build against the 3.1.0 AspNetCore The version of the runtime that projects compile against is stamped in to the runtimeconfig.json. In an earlier change, the AspNetCoreRef version was bumped up to 3.1.2 which causes running dotnet dev-serve to fail if you do not have the runtime installed. In addition, the template json allows roll-forwards to major version (5.0 versions) if that's the only version available. We do this with the razor compiler: https://github.com/dotnet/aspnetcore-tooling/blob/master/src/Razor/src/Microsoft.AspNetCore.Razor.Tools/runtimeconfig.template.json
-
由 Pranav K 创作于
-
- 2月 12, 2020
-
-
由 Pranav K 创作于
The version of the runtime that projects compile against is stamped in to the runtimeconfig.json. In an earlier change, the AspNetCoreRef version was bumped up to 3.1.2 which causes running dotnet dev-serve to fail if you do not have the runtime installed. In addition, the template json allows roll-forwards to major version (5.0 versions) if that's the only version available. We do this with the razor compiler: https://github.com/dotnet/aspnetcore-tooling/blob/master/src/Razor/src/Microsoft.AspNetCore.Razor.Tools/runtimeconfig.template.json
-
- 2月 11, 2020
-
-
由 William Godbe 创作于
* Use stable versioning in blazor-wasm * This branch never builds the targeting pack * Update eng/Versions.props * Undo changes to patchconfig.props Co-authored-by:
Pranav K <prkrishn@hotmail.com>
-
由 Ryan Nowak 创作于
Fixes: #17248 Removes the (*unused*) auto-rebuild code left over from early Blazor previews.
-
- 2月 10, 2020
-
-
https://github.com/dotnet/arcade由 dotnet-maestro[bot] 创作于
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.20077.3 - Microsoft.DotNet.GenAPI - 1.0.0-beta.20077.3 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.20077.3
-
由 Artak 创作于
-
- 2月 08, 2020
-
-
由 Pranav K 创作于
-
- 2月 07, 2020
-
-
由 Pranav K 创作于
* Purge the blazor-wasm branch
-
- 2月 06, 2020