- 7月 17, 2020
-
-
由 Stephen Lorello 创作于
AuthorizeRouteView combines AuthorizeView and RouteView on one abstraction for convenience, but it was missing a Resource parameter to capture and flow the resource to pass on to the AuthorizationService. This PR adds a new Resource parameter and makes sure that the value is passed to the authorization service so that it is available for the authorization handlers in a policy.
-
由 Chris Sainty 创作于
* Modified EditForm to return _fixedEditContext via the EditContext parameter. Also added some tests to cover the new functionality * Swapped to boolean to track provided EditContext * Patched ref assembly * Simplified setting _hasSetEditContextExplicitly * Renamed _fixedEditContext to _editContext * Updated null check in OnParametersSet * Simplified check for EditContext updates based on Model changes
-
由 Vladimir Samoilenko 创作于
Summary of the changes - Implemented `@ontoggle` event - Added test component to BasicTestApp Fix Issue: #20859
-
由 Pranav K 创作于
* fix various minor spelling mistakes
-
由 Pranav K 创作于
-
由 Safia Abdalla 创作于
* Resolve type error when running JS tests locally * Update pre-compiled JavaScript
-
由 Stephen Halter 创作于
* Handle exception thrown by ProcessName during ProcessEx timeout * Update src/Shared/Process/ProcessEx.cs Co-authored-by:
Brennan <brecon@microsoft.com> * PR feedback Co-authored-by:
Brennan <brecon@microsoft.com>
-
由 Haytam Zanid 创作于
Add a `DisplayName` parameter to `InputBase`, which is used in validation messages instead of `FieldIdentifier.FieldName`. - This works for `InputDate`, `InputNumber` and `InputSelect`. - Extracted some shared code, just like what @StephanZahariev did in his PR. Addresses #11414
-
由 Adrian Wright 创作于
-
由 Adrian Wright 创作于
Co-authored-by:
Steve Sanderson <SteveSandersonMS@users.noreply.github.com>
-
由 Safia Abdalla 创作于
-
由 Stephen Halter 创作于
-
由 Zachary Becknell 创作于
Adds an empty InvokeAsync() overload for both EventCallback and EventCallbackOfT. Updated tests to simply use this new overload instead of InvokeAsync(null). Addresses #23603.
-
由 Josh Dadak 创作于
Addresses #23082 If served over http the cache is assumed compromised, this can happen when the page first loads over http before the https redirect.
-
由 Adrian Wright 创作于
-
- 7月 16, 2020
-
-
由 Kahbazi 创作于
-
由 Michael Randers-Pehrson 创作于
[Blazor][Fixes #22895] Page header can be covered by other elements when there is a lot of content on the page (#24005) Adds z-index to top-row to avoid the header being covered by other elements
-
由 github-actions[bot] 创作于
Co-authored-by:
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-
由 Javier Calvarro Nelson 创作于
* [Blazor] Support IAsyncDisposable in components * Handles async disposal of components within the Blazor pipeline. * Renders remain synchronous and don't wait for disposal to complete. * Synchronous disposal executions remain inlined. * Async disposal executions can trigger renders in different batches. * Async disposals are handled individually and not grouped based on the batch they were generated on.
-
由 msftbot[bot] 创作于
[automated] Merge branch 'release/5.0-preview8' => 'master'
-
由 msftbot[bot] 创作于
[automated] Merge branch 'release/3.1' => 'master'
-
由 Eric Erhardt 创作于
* Default new runtime feature switches These new feature switches have been added to the runtime to make applications smaller. Setting reasonable defaults to Blazor wasm projects. Fix #23716 * PR feedback
-
由 John Luo 创作于
[automated] Merge branch 'release/2.1' => 'release/3.1'
-
由 John Luo 创作于
-
由 Stephen Halter 创作于
-
由 Eric Erhardt 创作于
* Default new runtime feature switches These new feature switches have been added to the runtime to make applications smaller. Setting reasonable defaults to Blazor wasm projects. Fix #23716 * PR feedback
-
由 Matt Mitchell 创作于
These are used by the publish/asset manifest creation tasks to fill out some attributes. Without these in the docker environment, manifests will be inconsistent between those produced on plain machines and ones produced in docker files.
-
https://github.com/dotnet/efcore由 dotnet-maestro[bot] 创作于
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory From Version 5.0.0-preview.8.20360.8 -> To Version 5.0.0-preview.8.20365.2 Co-authored-by:
dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
-
由 N. Taylor Mullen 创作于
* Add Razor Tooling Bug report issue template - Given we're going to start providing a new Razor tooling editor experience we expect our users to hit a number of issues. To optimize their path of filing an issue we're creating a bug template for them to use. In parallel we're also working with the VS report an issue tool to gather additioanl data so we can encourage users to go the typical "report a bug" route for VS scenarios. Fixes dotnet/aspnetcore#23551 * Addressed code review feedback. * More feedback.
-
由 Doug Bunting 创作于
-
由 msftbot[bot] 创作于
[automated] Merge branch 'release/3.1' => 'master'
-
- 7月 15, 2020
-
-
由 John Luo 创作于
-
由 John Luo 创作于
-
由 Safia Abdalla 创作于
* Spruce up async handling in OnNavigateAsync * Apply suggestions from code review Co-authored-by:
Günther Foidl <gue@korporal.at> * Ensure previous task awaited before starting next one * Apply suggestions from code review Co-authored-by:
Pranav K <prkrishn@hotmail.com> * Validate no exceptions throw on multiple invocations * Address feedback from peer review Co-authored-by:
Günther Foidl <gue@korporal.at> Co-authored-by:
Pranav K <prkrishn@hotmail.com>
-
由 Sean G. Wright 创作于
Comment grammar typo for _pipelinesCache
-
由 John Luo 创作于
* Add sharedfx and targeting pack tests (#23045) * Add test for assembly versions * Add test for framework list * Add some hardcoded lists for sharedfx and targeting pack content * Fix failing tests * Fix targeting pack tests * Feedback
-
由 John Luo 创作于
-
由 William Godbe 创作于
Update branding to 3.1.7
-