- 8月 14, 2021
-
-
由 David Fowler 创作于
* Change route and query fallback semantics - If the list of route parameters is empty then simple parameters are from query only. - If the list of route parameters is null then fallback from route to query. - Added tests.
-
由 Mackinnon Buck 创作于
Added <PageTitle> to MainLayout.razor.
-
由 dependabot[bot] 创作于
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 ) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
由 Pranav K 创作于
With a fallback page, DefaultPageLoader might observe a mix of PageActionDescriptor and CompiledPageActionDescriptor instances. Currently encountering the latter results in an exception. Fixes https://github.com/dotnet/aspnetcore/issues/35060
-
由 Chris Ross 创作于
-
- 8月 13, 2021
-
-
由 Matt Mitchell 创作于
-
由 Adrian Wright 创作于
Removed invalid link to `dotnet-watch`. Sorted example `dotnet` subcommands alphabetically. Updated `--help` example to use a subcommand other than `dotnet-watch`. Fixes: #35332
-
由 David Fowler 创作于
This always drove me crazy
-
由 William Godbe 创作于
-
由 Chris Ross 创作于
-
由 Juan Hoyos 创作于
Package r2rmap files in crossgened SFX symbol package
-
由 Pranav K 创作于
* Avoids boxing in HashCodeCombiner Based on https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1366879?src=WorkItemMention&src-action=artifact_link
-
由 William Godbe 创作于
-
由 Mackinnon Buck 创作于
-
由 Sam Harwell 创作于
* Avoid delegate allocations for LazyIntermediateToken * Avoid delegate allocations for Language.TokenizeString * Avoid delegate allocations in ReadWhile * Avoid enumerator allocations for Dictionary<TKey, TValue> See https://dev.azure.com/devdiv/DevDiv/_workitems/edit/1367269
-
由 Steve Sanderson 创作于
* Remove duplicate blank line * Remove extra blank line * Fix link inconsistency with auth case * Fix spacing utility classes to use Bootstrap 5 names (otherwise they don't do anything) * Consistent underlining (and not) of the links in the top bar (otherwise they don't do anything) * In auth case, handle the username being too wide for the screen
-
由 Pranav K 创作于
Verification for https://github.com/dotnet/aspnetcore/issues/34414
-
由 Steve Sanderson 创作于
Always UseWebAssemblyDebugging - fixes https://github.com/aspnet/AspNetCore-ManualTests/issues/814 (#35294)
-
由 github-actions[bot] 创作于
Co-authored-by:
Tratcher <Tratcher@users.noreply.github.com>
-
- 8月 12, 2021
-
-
由 Hao Kung 创作于
* Create components.yml * Update components.yml * Skip components E2E tests in main build * Rename file * Rename job Co-authored-by:
Steve Sanderson <SteveSandersonMS@users.noreply.github.com>
-
由 David Fowler 创作于
This reverts commit e2acbb98.
-
由 James Newton-King 创作于
-
由 David Fowler 创作于
* Set isRequired on ApiDescriptions for endpoints - Use the same logic we have in RequestDelegateFactory.Create to determine if a method parameter is required or not. We then set the IsRequired property on the ApiParameterDesciption.
-
由 Tanay Parikh 创作于
For: dotnet/source-build#2358
-
由 Matt Mitchell 创作于
Done with git add --renormalize
-
由 Steve Sanderson 创作于
- 8月 11, 2021
-
-
由 Chris Ross 创作于