Skip to content

Commit 6756697

Browse files
authored
[automated] Merge branch 'release/10.0.2xx' => 'main' (#51851)
2 parents 3c7cf99 + f1ff2b8 commit 6756697

File tree

76 files changed

+1050
-996
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+1050
-996
lines changed

NuGet.config

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-dotnet -->
7+
<add key="darc-pub-dotnet-dotnet-b0f34d5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-b0f34d51/nuget/v3/index.json" />
8+
<add key="darc-int-dotnet-dotnet-b0f34d5" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-dotnet-b0f34d51/nuget/v3/index.json" />
9+
<add key="darc-int-dotnet-dotnet-b0f34d5-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-dotnet-b0f34d51-1/nuget/v3/index.json" />
710
<!-- End: Package sources from dotnet-dotnet -->
811
<!-- Begin: Package sources from microsoft-testfx -->
912
<!-- End: Package sources from microsoft-testfx -->
@@ -40,6 +43,10 @@
4043
<disabledPackageSources>
4144
<clear />
4245
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
46+
<!-- Begin: Package sources from dotnet-dotnet -->
47+
<add key="darc-int-dotnet-dotnet-b0f34d5-1" value="true" />
48+
<add key="darc-int-dotnet-dotnet-b0f34d5" value="true" />
49+
<!-- End: Package sources from dotnet-dotnet -->
4350
<!-- Begin: Package sources from dotnet-runtime -->
4451
<!-- End: Package sources from dotnet-runtime -->
4552
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->

eng/Version.Details.props

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8"?>
12
<!--
23
This file is auto-generated by the Maestro dependency flow system.
34
Do not edit it manually, as it will get overwritten by automation.
45
This file should be imported by eng/Versions.props
56
-->
67
<Project>
78
<PropertyGroup>
9+
<!-- dotnet/templating dependencies -->
10+
<MicrosoftTemplateEngineAbstractionsPackageVersion>10.0.200-preview.25563.5</MicrosoftTemplateEngineAbstractionsPackageVersion>
11+
<MicrosoftTemplateEngineAuthoringTemplateVerifierPackageVersion>10.0.200-preview.25563.5</MicrosoftTemplateEngineAuthoringTemplateVerifierPackageVersion>
12+
<MicrosoftTemplateEngineEdgePackageVersion>10.0.200-preview.25563.5</MicrosoftTemplateEngineEdgePackageVersion>
13+
<MicrosoftTemplateEngineMocksPackageVersion>10.0.200-preview.25563.5</MicrosoftTemplateEngineMocksPackageVersion>
14+
<MicrosoftTemplateEngineOrchestratorRunnableProjectsPackageVersion>10.0.200-preview.25563.5</MicrosoftTemplateEngineOrchestratorRunnableProjectsPackageVersion>
15+
<MicrosoftTemplateEngineTestHelperPackageVersion>10.0.200-preview.25563.5</MicrosoftTemplateEngineTestHelperPackageVersion>
16+
<MicrosoftTemplateEngineUtilsPackageVersion>10.0.200-preview.25563.5</MicrosoftTemplateEngineUtilsPackageVersion>
17+
<MicrosoftTemplateSearchCommonPackageVersion>10.0.200-preview.25563.5</MicrosoftTemplateSearchCommonPackageVersion>
18+
<MicrosoftTemplateSearchTemplateDiscoveryPackageVersion>10.0.200-preview.25563.5</MicrosoftTemplateSearchTemplateDiscoveryPackageVersion>
819
<!-- dotnet/dotnet dependencies -->
920
<dotnetdevcertsPackageVersion>10.0.0-rc.3.25567.101</dotnetdevcertsPackageVersion>
1021
<dotnetuserjwtsPackageVersion>10.0.0-rc.3.25567.101</dotnetuserjwtsPackageVersion>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
<VersionFeature60>36</VersionFeature60>
3939
<VersionFeature70>20</VersionFeature70>
4040
<!-- This version should be N-1 (ie the currently released version) in the preview branch but N-2 in main so that workloads stay behind the unreleased version -->
41-
<VersionFeature80>21</VersionFeature80>
42-
<VersionFeature90>10</VersionFeature90>
41+
<VersionFeature80>22</VersionFeature80>
42+
<VersionFeature90>11</VersionFeature90>
4343
<!-- Should be kept in sync with VersionFeature70. It should match the version of Microsoft.NET.ILLink.Tasks
4444
referenced by the same 7.0 SDK that references the 7.0.VersionFeature70 runtime pack. -->
4545
<_NET70ILLinkPackVersion>7.0.100-1.23211.1</_NET70ILLinkPackVersion>

src/BuiltInTools/Web.Middleware/WebSocketScriptInjection.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,11 @@ setTimeout(async function () {
208208
console.debug('Reporting Hot Reload diagnostics.');
209209

210210
document.querySelectorAll('#dotnet-compile-error').forEach(el => el.remove());
211+
212+
if (diagnostics.length == 0) {
213+
return;
214+
}
215+
211216
const el = document.body.appendChild(document.createElement('div'));
212217
el.id = 'dotnet-compile-error';
213218
el.setAttribute('style', 'z-index:1000000; position:fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.5); color:black; overflow: scroll;');
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
4+
namespace Microsoft.TemplateEngine.Cli;
5+
6+
internal static class CollectionExtensions
7+
{
8+
public static void AddRange<T>(this ICollection<T> collection, IEnumerable<T> items)
9+
{
10+
foreach (T item in items)
11+
{
12+
collection.Add(item);
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)