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.4
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.5
Choose a head ref

Commits on Mar 25, 2024

  1. Update dependencies from https://github.com/dotnet/source-build-exter…

    …nals build (#54744)
    
    [release/8.0] Update dependencies from dotnet/source-build-externals
    dotnet-maestro[bot] authored Mar 25, 2024
    Copy the full SHA
    20f6ccb View commit details
  2. Copy the full SHA
    9d49fe5 View commit details

Commits on Apr 2, 2024

  1. Copy the full SHA
    3ab2afa View commit details
  2. [release/8.0] Convert to 1ES templates (#54660)

    * Update dependencies from https://github.com/dotnet/arcade build
    
    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.24113.2 -> To Version 8.0.0-beta.24165.4
    
    * Start converting to 1es pipelines - public
    
    * Install JDK
    
    * Node 18
    
    * Fix spacing
    
    * More spacing
    
    * More spacing again
    
    * One last ride
    
    * More spacing fixes
    
    * Fix pools
    
    * Fix xcode
    
    * Don't prepare the machine
    
    * Enable internal builds
    
    * Update ci-public.yml
    
    * Update EOL versions (#54791)
    
    * Update ci-public.yml
    
    ---------
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    Co-authored-by: wtgodbe <wigodbe@microsoft.com>
    Co-authored-by: Rich Lander <rlander@microsoft.com>
    4 people authored Apr 2, 2024
    Copy the full SHA
    7c5633e View commit details
  3. Copy the full SHA
    3aabc7d View commit details
  4. Copy the full SHA
    81f1726 View commit details
  5. [release/8.0] (deps): Bump src/submodules/googletest (#54872)

    Bumps [src/submodules/googletest](https://github.com/google/googletest) from `31993df` to `77afe8e`.
    - [Release notes](https://github.com/google/googletest/releases)
    - [Commits](google/googletest@31993df...77afe8e)
    
    ---
    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 Apr 2, 2024
    Copy the full SHA
    e66069b View commit details
  6. [release/8.0] Reduce helix-matrix timeout to 5 hours (#54778)

    * Reduce helix-matrix timeout to 3 hours
    
    * Update helix-matrix.yml
    
    ---------
    
    Co-authored-by: William Godbe <wigodbe@microsoft.com>
    github-actions[bot] and wtgodbe authored Apr 2, 2024
    Copy the full SHA
    7869bfc View commit details
  7. Copy the full SHA
    3b13040 View commit details
  8. Copy the full SHA
    53e662d View commit details
  9. [release/8.0] Improve usage of Type.GetType when activating types i…

    …n data protection (#54762)
    
    * Added test demonstrating behavior on TypeLoadException
    
    * Catch exceptions when calling GetType and fall back to IActivator.CreateInstance<IXmlDecryptor>
    
    * Move trimming suppression
    
    * Include comment about how throwOnError: false can still throw
    
    * Check type name for known value before getting type
    
    * Remove unnecessary suppression
    
    * Comment
    
    * PR feedback
    
    * Update src/DataProtection/DataProtection/test/Microsoft.AspNetCore.DataProtection.Tests/XmlEncryption/XmlEncryptionExtensionsTests.cs
    
    ---------
    
    Co-authored-by: Kristian Hellang <kristian@identitystream.com>
    Co-authored-by: James Newton-King <james@newtonking.com>
    3 people authored Apr 2, 2024
    Copy the full SHA
    22bb1c3 View commit details
  10. [release/8.0] Fix route analyzer performance with highly concatenated…

    … strings (#54763)
    
    * Add test for route analyzer performance issue
    
    * Clean up
    
    * Clean up
    
    * Fix build
    
    * Save last string node as an optimization to exit out of deeply nested string concatenations
    
    * Update src/Framework/AspNetCoreAnalyzers/test/RouteEmbeddedLanguage/RoutePatternAnalyzerTests.cs
    
    Co-authored-by: Martin Costello <martin@martincostello.com>
    
    * Improve perf, remove class file
    
    * Fix stress test
    
    * Improve analysis performance
    
    * Test mixing lang at levels
    
    * Simplify
    
    * Old code
    
    * Comment
    
    * Comment
    
    * Match new Roslyn behavior
    
    * Clean up
    
    ---------
    
    Co-authored-by: James Newton-King <james@newtonking.com>
    Co-authored-by: Martin Costello <martin@martincostello.com>
    3 people authored Apr 2, 2024
    Copy the full SHA
    aac8366 View commit details
  11. Copy the full SHA
    8145b10 View commit details

Commits on Apr 3, 2024

  1. Copy the full SHA
    bc351a0 View commit details
  2. Copy the full SHA
    625c895 View commit details
  3. [release/8.0] Backport test fixes (#54912)

    * Test fixes (#54825)
    
    * Add license header
    
    ---------
    
    Co-authored-by: Steve Sanderson <SteveSandersonMS@users.noreply.github.com>
    MackinnonBuck and SteveSandersonMS authored Apr 3, 2024
    Copy the full SHA
    1692289 View commit details
  4. Copy the full SHA
    8fce100 View commit details

Commits on Apr 5, 2024

  1. Copy the full SHA
    d71995c View commit details
  2. Copy the full SHA
    325fc5a View commit details

Commits on Apr 8, 2024

  1. Fix Abort lock

    BrennanConroy committed Apr 8, 2024
    Copy the full SHA
    331725a View commit details

Commits on Apr 9, 2024

  1. better

    BrennanConroy committed Apr 9, 2024
    Copy the full SHA
    cebb459 View commit details
  2. Copy the full SHA
    f74b71a View commit details

Commits on Apr 10, 2024

  1. some updates

    BrennanConroy committed Apr 10, 2024
    Copy the full SHA
    b076b7d View commit details

Commits on Apr 11, 2024

  1. comment + rename

    BrennanConroy committed Apr 11, 2024
    Copy the full SHA
    146cf0a View commit details
  2. Update baseline, SDK

    wtgodbe committed Apr 11, 2024
    Copy the full SHA
    b305452 View commit details
  3. Merge pull request #55034 from vseanreesermsft/internal-merge-8.0-202…

    …4-04-09-1219
    
    Merging internal commits for release/8.0
    wtgodbe authored Apr 11, 2024
    Copy the full SHA
    fa6339e View commit details
  4. Copy the full SHA
    1002bb7 View commit details
  5. Merged PR 38780: Fix Abort lock

    Remove Http2OutputProducer.Stop from lock in Abort.
    BrennanConroy committed Apr 11, 2024
    Copy the full SHA
    90f8928 View commit details

Commits on Apr 12, 2024

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

    …404.3 (#55061)
    
    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.24165.4 -> To Version 8.0.0-beta.24204.3
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Apr 12, 2024
    Copy the full SHA
    eac2e5a View commit details
  2. [release/8.0] Update Wix version (#55101)

    * Update Wix.Common.props
    
    * Update RepoTasks.csproj
    
    * Update Wix.Common.props
    
    * Update Wix.Common.props
    
    * Update RepoTasks.csproj
    
    ---------
    
    Co-authored-by: William Godbe <wigodbe@microsoft.com>
    github-actions[bot] and wtgodbe authored Apr 12, 2024
    Copy the full SHA
    d65b2f0 View commit details
  3. Copy the full SHA
    4fb5420 View commit details

Commits on Apr 16, 2024

  1. Merged PR 38666: [internal/release/8.0] Update dependencies from dnce…

    …ng/internal/dotnet-efcore, dnceng/internal/dotnet-runtime
    
    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**: 20240416.4
    - **Date Produced**: April 16, 2024 1:54:08 PM UTC
    - **Commit**: 59616ed938b97f4742b1cfdbfcb35bc1216b6959
    - **Branch**: refs/heads/internal/release/8.0
    
    [DependencyUpdate]: <> (Begin)
    
    - **Updates**:
      - **dotnet-ef**: [from 8.0.5 to 8.0.5][11]
      - **Microsoft.EntityFrameworkCore**: [from 8.0.5 to 8.0.5][11]
      - **Microsoft.EntityFrameworkCore.Design**: [from 8.0.5 to 8.0.5][11]
      - **Microsoft.EntityFrameworkCore.InMemory**: [from 8.0.5 to 8.0.5][11]
      - **Microsoft.EntityFrameworkCore.Relational**: [from 8.0.5 to 8.0.5][11]
      - **Microsoft.EntityFrameworkCore.Sqlite**: [from 8.0.5 to 8.0.5][11]
      - **Microsoft.EntityFrameworkCore.SqlServer**: [from 8.0.5 to 8.0.5][11]
      - **Microsoft.EntityFrameworkCore.Tools**: [from 8.0.5 to 8.0.5][11]
    
    [11]: https://dev.azure.com/dnceng/internal/_git/dotnet-efcore/branches?baseVersion=GC3d3630635c50c5a7254c20fd282994ad67ec4775&targetVersion=GC59616ed938b97f4742b1cfdbfcb35bc1216b6959&_a=files
    
    [DependencyUpdate]: <> (End)
    
    [marker]: <> (End:e179a2a7-bc5d-4498-2467-08dbd53ba9ce)
    
    [marker]: <> (Begin:83131e87-e80d-4d5b-f426-08dbd53b3319)
    ## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
    - **Subscription**: 83131e87-e80d-4d5b-f426-08dbd53b3319
    - **Build**: 20240415.24
    - **Date Produced**: April 16, 2024 8:17:49 AM UTC
    - **Commit**: dfd075b97471bd97ea70066a299d1fe92af90352
    - **Branch**: refs/heads/internal/release/8.0
    
    [DependencyUpdate]: <> (Begin)
    
    - **Updates**:
      - **Microsoft.Extensions.HostFactoryResolver.Sources**: [from 8.0.4-servicing.24169.9 to 8.0.5-servicing.24215.24][7]
      - **Microsoft.Internal.Runtime.AspNetCore.Transport**: [from 8.0.4-servicing.24169.9 to 8.0.5-servicing.24215.24][7]
      - **Microsoft.NET.Runtime.MonoAOTCompiler.Task**: [from 8.0.4 to 8.0.5][7]
      - **Microsoft.NET.Runtime.WebAssembly.Sdk**: [from 8.0.4 to 8.0.5][7]
      - **Microsoft.NETCore.App.Ref**: [from 8.0.4 to 8.0.5][7]
      - **Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm**: [from 8.0.4 to 8.0.5][7]
      - **Microsoft.NETCore.App.Runtime.win-x64**: [from 8.0.4 to 8.0.5][7]
      - **Microsoft.NETCore.BrowserDebugHost.Transport**: [from 8.0.4-servicing.24169.9 to 8.0.5-servicing.24215.24][7]
      - **Microsoft.NETCore.Platforms**: [from 8.0.4-servicing.24169.9 to 8.0.5-servicing.24215.24][7]
      - **System.Security.Cryptography.Xml**: [from 8.0.0 to 8.0.1][8]
      - **Microsoft.SourceBuild.Intermediate.runtime.linux-x64**: [from 8.0.4-servicing.24169.9 to 8.0.5-servicing.24215.24][7]
    
    [7]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC2d7eea252964e69be94cb9c847b371b23e4dd470&targetVersion=GCdfd075b97471bd97ea70066a299d1fe92af90352&_a=files
    [...
    dotnet-bot authored and vseanreesermsft committed Apr 16, 2024
    Copy the full SHA
    582b2e3 View commit details

Commits on Apr 17, 2024

  1. Merged PR 39041: [internal/release/8.0] Update dependencies from dnce…

    …ng/internal/dotnet-runtime
    
    This pull request updates the following dependencies
    
    [marker]: <> (Begin:83131e87-e80d-4d5b-f426-08dbd53b3319)
    ## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
    - **Subscription**: 83131e87-e80d-4d5b-f426-08dbd53b3319
    - **Build**: 20240416.15
    - **Date Produced**: April 17, 2024 5:40:43 PM UTC
    - **Commit**: 087e15321bb712ef6fe8b0ba6f8bd12facf92629
    - **Branch**: refs/heads/internal/release/8.0
    
    [DependencyUpdate]: <> (Begin)
    
    - **Updates**:
      - **Microsoft.Extensions.HostFactoryResolver.Sources**: [from 8.0.5-servicing.24215.24 to 8.0.5-servicing.24216.15][1]
      - **Microsoft.Internal.Runtime.AspNetCore.Transport**: [from 8.0.5-servicing.24215.24 to 8.0.5-servicing.24216.15][1]
      - **Microsoft.NET.Runtime.MonoAOTCompiler.Task**: [from 8.0.5 to 8.0.5][1]
      - **Microsoft.NET.Runtime.WebAssembly.Sdk**: [from 8.0.5 to 8.0.5][1]
      - **Microsoft.NETCore.App.Ref**: [from 8.0.5 to 8.0.5][1]
      - **Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm**: [from 8.0.5 to 8.0.5][1]
      - **Microsoft.NETCore.App.Runtime.win-x64**: [from 8.0.5 to 8.0.5][1]
      - **Microsoft.NETCore.BrowserDebugHost.Transport**: [from 8.0.5-servicing.24215.24 to 8.0.5-servicing.24216.15][1]
      - **Microsoft.NETCore.Platforms**: [from 8.0.5-servicing.24215.24 to 8.0.5-servicing.24216.15][1]
      - **System.Security.Cryptography.Xml**: [from 8.0.1 to 8.0.1][1]
      - **Microsoft.SourceBuild.Intermediate.runtime.linux-x64**: [from 8.0.5-servicing.24215.24 to 8.0.5-servicing.24216.15][1]
    
    [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GCdfd075b97471bd97ea70066a299d1fe92af90352&targetVersion=GC087e15321bb712ef6fe8b0ba6f8bd12facf92629&_a=files
    
    [DependencyUpdate]: <> (End)
    
    [marker]: <> (End:83131e87-e80d-4d5b-f426-08dbd53b3319)
    dotnet-bot authored and vseanreesermsft committed Apr 17, 2024
    Copy the full SHA
    b5c1ba3 View commit details
  2. Merged PR 39048: [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**: 20240417.4
    - **Date Produced**: April 17, 2024 7:24:03 PM UTC
    - **Commit**: f42a208554fed9bb37603c5ed4f02206b2b1b9fa
    - **Branch**: refs/heads/internal/release/8.0
    
    [DependencyUpdate]: <> (Begin)
    
    - **Updates**:
      - **dotnet-ef**: [from 8.0.5 to 8.0.5][1]
      - **Microsoft.EntityFrameworkCore**: [from 8.0.5 to 8.0.5][1]
      - **Microsoft.EntityFrameworkCore.Design**: [from 8.0.5 to 8.0.5][1]
      - **Microsoft.EntityFrameworkCore.InMemory**: [from 8.0.5 to 8.0.5][1]
      - **Microsoft.EntityFrameworkCore.Relational**: [from 8.0.5 to 8.0.5][1]
      - **Microsoft.EntityFrameworkCore.Sqlite**: [from 8.0.5 to 8.0.5][1]
      - **Microsoft.EntityFrameworkCore.SqlServer**: [from 8.0.5 to 8.0.5][1]
      - **Microsoft.EntityFrameworkCore.Tools**: [from 8.0.5 to 8.0.5][1]
    
    [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-efcore/branches?baseVersion=GC59616ed938b97f4742b1cfdbfcb35bc1216b6959&targetVersion=GCf42a208554fed9bb37603c5ed4f02206b2b1b9fa&_a=files
    
    [DependencyUpdate]: <> (End)
    
    [marker]: <> (End:e179a2a7-bc5d-4498-2467-08dbd53ba9ce)
    dotnet-bot authored and vseanreesermsft committed Apr 17, 2024
    Copy the full SHA
    1681d9a View commit details

Commits on Apr 24, 2024

  1. Merged PR 39207: [internal/release/8.0] Updated Version.Details.xml -…

    … replace sha for System.Diagnostics.DiagnosticSource
    
    Updated Version.Details.xml - replace sha for System.Diagnostics.DiagnosticSource with 2d7eea252964e69be94cb9c847b371b23e4dd470
    vseanreesermsft committed Apr 24, 2024
    Copy the full SHA
    c9e3996 View commit details
Showing with 4,526 additions and 2,083 deletions.
  1. +511 −696 .azure/pipelines/ci-public.yml
  2. +603 −656 .azure/pipelines/ci.yml
  3. +1 −1 .azure/pipelines/helix-matrix.yml
  4. +2 −2 .azure/pipelines/jobs/codesign-xplat.yml
  5. +425 −222 .azure/pipelines/jobs/default-build.yml
  6. +19 −0 AspNetCore.sln
  7. +4 −4 NuGet.config
  8. +221 −221 eng/Baseline.Designer.props
  9. +106 −106 eng/Baseline.xml
  10. +50 −50 eng/Version.Details.xml
  11. +25 −25 eng/Versions.props
  12. +13 −13 eng/common/SetupNugetSources.ps1
  13. +1 −1 eng/common/native/init-compiler.sh
  14. +264 −0 eng/common/templates-official/job/job.yml
  15. +112 −0 eng/common/templates-official/job/onelocbuild.yml
  16. +155 −0 eng/common/templates-official/job/publish-build-assets.yml
  17. +67 −0 eng/common/templates-official/job/source-build.yml
  18. +68 −0 eng/common/templates-official/job/source-index-stage1.yml
  19. +31 −0 eng/common/templates-official/jobs/codeql-build.yml
  20. +97 −0 eng/common/templates-official/jobs/jobs.yml
  21. +46 −0 eng/common/templates-official/jobs/source-build.yml
  22. +22 −0 eng/common/templates-official/post-build/common-variables.yml
  23. +285 −0 eng/common/templates-official/post-build/post-build.yml
  24. +70 −0 eng/common/templates-official/post-build/setup-maestro-vars.yml
  25. +13 −0 eng/common/templates-official/post-build/trigger-subscription.yml
  26. +13 −0 eng/common/templates-official/steps/add-build-to-channel.yml
  27. +12 −0 eng/common/templates-official/steps/build-reason.yml
  28. +13 −0 eng/common/templates-official/steps/component-governance.yml
  29. +32 −0 eng/common/templates-official/steps/execute-codeql.yml
  30. +88 −0 eng/common/templates-official/steps/execute-sdl.yml
  31. +48 −0 eng/common/templates-official/steps/generate-sbom.yml
  32. +23 −0 eng/common/templates-official/steps/publish-logs.yml
  33. +28 −0 eng/common/templates-official/steps/retain-build.yml
  34. +91 −0 eng/common/templates-official/steps/send-to-helix.yml
  35. +129 −0 eng/common/templates-official/steps/source-build.yml
  36. +45 −0 eng/common/templates-official/variables/pool-providers.yml
  37. +7 −0 eng/common/templates-official/variables/sdl-variables.yml
  38. +4 −0 eng/common/templates/job/job.yml
  39. +1 −1 eng/common/templates/steps/component-governance.yml
  40. +1 −1 eng/common/templates/steps/generate-sbom.yml
  41. +8 −8 eng/targets/Helix.Common.props
  42. +1 −1 eng/targets/Wix.Common.props
  43. +1 −1 eng/tools/RepoTasks/RepoTasks.csproj
  44. +4 −4 global.json
  45. +1 −0 src/Components/Components.slnf
  46. +7 −2 src/Components/WebAssembly/WebAssembly.Authentication/src/Services/RemoteAuthenticationService.cs
  47. +28 −24 src/Components/WebView/test/E2ETest/BasicBlazorHybridTest.cs
  48. +5 −2 src/Components/WebView/test/E2ETest/WebViewManagerE2ETests.cs
  49. +1 −1 src/Components/test/E2ETest/Infrastructure/ServerFixtures/AspNetSiteServerFixture.cs
  50. +6 −1 src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj
  51. +2 −2 ...omponents/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs
  52. +79 −0 src/Components/test/E2ETest/Tests/RemoteAuthenticationTest.cs
  53. +1 −1 src/Components/test/E2ETest/Tests/WebAssemblyPrerenderedTest.cs
  54. +2 −0 src/Components/test/testassets/Components.TestServer/Components.TestServer.csproj
  55. +1 −0 src/Components/test/testassets/Components.TestServer/Program.cs
  56. +24 −0 src/Components/test/testassets/Components.TestServer/RazorComponents/RemoteAuthenticationApp.razor
  57. +97 −0 src/Components/test/testassets/Components.TestServer/RemoteAuthenticationStartup.cs
  58. +20 −0 ...ts/test/testassets/Components.WasmRemoteAuthentication/Components.WasmRemoteAuthentication.csproj
  59. +9 −0 src/Components/test/testassets/Components.WasmRemoteAuthentication/Pages/Authentication.razor
  60. +13 −0 ...mponents/test/testassets/Components.WasmRemoteAuthentication/Pages/TestRemoteAuthentication.razor
  61. +15 −0 src/Components/test/testassets/Components.WasmRemoteAuthentication/Program.cs
  62. +21 −0 src/Components/test/testassets/Components.WasmRemoteAuthentication/Properties/launchSettings.json
  63. +14 −0 src/Components/test/testassets/Components.WasmRemoteAuthentication/RedirectToLogin.razor
  64. +27 −0 src/Components/test/testassets/Components.WasmRemoteAuthentication/Routes.razor
  65. +2 −0 src/DataProtection/CreateTestCert.ps1
  66. +34 −0 src/DataProtection/DataProtection/src/Internal/DefaultTypeNameResolver.cs
  67. +12 −0 src/DataProtection/DataProtection/src/Internal/ITypeNameResolver.cs
  68. +10 −7 src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs
  69. +13 −0 src/DataProtection/DataProtection/src/TypeExtensions.cs
  70. +10 −7 src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs
  71. +94 −0 ...tion/test/Microsoft.AspNetCore.DataProtection.Tests/XmlEncryption/XmlEncryptionExtensionsTests.cs
  72. +13 −0 ...pNetCoreAnalyzers/src/Analyzers/RouteEmbeddedLanguage/Infrastructure/RouteStringSyntaxDetector.cs
  73. +6 −0 ...rk/AspNetCoreAnalyzers/src/Analyzers/RouteEmbeddedLanguage/Infrastructure/SyntaxNodeExtensions.cs
  74. +1 −1 src/Framework/AspNetCoreAnalyzers/test/Microsoft.AspNetCore.App.Analyzers.Test.csproj
  75. +132 −0 src/Framework/AspNetCoreAnalyzers/test/RouteEmbeddedLanguage/RoutePatternAnalyzerTests.cs
  76. +3 −1 src/Hosting/Server.IntegrationTesting/src/Deployers/RemoteWindowsDeployer/RemotePSSessionHelper.ps1
  77. +38 −9 src/Servers/Kestrel/Core/src/Internal/Http2/Http2FrameWriter.cs
  78. +24 −11 src/Servers/Kestrel/Core/src/Internal/Http2/Http2OutputProducer.cs
  79. +1 −1 src/submodules/googletest
Loading