- 2月 02, 2022
-
-
由 William Godbe 创作于
Update branding to 6.0.3
-
由 Hao Kung 创作于
-
由 Hao Kung 创作于
-
由 Brennan 创作于
-
由 Brennan 创作于
-
由 Doug Bunting 创作于
- address a build issue mentioned in dotnet/aspnetcore-internal#3988 - I accidentally disabled these targets for targeting packs in 08968dd0
-
由 Doug Bunting 创作于
- remove `$(IsTargetingPackBuilding)` entirely - 6.0.x version of #39568
-
由 Sean Reeser 创作于
-
- 1月 14, 2022
-
-
由 Doug Bunting 创作于
- fix #39363 - Windows.11.Amd64.ClientPre now exists, enabling use in internal PRs - this reverts commit 2dcd7e55
-
- 1月 11, 2022
-
-
由 Pranav K 创作于
Contributes to https://github.com/dotnet/aspnetcore/issues/37510
-
由 github-actions[bot] 创作于
Co-authored-by:
Will Godbe <wigodbe@microsoft.com>
-
- 1月 08, 2022
-
-
由 Doug Bunting 创作于
* [release/6.0] Update Selenium versions - align w/ #39378 - builds currently working but best to be proactive
-
由 Brennan 创作于
-
由 github-actions[bot] 创作于
* Use TimeSpan.FromMilliseconds for clientTimeoutInterval in ClientTimeout log * Update src/SignalR/server/Core/src/HubConnectionContext.cs Co-authored-by:
campersau <buchholz.bastian@googlemail.com> Co-authored-by:
Stephen Halter <halter73@gmail.com>
-
由 Chris Ross 创作于
* Allow overriding the host header if doesn't match the absolute-form host * Apply suggestions from code review Co-authored-by:
Stephen Halter <halter73@gmail.com>
-
由 Doug Bunting 创作于
- very temporary; change should be in place for less than a week - #39363 covers going back to our preferred Windows.11.Amd64.ClientPre.Open
-
- 1月 06, 2022
-
-
由 Chris Ross 创作于
-
由 Doug Bunting 创作于
* [release/6.0] Work around dotnet/msbuild#3274 - `cherry-pick` of e2707e1e Work around dotnet/msbuild#3274 - #38547 - handle a ApiDescription.Client code generator that uses `%(OutputPath)` as a directory - see also <https://stackoverflow.com/questions/48868060/can-a-task-itemgroup-glob-files> - add tests for Microsoft.Extensions.ApiDescription.Client.targets - make `TemporaryCSharpProject` slightly extensible - allow project additions to `TemporaryDirectory` after `Create()` nits: - add comment about batching w/ a code generator that uses `%(OutputPath)` as a directory - fix `%(SourceDocument)` metadata - primarily for back-tracing in detailed / binary logs - remove useless `%(OutputPathExtension)` metadata; use `%(Extension)` - remove useless `ConsoleClient` test asset project Handle symbolic links in `TemporaryDirectory` - e.g. on macOS /var/folders resolves to /private/var/folders * !fixup! Align indentation per review comments
-
由 Tanay Parikh 创作于
-
- 1月 05, 2022
-
-
由 William Godbe 创作于
* Use full suffixed version for DepProviderKey in installers (#39022) * Build targeting pack * Fixup
-
- 1月 04, 2022
-
-
由 dependabot[bot] 创作于
Bumps [src/submodules/googletest](https://github.com/google/googletest) from `bb92160` to `6b74da4`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](https://github.com/google/googletest/compare/bb9216085fbbf193408653ced9e73c61e7766e80...6b74da4757a549563d7c37c8fae3e704662a043b ) --- updated-dependencies: - dependency-name: src/submodules/googletest dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 12月 17, 2021
-
-
由 Tanay Parikh 创作于
* Backport Use CDN for .NET Assets to release 6.0 https://github.com/dotnet/aspnetcore/pull/39007 * Use dotnetcli.azureedge
-
由 github-actions[bot] 创作于
* Bump up download file timeout * Update eng/tools/RepoTasks/DownloadFile.cs * Update eng/tools/RepoTasks/DownloadFile.cs Co-authored-by:
Tanay Parikh <TanayParikh@users.noreply.github.com>
-
- 12月 16, 2021
-
-
由 William Godbe 创作于
Merging internal commits for release/6.0
-
由 William Godbe 创作于
-
- 12月 15, 2021
-
-
由 Will Godbe 创作于
-
https://github.com/dotnet/arcade由 dotnet-maestro[bot] 创作于
[release/6.0] Update dependencies from dotnet/arcade
-
由 Will Godbe 创作于
-
由 Sean Reeser 创作于
-
- 12月 08, 2021
-
-
由 William Godbe 创作于
* Resolve conflicts * Remove remaining System.Net.Http 4.1.0 reference (#38441)
-
由 Doug Bunting 创作于
- cherry-pick of 64c37113 - also realigns a couple of files w/ 'main' (because that was easier) - e.g. 30d095bb and most of 34e0b982 - part of dotnet/aspnetcore-internal#3950 - also touches on #36032 - update Helix queues from Alpine 3.12 to 3.14, OSX 10.14 to 10.15, and (for Arm64) Debian 9 to 11 - use OSX 11.00 when testing PRs and rolling builds; reduce 10.15 usage to scheduled runs - remove overlap (all 3 queues) between PRs / rolling builds and scheduled runs - remove quarantined-pr / quarantined-tests overlap - build source-index on `windows-latest` (not `vs2017-win2016`) - update build and Helix Docker images to latest tags - skip a test class on macOS 10.15 - #38542 nits: - don't skip unused Helix queues - remove versions from pipeline job display names - some were already outdated; rest will be confusing in the future - remove most comments about unused Helix queues
-
由 github-actions[bot] 创作于
* Use window.document for React-Native * fb * update * isReactNative * fb Co-authored-by:
Brennan <brecon@microsoft.com>
-
由 Tanay Parikh 创作于
* Blazor Fix Missing EventArgs.Type * E2E Test * Consolidate E2E Tests * Quarantine TouchEvent_CanTrigger * Unquarantine TouchEvent_CanTrigger * Add support for focus event * blazor.*.js * Update EventTest.cs * ClipboardEventArgs
-
由 Tanay Parikh 创作于
* Quarantine CanAddAndDisposeRootComponents (#38693) * Fix `components-e2e` Pipeline (#38704) * Fix `components-e2e` Pipeline Support for the `QuarantinedTest` attribute. Using the `Quarantined` trait defined here: https://github.com/dotnet/aspnetcore/blob/ba18614ec220c1209a3976f66aacc2c761568931/src/Testing/src/xunit/QuarantinedTestTraitDiscoverer.cs#L18 Extension of https://github.com/dotnet/aspnetcore/pull/38693 which got auto-merged. * Update components-e2e-tests.yml * PR Feedback * Update components-e2e-tests.yml - I pointed to an `xUnit` example, sorry * PR Feedback * PR Feedback * Update artifacts dir Co-authored-by:
Doug Bunting <6431421+dougbu@users.noreply.github.com> Co-authored-by:
Doug Bunting <6431421+dougbu@users.noreply.github.com>
-
由 vseanreesermsft 创作于
-
- 12月 02, 2021
-
-
由 dependabot[bot] 创作于
Bumps [src/submodules/googletest](https://github.com/google/googletest) from `4848324` to `bb92160`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](https://github.com/google/googletest/compare/4848324c5ff3186a7f72a674f6760d0b8da585d7...bb9216085fbbf193408653ced9e73c61e7766e80 ) --- updated-dependencies: - dependency-name: src/submodules/googletest dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 11月 18, 2021
-
-
由 DotNet Bot 创作于
Merged PR 19979: [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-runtime dnceng/internal/dotnet-efcore This pull request updates the following dependencies [marker]: <> (Begin:7745f62d-e15b-4ba3-39b3-08d960f4ca81) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - **Subscription**: 7745f62d-e15b-4ba3-39b3-08d960f4ca81 - **Build**: 20211117.5 - **Date Produced**: November 17, 2021 8:19:12 PM UTC - **Commit**: 3a25a7f1cc446b60678ed25c9d829420d6321eba - **Branch**: refs/heads/internal/release/6.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.NETCore.Platforms**: [from 6.0.1 to 6.0.1][1] - **Microsoft.NETCore.BrowserDebugHost.Transport**: [from 6.0.1-servicing.21565.18 to 6.0.1-servicing.21567.5][1] - **Microsoft.NETCore.App.Runtime.win-x64**: [from 6.0.1 to 6.0.1][1] - **System.Text.Json**: [from 6.0.0 to 6.0.1][2] - **System.IO.Pipelines**: [from 6.0.1 to 6.0.1][1] - **Microsoft.NETCore.App.Ref**: [from 6.0.1 to 6.0.1][1] - **Microsoft.NET.Runtime.MonoAOTCompiler.Task**: [from 6.0.1 to 6.0.1][1] - **Microsoft.Internal.Runtime.AspNetCore.Transport**: [from 6.0.1-servicing.21565.18 to 6.0.1-servicing.21567.5][1] - **Microsoft.Extensions.HostFactoryResolver.Sources**: [from 6.0.0-rtm.21522.10 to 6.0.1-servicing.21567.5][2] - **Microsoft.NET.Runtime.WebAssembly.Sdk**: [from 6.0.1 to 6.0.1][1] - **Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm**: [from 6.0.1 to 6.0.1][1] [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC7280473&targetVersion=GC3a25a7f&_a=files [2]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC4822e3c&targetVersion=GC3a25a7f&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:7745f62d-e15b-4ba3-39b3-08d960f4ca81) [marker]: <> (Begin:1ac68a20-28fc-4e11-3a4d-08d961c5a689) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-efcore - **Subscription**: 1ac68a20-28fc-4e11-3a4d-08d961c5a689 - **Build**: 20211117.12 - **Date Produced**: November 18, 2021 12:09:23 AM UTC - **Commit**: 41e6aaaf6216de904530de11b0bfd4af43fb13f7 - **Branch**: refs/heads/internal/release/6.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.EntityFrameworkCore.Tools**: [from 6.0.1 to 6.0.1][1] - **dotnet-ef**: [from 6.0.1 to 6.0.1][1] - **Microsoft.EntityFrameworkCore**: [from 6.0.1 to 6.0.1][1] - **Microsoft.EntityFrameworkCore.SqlServer**: [from 6.0.1 to 6.0.1][1] - **Microsoft.EntityFrameworkCore.InMemory**: [from 6.0.1 to 6.0.1][1] - **Microsoft.EntityFrameworkCore.Relational**: [from 6.0.1 to 6.0.1][1] - **Microsoft.EntityFrameworkCore.Sqlite**: [from 6.0.1 to 6.0.1][1] - **Microsoft.EntityFrameworkCore.Design**: [from 6.0.1 to 6.0.1][1] [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-efcore/branches?baseVersion=GC6fc3e17&targetVersion=GC41e6aaa&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:1ac68a20-28fc-4e11-3a4d-08d961c5a689)
-
- 11月 17, 2021
-
-
由 Matt Mitchell 创作于
-
由 DotNet Bot 创作于
Merged PR 19861: [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-runtime dnceng/internal/dotnet-efcore This pull request updates the following dependencies [marker]: <> (Begin:7745f62d-e15b-4ba3-39b3-08d960f4ca81) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - **Subscription**: 7745f62d-e15b-4ba3-39b3-08d960f4ca81 - **Build**: 20211115.18 - **Date Produced**: November 16, 2021 7:17:28 AM UTC - **Commit**: 7280473880b4010b724bfcca78877dbafd202e2d - **Branch**: refs/heads/internal/release/6.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.NETCore.Platforms**: [from 6.0.1 to 6.0.1][1] - **Microsoft.NETCore.BrowserDebugHost.Transport**: [from 6.0.1-servicing.21564.5 to 6.0.1-servicing.21565.18][1] - **Microsoft.NETCore.App.Runtime.win-x64**: [from 6.0.1 to 6.0.1][1] - **System.IO.Pipelines**: [from 6.0.0 to 6.0.1][2] - **Microsoft.NETCore.App.Ref**: [from 6.0.1 to 6.0.1][1] - **Microsoft.NET.Runtime.MonoAOTCompiler.Task**: [from 6.0.1 to 6.0.1][1] - **Microsoft.Internal.Runtime.AspNetCore.Transport**: [from 6.0.1-servicing.21564.5 to 6.0.1-servicing.21565.18][1] - **Microsoft.NET.Runtime.WebAssembly.Sdk**: [from 6.0.1 to 6.0.1][1] - **Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm**: [from 6.0.1 to 6.0.1][1] [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC357c80a&targetVersion=GC7280473&_a=files [2]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC4822e3c&targetVersion=GC7280473&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:7745f62d-e15b-4ba3-39b3-08d960f4ca81) [marker]: <> (Begin:1ac68a20-28fc-4e11-3a4d-08d961c5a689) ## From https://github.com/dotnet/efcore - **Subscription**: 1ac68a20-28fc-4e11-3a4d-08d961c5a689 - **Build**: 20211115.17 - **Date Produced**: November 16, 2021 5:16:44 AM UTC - **Commit**: 6fc3e1705061ffa3b46ee05167d26e2048b97ddf - **Branch**: refs/heads/release/6.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.EntityFrameworkCore.Tools**: [from 6.0.1 to 6.0.1][1] - **dotnet-ef**: [from 6.0.1 to 6.0.1][1] - **Microsoft.EntityFrameworkCore**: [from 6.0.1 to 6.0.1][1] - **Microsoft.EntityFrameworkCore.SqlServer**: [from 6.0.1 to 6.0.1][1] - **Microsoft.EntityFrameworkCore.InMemory**: [from 6.0.1 to 6.0.1][1] - **Microsoft.EntityFrameworkCore.Relational**: [from 6.0.1 to 6.0.1][1] - **Microsoft.EntityFrameworkCore.Sqlite**: [from 6.0.1 to 6.0.1][1] - **Microsoft.EntityFrameworkCore.Design**: [from 6.0.1 to 6.0.1][1] [1]: https://github.com/dotnet/efcore/compare/b38c269...6fc3e17 [DependencyUpdate]: <> (End) [marker]: <> (End:1ac68a20-28fc-4e11-3a4d-08d961c5a689)
-
- 11月 16, 2021
-
-
由 dotnet-bot 创作于
-