Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/aspnetcore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.2
Choose a base ref
...
head repository: dotnet/aspnetcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.3
Choose a head ref

Commits on Feb 1, 2024

  1. [release/8.0] (deps): Bump src/submodules/googletest (#53756)

    Bumps [src/submodules/googletest](https://github.com/google/googletest) from `7e33b6a` to `4565741`.
    - [Release notes](https://github.com/google/googletest/releases)
    - [Commits](google/googletest@7e33b6a...4565741)
    
    ---
    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>
    dependabot[bot] authored Feb 1, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a7ecf26 View commit details
  2. Copy the full SHA
    aa0618b View commit details

Commits on Feb 6, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    372a712 View commit details
  2. Bump the Azure.Identity dependency (#53716)

    Co-authored-by: jacalvar <jacalvar@microsoft.com>
    github-actions[bot] and javiercn authored Feb 6, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    5024525 View commit details
  3. Update Selenium (#53775)

    ...as port of normal buildops rotation.
    amcasey authored Feb 6, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    b62909d View commit details
  4. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    6731652 View commit details
  5. Add ForgotPasswordRequest to STJ source generation context (#52714) (#…

    …52830)
    
    Co-authored-by: joegoldman2 <147369450+joegoldman2@users.noreply.github.com>
    Kahbazi and joegoldman2 authored Feb 6, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a7ed28a View commit details
  6. [Blazor] Fixed encoded values on Blazor Router (#53470) (#53538)

    As part of the routing unification process we switched the way we were
    decoding the URL prior to feeding it to routing and that introduced a
    small regression in interactive routing compared to .NET 7.0.
    
    This commit fixes that regression by using the same logic for decoding
    the URL in the client that is used on the server.
    
    In addition to that, the Blazor router now post processes the URL to
    replace instances of `%2F` with `/` when providing values to maintain
    the behavior in 7.0 where it used UnescapeDataString.
    
    This also makes the routing on the server and on the client consistent
    in their handling of encoded `/` characters.
    javiercn authored Feb 6, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    cdd2342 View commit details
  7. Fix Navigation for anchor inside <svg> element (#51706) (#53541)

    * fix enhanced nav for svg element
    
    * small fix
    
    * simplify findClosestAnchorAncestorLegacy
    
    * added test for svg element inside anchor
    
    * removed _blazorDisableComposedPath  logic and findClosestAnchorAncestorLegacy function
    
    * added test for anchor inside svg element dor client-side navigation
    
    * added SVGAElement to findAnchorTarget and
    
    Co-authored-by: Surayya Huseyn Zada <114938397+surayya-MS@users.noreply.github.com>
    MackinnonBuck and surayya-MS authored Feb 6, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    32ba87f View commit details
  8. [release/8.0] Fix duplicate route detection of actions with route par…

    …ameters (#53604)
    
    * Fix duplicate route detection of actions with route parameters
    
    * Get it working
    
    * Fix
    
    ---------
    
    Co-authored-by: James Newton-King <james@newtonking.com>
    github-actions[bot] and JamesNK authored Feb 6, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a80e126 View commit details
  9. Fix stale values from [SupplyParameterFromQuery] (#53443) (#53625)

    Co-authored-by: Stephen Halter <halter73@gmail.com>
    MackinnonBuck and halter73 authored Feb 6, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    16b8837 View commit details
  10. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a674d73 View commit details
  11. [release/8.0] (deps): Bump src/submodules/googletest (#53847)

    Bumps [src/submodules/googletest](https://github.com/google/googletest) from `4565741` to `4872968`.
    - [Release notes](https://github.com/google/googletest/releases)
    - [Commits](google/googletest@4565741...4872968)
    
    ---
    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>
    dependabot[bot] authored Feb 6, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    969deda View commit details
  12. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    835bfe7 View commit details
  13. [release/8.0] [Component governance] Bump the Azure.Identity dependen…

    …cy (#53774)
    
    * Bump the Azure.Identity dependency (#51498)
    
    * [Component governance] Bump the Azure.Identity dependency from dotnet-sql-cache (#51524)
    
    ---------
    
    Co-authored-by: Javier Calvarro Nelson <jacalvar@microsoft.com>
    github-actions[bot] and javiercn authored Feb 6, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9d2705d View commit details

Commits on Feb 7, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c581bf4 View commit details
  2. Copy the full SHA
    69ab800 View commit details
  3. Copy the full SHA
    b723aa0 View commit details
  4. Copy the full SHA
    90035db View commit details
  5. [release/8.0] Fix casing of ProblemDetails for RFC compliance (#53792)

    * Fix casing of ProblemDetails for RFC compliance
    
    * Update tests
    captainsafia authored Feb 7, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    04c35a7 View commit details
  6. [release/8.0] Update Yarn.msbuild (#53849)

    * Update Yarn.msbuild
    
    * Update Tools.props
    
    * Update global.json
    
    * Update Tools.props
    wtgodbe authored Feb 7, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    6c42486 View commit details

Commits on Feb 12, 2024

  1. [release/8.0] [Blazor] Fix hot reload memory leak (#53928)

    * Resolve change token leak in Blazor hot reload (#53750)
    
    Fix of razor hotreload change token leak. This disposes the
    old change tokens after the ClearCache event or before overwriting. 
    If something goes wrong and this isn't cleared
    before the next invocation of UpdateEndpoints on the
    razor data source, clear it and dispose of it then.
    
    * Add unit test to confirm change token is disposed during (#53827)
    
    * Add unit test to confirm change token is disposed during
    razer hot reload.
    
    * Per Makinnon's feedback, switch to a callback model
    to create the wrapped disposable for this unit test.
    
    * Update src/Components/Endpoints/test/HotReloadServiceTests.cs
    
    ---------
    
    Co-authored-by: Mackinnon Buck <mackinnon.buck@gmail.com>
    
    ---------
    
    Co-authored-by: jacdavis <jacdavis@users.noreply.github.com>
    MackinnonBuck and jacdavis authored Feb 12, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    414f0d4 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f734954 View commit details
  3. [release/8.0] [Blazor] Pass the member info directly (#53892)

    * Pass the member info directly
    
    * Add additional test to cover non-ascii characters
    
    ---------
    
    Co-authored-by: jacalvar <jacalvar@microsoft.com>
    github-actions[bot] and javiercn authored Feb 12, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    aad6550 View commit details
  4. [release/8.0] SignalR performance: track groups per connection, remov…

    …e on disconnect (#53862)
    
    * SignalR: track groups per connection, remove on disconnect, fixes #48249 Instead of iterating over ALL the groups, which is slow and even introduces a DDoS vector, we remove from groups that are specific to this connection
    
    * Removed unused method
    
    * Apply suggestions from code review
    
    Co-authored-by: Brennan <brecon@microsoft.com>
    
    * More code review suggestions with a minor fix
    
    * Use lock instead of ToArray (the latter iterates anyway)
    
    * Made the HashSet an internal property on HubConnectionContext
    
    * Removed unneeded "using"
    
    * Removed ignore-case from group tracking
    
    * Addressed race condition from code review
    
    ---------
    
    Co-authored-by: alex-jitbit <33555768+alex-jitbit@users.noreply.github.com>
    Co-authored-by: Brennan <brecon@microsoft.com>
    3 people authored Feb 12, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    458aef3 View commit details
  5. [release/8.0] Fix closing SignalR Websocket connection on server close (

    #53408)
    
    * Fix closing SignalR Websocket connection on server close
    
    * fb
    
    ---------
    
    Co-authored-by: Brennan <brecon@microsoft.com>
    github-actions[bot] and BrennanConroy authored Feb 12, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1335aff View commit details
  6. [release/8.0] Update Wix version (#53971)

    * Update Wix version
    
    * Update RepoTasks.csproj
    
    ---------
    
    Co-authored-by: William Godbe <wigodbe@microsoft.com>
    github-actions[bot] and wtgodbe authored Feb 12, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    5b72da2 View commit details

Commits on Feb 13, 2024

  1. Merge commit 'da7e9894ce22ef8cc02e5acc56e95a6f8cf8f644' into internal…

    …-merge-8.0-2024-02-13-1023
    vseanreesermsft committed Feb 13, 2024
    Copy the full SHA
    0996244 View commit details
  2. Merged PR 37179: [internal/release/8.0] [Blazor] Fix interactive serv…

    …er component activation
    
    Fixes an issue where interactive server components may sometimes fail to become interactive.
    Mackinnon Buck authored and wtgodbe committed Feb 13, 2024
    Copy the full SHA
    9cd97f4 View commit details
  3. Update baseline, SDK

    wtgodbe committed Feb 13, 2024
    Copy the full SHA
    62a5df1 View commit details
  4. Merge pull request #54011 from vseanreesermsft/internal-merge-8.0-202…

    …4-02-13-1023
    
    Merging internal commits for release/8.0
    wtgodbe authored Feb 13, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9ee54e5 View commit details

Commits on Feb 14, 2024

  1. Copy the full SHA
    a244ff1 View commit details

Commits on Feb 15, 2024

  1. Update dependencies from https://github.com/dotnet/arcade build 20240…

    …213.2 (#54040)
    
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor
     From Version 8.0.0-beta.24059.4 -> To Version 8.0.0-beta.24113.2
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Feb 15, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    476e2aa View commit details

Commits on Feb 16, 2024

  1. Merged PR 37354: [internal/release/8.0] Merge from public

    Merge from public release/8.0 to internal/release/8.0 and resolve conflicts if necessary
    vseanreesermsft committed Feb 16, 2024
    Copy the full SHA
    cb8a5f3 View commit details
  2. Update dependencies from https://dev.azure.com/dnceng/internal/_git/d…

    …otnet-efcore build 20240215.10
    
    dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.Tools
     From Version 8.0.3 -> To Version 8.0.3
    dotnet-bot committed Feb 16, 2024
    Copy the full SHA
    b95da6a View commit details
  3. Merged PR 37362: [internal/release/8.0] Update dependencies from dnce…

    …ng/internal/dotnet-efcore
    
    This pull request updates the following dependencies
    
    [marker]: <> (Begin:e179a2a7-bc5d-4498-2467-08dbd53ba9ce)
    ## From https://dev.azure.com/dnceng/internal/_git/dotnet-efcore
    - **Subscription**: e179a2a7-bc5d-4498-2467-08dbd53ba9ce
    - **Build**: 20240215.10
    - **Date Produced**: February 16, 2024 2:00:46 AM UTC
    - **Commit**: c2f996919858eb11d2836705d47b531b5a174c79
    - **Branch**: refs/heads/internal/release/8.0
    
    [DependencyUpdate]: <> (Begin)
    
    - **Updates**:
      - **dotnet-ef**: [from 8.0.3 to 8.0.3][1]
      - **Microsoft.EntityFrameworkCore**: [from 8.0.3 to 8.0.3][1]
      - **Microsoft.EntityFrameworkCore.Design**: [from 8.0.3 to 8.0.3][1]
      - **Microsoft.EntityFrameworkCore.InMemory**: [from 8.0.3 to 8.0.3][1]
      - **Microsoft.EntityFrameworkCore.Relational**: [from 8.0.3 to 8.0.3][1]
      - **Microsoft.EntityFrameworkCore.Sqlite**: [from 8.0.3 to 8.0.3][1]
      - **Microsoft.EntityFrameworkCore.SqlServer**: [from 8.0.3 to 8.0.3][1]
      - **Microsoft.EntityFrameworkCore.Tools**: [from 8.0.3 to 8.0.3][1]
    
    [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-efcore/branches?baseVersion=GCfb708b2c4589b05458f2486143f9848edce8ddb4&targetVersion=GCc2f996919858eb11d2836705d47b531b5a174c79&_a=files
    
    [DependencyUpdate]: <> (End)
    
    [marker]: <> (End:e179a2a7-bc5d-4498-2467-08dbd53ba9ce)
    dotnet-bot authored and vseanreesermsft committed Feb 16, 2024
    Copy the full SHA
    560be09 View commit details
  4. [internal/release/8.0] Update dependencies from dnceng/internal/dotne…

    …t-efcore, dnceng/internal/dotnet-runtime
    dotnet-bot committed Feb 16, 2024
    Copy the full SHA
    88ec3bc View commit details
Showing with 1,760 additions and 711 deletions.
  1. +4 −4 NuGet.config
  2. +251 −251 eng/Baseline.Designer.props
  3. +106 −106 eng/Baseline.xml
  4. +1 −0 eng/Dependencies.props
  5. +1 −1 eng/Tools.props
  6. +53 −53 eng/Version.Details.xml
  7. +29 −28 eng/Versions.props
  8. +2 −2 eng/common/post-build/publish-using-darc.ps1
  9. +7 −7 eng/common/templates/job/publish-build-assets.yml
  10. +8 −8 eng/common/templates/post-build/post-build.yml
  11. +6 −6 eng/common/templates/variables/pool-providers.yml
  12. +1 −1 eng/targets/Wix.Common.props
  13. +1 −1 eng/tools/RepoTasks/RepoTasks.csproj
  14. +5 −5 global.json
  15. +1 −0 src/Caching/SqlServer/src/Microsoft.Extensions.Caching.SqlServer.csproj
  16. +2 −1 src/Components/Components/src/Microsoft.AspNetCore.Components.csproj
  17. +9 −0 src/Components/Components/src/RenderTree/Renderer.cs
  18. +0 −6 src/Components/Components/src/Routing/QueryParameterValueSupplier.cs
  19. +49 −1 src/Components/Components/src/Routing/RouteContext.cs
  20. +25 −0 src/Components/Components/src/Routing/RouteTable.cs
  21. +152 −0 src/Components/Components/src/Routing/SupplyParameterFromQueryValueProvider.cs
  22. +1 −113 src/Components/Components/src/SupplyParameterFromQueryProviderServiceCollectionExtensions.cs
  23. +16 −1 src/Components/Endpoints/src/Builder/RazorComponentEndpointDataSource.cs
  24. +7 −0 src/Components/Endpoints/src/DependencyInjection/HotReloadService.cs
  25. +1 −1 src/Components/Endpoints/src/DependencyInjection/HttpNavigationManager.cs
  26. +46 −0 src/Components/Endpoints/test/HotReloadServiceTests.cs
  27. +1 −1 src/Components/Endpoints/test/RazorComponentResultTest.cs
  28. +2 −1 src/Components/Endpoints/test/RazorComponentsServiceCollectionExtensionsTest.cs
  29. +7 −5 src/Components/Forms/src/FieldIdentifier.cs
  30. +72 −1 src/Components/Forms/test/FieldIdentifierTest.cs
  31. +2 −2 src/Components/Server/src/Circuits/RemoteNavigationManager.cs
  32. +1 −1 src/Components/Server/src/DependencyInjection/ComponentServiceCollectionExtensions.cs
  33. +1 −1 src/Components/Web.JS/dist/Release/blazor.server.js
  34. +1 −1 src/Components/Web.JS/dist/Release/blazor.webview.js
  35. +10 −4 src/Components/Web.JS/src/Services/NavigationEnhancement.ts
  36. +3 −28 src/Components/Web.JS/src/Services/NavigationManager.ts
  37. +27 −24 src/Components/Web.JS/src/Services/NavigationUtils.ts
  38. +1 −0 src/Components/WebAssembly/WebAssembly/src/Services/DefaultWebAssemblyJSRuntime.cs
  39. +1 −1 src/Components/benchmarkapps/Wasm.Performance/dockerfile
  40. +61 −4 src/Components/test/E2ETest/ServerRenderingTests/EnhancedNavigationTest.cs
  41. +49 −0 src/Components/test/E2ETest/ServerRenderingTests/InteractivityTest.cs
  42. +22 −6 src/Components/test/E2ETest/ServerRenderingTests/RedirectionTest.cs
  43. +22 −9 src/Components/test/E2ETest/ServerRenderingTests/UnifiedRoutingTests.cs
  44. +40 −1 src/Components/test/E2ETest/Tests/RoutingTest.cs
  45. +28 −0 src/Components/test/testassets/BasicTestApp/RouterTest/AnchorInsideSVGElement.razor
  46. +1 −0 src/Components/test/testassets/BasicTestApp/RouterTest/Links.razor
  47. +30 −0 src/Components/test/testassets/BasicTestApp/RouterTest/WithQueryGuidParameter.razor
  48. +2 −0 src/Components/test/testassets/BasicTestApp/RouterTest/WithQueryParameters.razor
  49. +8 −0 ...t/testassets/Components.TestServer/RazorComponents/Pages/EnhancedNav/PageForScrollingToHash.razor
  50. +14 −0 ...estassets/Components.TestServer/RazorComponents/Pages/Redirections/RedirectErrorBoundaryGet.razor
  51. +1 −1 ...onents/test/testassets/Components.TestServer/RazorComponents/Pages/Redirections/RedirectGet.razor
  52. +5 −0 ...nents/test/testassets/Components.TestServer/RazorComponents/Pages/Redirections/RedirectHome.razor
  53. +1 −1 ...nents/test/testassets/Components.TestServer/RazorComponents/Pages/Redirections/RedirectPost.razor
  54. +1 −1 ...st/testassets/Components.TestServer/RazorComponents/Pages/Redirections/RedirectStreamingGet.razor
  55. +1 −1 ...t/testassets/Components.TestServer/RazorComponents/Pages/Redirections/RedirectStreamingPost.razor
  56. +25 −0 ...test/testassets/Components.TestServer/RazorComponents/Pages/Routing/Encoded/EncodedCatchAll.razor
  57. +24 −0 ...stassets/Components.TestServer/RazorComponents/Pages/Routing/Encoded/EncodedComplexSegments.razor
  58. +24 −0 ...st/testassets/Components.TestServer/RazorComponents/Pages/Routing/Encoded/EncodedParameters.razor
  59. +15 −0 ...testassets/Components.TestServer/RazorComponents/Pages/Routing/RoutingTestCasesWithEncoding.razor
  60. +18 −0 src/Components/test/testassets/Components.TestServer/RazorComponents/Shared/EnhancedNavLayout.razor
  61. +29 −7 src/Framework/AspNetCoreAnalyzers/src/Analyzers/Mvc/DetectAmbiguousActionRoutes.cs
  62. +278 −0 src/Framework/AspNetCoreAnalyzers/test/Mvc/DetectAmbiguousActionRoutesTest.cs
  63. +2 −0 src/Http/Http.Abstractions/src/ProblemDetails/HttpValidationProblemDetails.cs
  64. +5 −0 src/Http/Http.Abstractions/src/ProblemDetails/ProblemDetails.cs
  65. +62 −0 src/Http/Http.Extensions/test/ProblemDetailsDefaultWriterTest.cs
  66. +1 −0 src/Identity/Core/src/Data/IdentityEndpointsJsonSerializerContext.cs
  67. +2 −0 src/Mvc/Mvc.Core/src/ValidationProblemDetails.cs
  68. +8 −0 src/SignalR/common/Http.Connections/src/Internal/HttpConnectionDispatcher.cs
  69. +31 −0 src/SignalR/common/Http.Connections/test/HttpConnectionDispatcherTests.cs
  70. +32 −3 src/SignalR/server/Core/src/DefaultHubLifetimeManager.cs
  71. +3 −0 src/SignalR/server/Core/src/HubConnectionContext.cs
  72. +0 −10 src/SignalR/server/Core/src/Internal/HubGroupList.cs
  73. +1 −0 src/Tools/dotnet-sql-cache/src/dotnet-sql-cache.csproj
  74. +1 −1 src/submodules/googletest
8 changes: 4 additions & 4 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -6,10 +6,10 @@
<!-- Begin: Package sources from dotnet-extensions -->
<!-- End: Package sources from dotnet-extensions -->
<!-- Begin: Package sources from dotnet-efcore -->
<add key="darc-int-dotnet-efcore-a97f6ff" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-a97f6ffc/nuget/v3/index.json" />
<add key="darc-int-dotnet-efcore-c2f9969" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-c2f99691/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-efcore -->
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-1381d5e" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-1381d5eb/nuget/v3/index.json" />
<add key="darc-int-dotnet-runtime-9f4b1f5" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-9f4b1f5d/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-runtime -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -30,10 +30,10 @@
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from dotnet-efcore -->
<add key="darc-int-dotnet-efcore-a97f6ff" value="true" />
<add key="darc-int-dotnet-efcore-c2f9969" value="true" />
<!-- End: Package sources from dotnet-efcore -->
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-1381d5e" value="true" />
<add key="darc-int-dotnet-runtime-9f4b1f5" value="true" />
<!-- End: Package sources from dotnet-runtime -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
</disabledPackageSources>
Loading