File tree
8 files changed
+33
-33
lines changed8 files changed
+33
-33
lines changedSubmodule aspnetcore updated 54 files
- eng/Build.props+1-1
- eng/Version.Details.xml+185-184
- eng/Versions.props+90-90
- eng/build.ps1+4-5
- eng/common/cross/build-rootfs.sh+47-26
- eng/common/templates-official/job/onelocbuild.yml+1-1
- eng/common/templates-official/job/source-build.yml+2-2
- eng/common/templates-official/jobs/source-build.yml+1-1
- eng/common/templates-official/post-build/post-build.yml+3-3
- eng/common/templates-official/variables/pool-providers.yml+1-1
- eng/common/templates/job/source-build.yml+2-2
- eng/common/templates/jobs/source-build.yml+1-1
- eng/scripts/RunHelix.ps1+2-2
- eng/targets/Wix.Common.props+1-1
- eng/tools/RepoTasks/RepoTasks.csproj+1-1
- global.json+4-4
- src/Components/Web.JS/src/Rendering/DomMerging/AttributeSync.ts+7
- src/Components/WebView/test/E2ETest/WebViewManagerE2ETests.cs+1
- src/Components/test/E2ETest/ServerRenderingTests/EnhancedNavigationTest.cs+19
- src/Components/test/testassets/Components.TestServer/RazorComponents/Pages/EnhancedNav/PageWithLinkTag1.razor+9
- src/Components/test/testassets/Components.TestServer/RazorComponents/Pages/EnhancedNav/PageWithLinkTag2.razor+9
- src/Components/test/testassets/Components.TestServer/wwwroot/css/.gitattributes+2
- src/Components/test/testassets/Components.TestServer/wwwroot/css/cssfile1.css+4
- src/Components/test/testassets/Components.TestServer/wwwroot/css/cssfile2.css+4
- src/DataProtection/DataProtection/src/KeyManagement/DeferredKey.cs-60
- src/DataProtection/DataProtection/src/KeyManagement/Key.cs+130-4
- src/DataProtection/DataProtection/src/KeyManagement/KeyBase.cs-77
- src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs+35-6
- src/DataProtection/DataProtection/test/Microsoft.AspNetCore.DataProtection.Tests/KeyManagement/DeferredKeyTests.cs+3-3
- src/DataProtection/DataProtection/test/Microsoft.AspNetCore.DataProtection.Tests/KeyManagement/XmlKeyManagerTests.cs+184
- src/Http/Http.Features/src/CookieOptions.cs+7
- src/Middleware/Diagnostics/src/DeveloperExceptionPage/Views/CompilationErrorPage.Designer.cs+73-60
- src/Middleware/Diagnostics/src/DeveloperExceptionPage/Views/ErrorPage.Designer.cs+185-158
- src/Middleware/Diagnostics/src/DeveloperExceptionPage/Views/ErrorPage.css+14-1
- src/Middleware/Diagnostics/src/WelcomePage/Views/WelcomePage.Designer.cs+1-1
- src/Mvc/Mvc.Razor/src/TagHelpers/UrlResolutionTagHelper.cs+21-49
- src/Mvc/Mvc.Razor/test/TagHelpers/UrlResolutionTagHelperTest.cs+10
- src/Mvc/Mvc.ViewFeatures/src/Rendering/IHtmlHelperOfT.cs+2-3
- src/Mvc/Mvc.ViewFeatures/src/Rendering/TagBuilder.cs+23-53
- src/Mvc/Mvc.ViewFeatures/test/Rendering/TagBuilderTest.cs+27
- src/Mvc/perf/Microbenchmarks/Microsoft.AspNetCore.Mvc/TagBuilderBenchmark.cs+16
- src/Security/Authorization/Core/src/AuthorizationServiceExtensions.cs+4-4
- src/Security/Authorization/Core/src/DefaultAuthorizationService.cs+2-2
- src/Security/Authorization/Core/src/IAuthorizationService.cs+2-2
- src/Security/CookiePolicy/src/CookiePolicyMiddleware.cs+8
- src/Servers/IIS/AspNetCoreModuleV2/CommonLib/WebConfigConfigurationSource.cpp+1-1
- src/Servers/IIS/AspNetCoreModuleV2/InProcessRequestHandler/inprocessapplication.cpp+1-1
- src/Servers/Kestrel/Core/src/Internal/Http/HttpHeaders.Generated.cs+21-1
- src/Servers/Kestrel/Core/src/Internal/Http/HttpRequestHeaders.cs+2-3
- src/Servers/Kestrel/Core/src/Internal/Http/HttpResponseHeaders.cs+2-3
- src/Servers/Kestrel/Core/test/HttpRequestHeadersTests.cs+12
- src/Servers/Kestrel/Core/test/HttpResponseHeadersTests.cs+12
- src/Servers/Kestrel/shared/KnownHeaders.cs+11-1
- src/submodules/googletest+1-1
+26-26
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
| 6 | + | |
| 7 | + | |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 |
| - | |
| 12 | + | |
| 13 | + | |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 |
| - | |
| 18 | + | |
| 19 | + | |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
25 |
| - | |
| 24 | + | |
| 25 | + | |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
31 |
| - | |
| 30 | + | |
| 31 | + | |
32 | 32 |
| |
33 |
| - | |
| 33 | + | |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 |
| - | |
| 36 | + | |
| 37 | + | |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
43 |
| - | |
| 42 | + | |
| 43 | + | |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
49 |
| - | |
50 |
| - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
51 | 51 |
|
Submodule roslyn updated 1418 files
- .vsts-ci.yml+3-2
- .vsts-pr.yml+3-2
- CODEOWNERS+3-1
- eng/Version.Details.xml+212-212
- eng/Versions.props+67-67
- eng/build-pr.yml+66-76
- eng/build.yml+66-76
- eng/common/cross/build-rootfs.sh+47-26
- eng/common/templates-official/job/onelocbuild.yml+1-1
- eng/common/templates-official/job/source-build.yml+2-2
- eng/common/templates-official/jobs/source-build.yml+1-1
- eng/common/templates-official/post-build/post-build.yml+3-3
- eng/common/templates-official/variables/pool-providers.yml+1-1
- eng/common/templates/job/source-build.yml+2-2
- eng/common/templates/jobs/source-build.yml+1-1
- global.json+3-3
- src/Assets/TestProjects/KitchenSink/TestApp/TestApp.csproj+1
- src/Containers/Microsoft.NET.Build.Containers/Registry/Registry.cs+1
- src/Resolvers/Microsoft.DotNet.MSBuildSdkResolver/Microsoft.DotNet.MSBuildSdkResolver.csproj+10-3
- src/Resolvers/Microsoft.NET.Sdk.WorkloadManifestReader/WorkloadManifestReader.SystemTextJson.cs+17-12
- src/Tasks/Microsoft.NET.Build.Extensions.Tasks.UnitTests/Microsoft.NET.Build.Extensions.Tasks.UnitTests.csproj+2-1
- src/Tasks/Microsoft.NET.Build.Tasks.UnitTests/Microsoft.NET.Build.Tasks.UnitTests.csproj+1-1
- src/Tasks/Microsoft.NET.Build.Tasks/GenerateBundle.cs+1
- src/Tasks/Microsoft.NET.Build.Tasks/ProcessFrameworkReferences.cs+1
- src/Tasks/Microsoft.NET.Build.Tasks/ResolveReadyToRunCompilers.cs+4
- src/Tasks/Microsoft.NET.Build.Tasks/ResolveRuntimePackAssets.cs+51-2
- src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets+1
- src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.targets+5
- test/Common/Program.UnitTests.cs-24
- test/Common/Program.cs+2
- test/HelixTasks/SDKCustomCreateXUnitWorkItemsWithTestExclusion.cs+16-11
- test/Microsoft.NET.Build.Tests/GivenFrameworkReferences.cs+2-2
- test/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishAProjectWithAllFeatures.cs+1
- test/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishTrimmedWindowsFormsAndWPFApps.cs+269
- test/Microsoft.NET.Publish.Tests/GivenThatWeWantToRunILLink.cs+30-12
- test/Microsoft.NET.Publish.Tests/PublishTestUtils.cs+7
- test/Microsoft.NET.TestFramework/TestCommandLine.cs+18-1
- test/Microsoft.NET.TestFramework/TestContext.cs+5
- test/dotnet-new.Tests/Approvals/DotnetNewCompleteTests.CanDoTabCompletion.Linux.verified.txt+1
- test/dotnet-new.Tests/Approvals/DotnetNewCompleteTests.CanDoTabCompletion.OSX.verified.txt+1
- test/dotnet-new.Tests/Approvals/DotnetNewCompleteTests.CanDoTabCompletion.Windows.verified.txt+1
- test/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenLegacyCommandIsUsed_common.Linux.verified.txt+1
- test/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenLegacyCommandIsUsed_common.OSX.verified.txt+1
- test/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenLegacyCommandIsUsed_common.Windows.verified.txt+1
- test/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenListCommandIsUsed.Linux.verified.txt+1
- test/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenListCommandIsUsed.OSX.verified.txt+1
- test/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenListCommandIsUsed.Windows.verified.txt+1
- test/dotnet-watch.Tests/Utilities/AwaitableProcess.cs+5-2
Submodule templating updated 12 files
- README.md+1
- eng/Version.Details.xml+14-14
- eng/Versions.props+3-3
- eng/common/cross/build-rootfs.sh+47-26
- eng/common/templates-official/job/onelocbuild.yml+1-1
- eng/common/templates-official/job/source-build.yml+2-2
- eng/common/templates-official/jobs/source-build.yml+1-1
- eng/common/templates-official/post-build/post-build.yml+3-3
- eng/common/templates-official/variables/pool-providers.yml+1-1
- eng/common/templates/job/source-build.yml+2-2
- eng/common/templates/jobs/source-build.yml+1-1
- global.json+1-1
0 commit comments