- 7月 22, 2020
- 7月 21, 2020
-
-
由 msftbot[bot] 创作于
[automated] Merge branch 'release/5.0-preview8' => 'master'
-
由 Safia Abdalla 创作于
-
由 Brennan 创作于
* start * comment * remove ctor * unused import * fb * Update src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HttpHubConnectionBuilder.java * remove unused param
-
由 Safia Abdalla 创作于
* Render 'OnNavigateError' fragment on unhandled exception in OnNavigateAsync * Address first round of feedback from peer review * Refactor OnNavigateAsync handling and fix tests * Make OnNavigateAsync cancellation cooperative with user tasks * Fix aggressive re-rendering and cancellation handling * Fix up tests based on peer review
-
由 Pranav K 创作于
-
- 7月 20, 2020
-
-
由 Kahbazi 创作于
-
- 7月 18, 2020
-
-
由 Zachary Becknell 创作于
* Fix #18539 - add Blazor catch-all route parameter * Add E2E tests for catch-all parameter * Adjust E2E test for catch-all params * Remove ** scenarios for catch-all params * Fix typo causing test failure
-
由 Ajay Bhargav B 创作于
[automated] Merge branch 'release/3.1' => 'master'
-
由 Doug Bunting 创作于
[automated] Merge branch 'release/5.0-preview8' => 'master'
-
由 Ajay Bhargav B 创作于
* Unquarantine some tests * Quarantine * Link issue
-
由 Doug Bunting 创作于
-
由 Doug Bunting 创作于
* Remove all ref/ projects * Remove GenAPI infrastructure * Remove notion of a reference assembly project - remove `$(IsReferenceAssemblyProject)`, `$(ReferenceReferenceAssemblies)` and `$(ReferenceImplementationAssemblies)` - remove unnecessary `$(NoWarn)` settings nits: - remove a few misleading comments - wrap some long lines * Move .0 package version workaround into Versions.props - touch up SharedFramework.External.props * Expose `%(LatestPackageReference.RTMVersion)` metadata - automate use of properties in the `@(LatestPackageReference)` item group to make this maintainable - add a couple of special cases at the bottom of eng/Dependencies.props - add one more `$(...PackageVersion)` property to avoid yet-another special case * Enable Roslyn reference assemblies - exclude ref/ assembly from packages other than targeting pack - update Microsoft.AspNetCore.App.Ref.csproj - `%(IsReferenceAssembly)` and `%(ReferenceGrouping)` metadata no longer relevant - only ref/ assemblies are in `@(ReferencePathWithRefAssemblies)` item group nits: - remove now-unnecessary workaround - issues with TFM transition are behind us - clean up Microsoft.AspNetCore.App.Runtime.csproj slightly - use `GeneratePathProperty="true"` - reorder item / property settings for meta-expansion - correct spelling errors and phrasing in comments * Update documentation to reflect recent changes - remove CrossRepoBreakingChanges.md; was tied to old TeamCity infrastructure - also much less relevant given repo merges - adjust details and examples in ReferenceResolution.md - reflect repo merges, Dependencies.props changes, and current Maestro++ channels - add a few more details e.g. specific files where Version.Details.xml versions are used * !fixup! Remove another irrelevant doc file * !fixup! Address PR review suggestions - convert a couple of warnings to errors - use consistent casing for Microsoft.NETCore.App.Runtime.* packages - reduce `%(LatestPackageReference.Version)` metadata special cases - add and improve comments e.g. - improve comments about `$(*V0PackageVersion)` properties - improve placement of comments about item removal in ResolveReferences.targets - confirmed `$(*V0PackageVersion)` property list is complete nits: - fix solution example in ReferenceResolution.md - remove item group definition for `@(LatestPackageReference)` - remove `%(LatestPackageReference.VersionName)` metadata after use; large item group - similarly, remove `%(LatestPackageReference.RTMVersion)` when not needed; just complicates `Condition`s When I squash, I must remember this fixes - #14801 - dotnet/aspnetcore-internal#2693 * Actually use `%(LatestPackageReference.RTMVersion)` metadata - gather RTM package references in a new project - a (very) separate project to work around package conflict resolution - empty `Test` target works around Arcade's testing approach - new target in ResolveReferences.targets updates relevant assembly paths to use the RTM packages - done as soon as possible after `ResolvePackageAssets` determines the paths - done for all compilation inputs, not just ref/ assemblies
-
由 Jonathan 创作于
Set delete account button as a secondary action instead of a primary action.
-
由 Pranav K 创作于
Also make the analyzer actually work
-
由 Ajay Bhargav B 创作于
-
- 7月 17, 2020
-
-
由 Michael Randers-Pehrson 创作于
[Blazor][Fixes #20935] Adds an Environment parameter to WebAssemblyStartOptions to provide or override the Environment value set by the host
-
由 Jan-Willem Spuij 创作于
Fixes #6218.
-
由 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 创作于
-
由 Brennan 创作于
-
由 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 创作于
-
由 Keiichi IGUCHI 创作于
-
由 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
-