Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d24e13

Browse files
[main] Source code updates from dotnet/diagnostics (#2205)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Alexander Köplinger <[email protected]>
1 parent 860c127 commit 9d24e13

Some content is hidden

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

51 files changed

+581
-285
lines changed

src/diagnostics/diagnostics.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ pr:
3232
- LICENSE.TXT
3333

3434
variables:
35+
- ${{ if and(notin(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.DefinitionName'], 'dotnet-diagnostics')) }}:
36+
- name: isOfficialBuild
37+
value: true
38+
- ${{ else }}:
39+
- name: isOfficialBuild
40+
value: false
3541
- template : /eng/pipelines/global-variables.yml
3642
parameters:
3743
runtimeFeed: ${{ parameters.runtimeFeed }}
@@ -354,3 +360,11 @@ extends:
354360

355361
# This sets up the bits to do a Release.
356362
- template: /eng/pipelines/prepare-release.yml
363+
parameters:
364+
isOfficialBuild: ${{ variables['isOfficialBuild'] }}
365+
repoAllowList: https://github.com/dotnet/diagnostics https://dev.azure.com/dnceng/internal/_git/dotnet-diagnostics
366+
productAllowList: diagnostics dotnet-diagnostics
367+
${{ if eq(variables['isOfficialBuild'], 'true') }}:
368+
dependsOn: [ publish_using_darc ]
369+
${{ else }}:
370+
dependsOn: [ build ]
Lines changed: 66 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,66 @@
1-
<!-- will get filled in the next backflow -->
1+
<!--
2+
This file is auto-generated by the Maestro dependency flow system.
3+
Do not edit it manually, as it will get overwritten by automation.
4+
This file should be imported by eng/Versions.props
5+
-->
6+
<Project>
7+
<PropertyGroup>
8+
<!-- microsoft/clrmd dependencies -->
9+
<MicrosoftDiagnosticsRuntimePackageVersion>4.0.0-beta.25381.2</MicrosoftDiagnosticsRuntimePackageVersion>
10+
<MicrosoftDiagnosticsRuntimeUtilitiesPackageVersion>4.0.0-beta.25381.2</MicrosoftDiagnosticsRuntimeUtilitiesPackageVersion>
11+
<!-- dotnet/command-line-api dependencies -->
12+
<SystemCommandLinePackageVersion>2.0.0-beta5.25210.1</SystemCommandLinePackageVersion>
13+
<!-- dotnet/android dependencies -->
14+
<XamarinAndroidToolsAndroidSdkPackageVersion>1.0.105-preview.225</XamarinAndroidToolsAndroidSdkPackageVersion>
15+
<!-- dotnet/dotnet dependencies -->
16+
<MicrosoftAspNetCoreAppRefPackageVersion>10.0.0-rc.2.25420.109</MicrosoftAspNetCoreAppRefPackageVersion>
17+
<MicrosoftAspNetCoreAppRefInternalPackageVersion>10.0.0-rc.2.25420.109</MicrosoftAspNetCoreAppRefInternalPackageVersion>
18+
<MicrosoftCodeAnalysisPackageVersion>5.0.0-2.25420.109</MicrosoftCodeAnalysisPackageVersion>
19+
<MicrosoftCodeAnalysisAnalyzersPackageVersion>5.0.0-2.25420.109</MicrosoftCodeAnalysisAnalyzersPackageVersion>
20+
<MicrosoftCodeAnalysisCSharpPackageVersion>5.0.0-2.25420.109</MicrosoftCodeAnalysisCSharpPackageVersion>
21+
<MicrosoftCodeAnalysisNetAnalyzersPackageVersion>10.0.0-preview.25420.109</MicrosoftCodeAnalysisNetAnalyzersPackageVersion>
22+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25420.109</MicrosoftDotNetArcadeSdkPackageVersion>
23+
<MicrosoftDotNetCodeAnalysisPackageVersion>10.0.0-beta.25420.109</MicrosoftDotNetCodeAnalysisPackageVersion>
24+
<MicrosoftNETSdkPackageVersion>10.0.100-rc.2.25420.109</MicrosoftNETSdkPackageVersion>
25+
<MicrosoftNETCoreAppRefPackageVersion>10.0.0-rc.2.25420.109</MicrosoftNETCoreAppRefPackageVersion>
26+
<MicrosoftNETCorePlatformsPackageVersion>10.0.0-rc.2.25420.109</MicrosoftNETCorePlatformsPackageVersion>
27+
<runtimelinuxarm64MicrosoftDotNetCdacTransportPackageVersion>10.0.0-rc.2.25420.109</runtimelinuxarm64MicrosoftDotNetCdacTransportPackageVersion>
28+
<runtimelinuxx64MicrosoftDotNetCdacTransportPackageVersion>10.0.0-rc.2.25420.109</runtimelinuxx64MicrosoftDotNetCdacTransportPackageVersion>
29+
<runtimeosxarm64MicrosoftDotNetCdacTransportPackageVersion>10.0.0-rc.2.25420.109</runtimeosxarm64MicrosoftDotNetCdacTransportPackageVersion>
30+
<runtimeosxx64MicrosoftDotNetCdacTransportPackageVersion>10.0.0-rc.2.25420.109</runtimeosxx64MicrosoftDotNetCdacTransportPackageVersion>
31+
<runtimewinarm64MicrosoftDotNetCdacTransportPackageVersion>10.0.0-rc.2.25420.109</runtimewinarm64MicrosoftDotNetCdacTransportPackageVersion>
32+
<runtimewinx64MicrosoftDotNetCdacTransportPackageVersion>10.0.0-rc.2.25420.109</runtimewinx64MicrosoftDotNetCdacTransportPackageVersion>
33+
<!-- dotnet/arcade dependencies -->
34+
<MicrosoftDotNetRemoteExecutorPackageVersion>7.0.0-beta.22316.2</MicrosoftDotNetRemoteExecutorPackageVersion>
35+
</PropertyGroup>
36+
<!--Property group for alternate package version names-->
37+
<PropertyGroup>
38+
<!-- microsoft/clrmd dependencies -->
39+
<MicrosoftDiagnosticsRuntimeVersion>$(MicrosoftDiagnosticsRuntimePackageVersion)</MicrosoftDiagnosticsRuntimeVersion>
40+
<MicrosoftDiagnosticsRuntimeUtilitiesVersion>$(MicrosoftDiagnosticsRuntimeUtilitiesPackageVersion)</MicrosoftDiagnosticsRuntimeUtilitiesVersion>
41+
<!-- dotnet/command-line-api dependencies -->
42+
<SystemCommandLineVersion>$(SystemCommandLinePackageVersion)</SystemCommandLineVersion>
43+
<!-- dotnet/android dependencies -->
44+
<XamarinAndroidToolsAndroidSdkVersion>$(XamarinAndroidToolsAndroidSdkPackageVersion)</XamarinAndroidToolsAndroidSdkVersion>
45+
<!-- dotnet/dotnet dependencies -->
46+
<MicrosoftAspNetCoreAppRefVersion>$(MicrosoftAspNetCoreAppRefPackageVersion)</MicrosoftAspNetCoreAppRefVersion>
47+
<MicrosoftAspNetCoreAppRefInternalVersion>$(MicrosoftAspNetCoreAppRefInternalPackageVersion)</MicrosoftAspNetCoreAppRefInternalVersion>
48+
<MicrosoftCodeAnalysisVersion>$(MicrosoftCodeAnalysisPackageVersion)</MicrosoftCodeAnalysisVersion>
49+
<MicrosoftCodeAnalysisAnalyzersVersion>$(MicrosoftCodeAnalysisAnalyzersPackageVersion)</MicrosoftCodeAnalysisAnalyzersVersion>
50+
<MicrosoftCodeAnalysisCSharpVersion>$(MicrosoftCodeAnalysisCSharpPackageVersion)</MicrosoftCodeAnalysisCSharpVersion>
51+
<MicrosoftCodeAnalysisNetAnalyzersVersion>$(MicrosoftCodeAnalysisNetAnalyzersPackageVersion)</MicrosoftCodeAnalysisNetAnalyzersVersion>
52+
<MicrosoftDotNetArcadeSdkVersion>$(MicrosoftDotNetArcadeSdkPackageVersion)</MicrosoftDotNetArcadeSdkVersion>
53+
<MicrosoftDotNetCodeAnalysisVersion>$(MicrosoftDotNetCodeAnalysisPackageVersion)</MicrosoftDotNetCodeAnalysisVersion>
54+
<MicrosoftNETSdkVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETSdkVersion>
55+
<MicrosoftNETCoreAppRefVersion>$(MicrosoftNETCoreAppRefPackageVersion)</MicrosoftNETCoreAppRefVersion>
56+
<MicrosoftNETCorePlatformsVersion>$(MicrosoftNETCorePlatformsPackageVersion)</MicrosoftNETCorePlatformsVersion>
57+
<runtimelinuxarm64MicrosoftDotNetCdacTransportVersion>$(runtimelinuxarm64MicrosoftDotNetCdacTransportPackageVersion)</runtimelinuxarm64MicrosoftDotNetCdacTransportVersion>
58+
<runtimelinuxx64MicrosoftDotNetCdacTransportVersion>$(runtimelinuxx64MicrosoftDotNetCdacTransportPackageVersion)</runtimelinuxx64MicrosoftDotNetCdacTransportVersion>
59+
<runtimeosxarm64MicrosoftDotNetCdacTransportVersion>$(runtimeosxarm64MicrosoftDotNetCdacTransportPackageVersion)</runtimeosxarm64MicrosoftDotNetCdacTransportVersion>
60+
<runtimeosxx64MicrosoftDotNetCdacTransportVersion>$(runtimeosxx64MicrosoftDotNetCdacTransportPackageVersion)</runtimeosxx64MicrosoftDotNetCdacTransportVersion>
61+
<runtimewinarm64MicrosoftDotNetCdacTransportVersion>$(runtimewinarm64MicrosoftDotNetCdacTransportPackageVersion)</runtimewinarm64MicrosoftDotNetCdacTransportVersion>
62+
<runtimewinx64MicrosoftDotNetCdacTransportVersion>$(runtimewinx64MicrosoftDotNetCdacTransportPackageVersion)</runtimewinx64MicrosoftDotNetCdacTransportVersion>
63+
<!-- dotnet/arcade dependencies -->
64+
<MicrosoftDotNetRemoteExecutorVersion>$(MicrosoftDotNetRemoteExecutorPackageVersion)</MicrosoftDotNetRemoteExecutorVersion>
65+
</PropertyGroup>
66+
</Project>
Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Dependencies>
2-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="diagnostics" Sha="eaa19c281d34580a8168cff9ce1e7337da8bfe4f" BarId="273855" />
2+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="diagnostics" Sha="619d5633513d1b31c528db4360833fce52f51829" BarId="280198" />
33
<ProductDependencies>
44
<Dependency Name="Microsoft.Diagnostics.Runtime" Version="4.0.0-beta.25381.2">
55
<Uri>https://github.com/microsoft/clrmd</Uri>
@@ -19,77 +19,77 @@
1919
</Dependency>
2020
</ProductDependencies>
2121
<ToolsetDependencies>
22-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25351.106">
22+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25420.109">
2323
<Uri>https://github.com/dotnet/dotnet</Uri>
24-
<Sha>eaa19c281d34580a8168cff9ce1e7337da8bfe4f</Sha>
24+
<Sha>619d5633513d1b31c528db4360833fce52f51829</Sha>
2525
</Dependency>
26-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.25351.106">
26+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.25420.109">
2727
<Uri>https://github.com/dotnet/dotnet</Uri>
28-
<Sha>eaa19c281d34580a8168cff9ce1e7337da8bfe4f</Sha>
28+
<Sha>619d5633513d1b31c528db4360833fce52f51829</Sha>
2929
</Dependency>
3030
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="7.0.0-beta.22316.2" Pinned="true">
3131
<Uri>https://github.com/dotnet/arcade</Uri>
3232
<Sha>ccfe6da198c5f05534863bbb1bff66e830e0c6ab</Sha>
3333
</Dependency>
34-
<Dependency Name="Microsoft.NET.Sdk" Version="10.0.100-preview.7.25351.106">
34+
<Dependency Name="Microsoft.NET.Sdk" Version="10.0.100-rc.2.25420.109">
3535
<Uri>https://github.com/dotnet/dotnet</Uri>
36-
<Sha>eaa19c281d34580a8168cff9ce1e7337da8bfe4f</Sha>
36+
<Sha>619d5633513d1b31c528db4360833fce52f51829</Sha>
3737
</Dependency>
38-
<Dependency Name="Microsoft.AspNetCore.App.Ref.Internal" Version="10.0.0-preview.7.25351.106">
38+
<Dependency Name="Microsoft.AspNetCore.App.Ref.Internal" Version="10.0.0-rc.2.25420.109">
3939
<Uri>https://github.com/dotnet/dotnet</Uri>
40-
<Sha>eaa19c281d34580a8168cff9ce1e7337da8bfe4f</Sha>
40+
<Sha>619d5633513d1b31c528db4360833fce52f51829</Sha>
4141
</Dependency>
42-
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="10.0.0-preview.7.25351.106">
42+
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="10.0.0-rc.2.25420.109">
4343
<Uri>https://github.com/dotnet/dotnet</Uri>
44-
<Sha>eaa19c281d34580a8168cff9ce1e7337da8bfe4f</Sha>
44+
<Sha>619d5633513d1b31c528db4360833fce52f51829</Sha>
4545
</Dependency>
46-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-preview.7.25351.106">
46+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-rc.2.25420.109">
4747
<Uri>https://github.com/dotnet/dotnet</Uri>
48-
<Sha>eaa19c281d34580a8168cff9ce1e7337da8bfe4f</Sha>
48+
<Sha>619d5633513d1b31c528db4360833fce52f51829</Sha>
4949
</Dependency>
50-
<Dependency Name="Microsoft.NETCore.Platforms" Version="10.0.0-preview.7.25351.106">
50+
<Dependency Name="Microsoft.NETCore.Platforms" Version="10.0.0-rc.2.25420.109">
5151
<Uri>https://github.com/dotnet/dotnet</Uri>
52-
<Sha>eaa19c281d34580a8168cff9ce1e7337da8bfe4f</Sha>
52+
<Sha>619d5633513d1b31c528db4360833fce52f51829</Sha>
5353
</Dependency>
54-
<Dependency Name="runtime.win-x64.Microsoft.DotNet.Cdac.Transport" Version="10.0.0-preview.7.25351.106">
54+
<Dependency Name="runtime.win-x64.Microsoft.DotNet.Cdac.Transport" Version="10.0.0-rc.2.25420.109">
5555
<Uri>https://github.com/dotnet/dotnet</Uri>
56-
<Sha>eaa19c281d34580a8168cff9ce1e7337da8bfe4f</Sha>
56+
<Sha>619d5633513d1b31c528db4360833fce52f51829</Sha>
5757
</Dependency>
58-
<Dependency Name="runtime.win-arm64.Microsoft.DotNet.Cdac.Transport" Version="10.0.0-preview.7.25351.106">
58+
<Dependency Name="runtime.win-arm64.Microsoft.DotNet.Cdac.Transport" Version="10.0.0-rc.2.25420.109">
5959
<Uri>https://github.com/dotnet/dotnet</Uri>
60-
<Sha>eaa19c281d34580a8168cff9ce1e7337da8bfe4f</Sha>
60+
<Sha>619d5633513d1b31c528db4360833fce52f51829</Sha>
6161
</Dependency>
62-
<Dependency Name="runtime.linux-x64.Microsoft.DotNet.Cdac.Transport" Version="10.0.0-preview.7.25351.106">
62+
<Dependency Name="runtime.linux-x64.Microsoft.DotNet.Cdac.Transport" Version="10.0.0-rc.2.25420.109">
6363
<Uri>https://github.com/dotnet/dotnet</Uri>
64-
<Sha>eaa19c281d34580a8168cff9ce1e7337da8bfe4f</Sha>
64+
<Sha>619d5633513d1b31c528db4360833fce52f51829</Sha>
6565
</Dependency>
66-
<Dependency Name="runtime.linux-arm64.Microsoft.DotNet.Cdac.Transport" Version="10.0.0-preview.7.25351.106">
66+
<Dependency Name="runtime.linux-arm64.Microsoft.DotNet.Cdac.Transport" Version="10.0.0-rc.2.25420.109">
6767
<Uri>https://github.com/dotnet/dotnet</Uri>
68-
<Sha>eaa19c281d34580a8168cff9ce1e7337da8bfe4f</Sha>
68+
<Sha>619d5633513d1b31c528db4360833fce52f51829</Sha>
6969
</Dependency>
70-
<Dependency Name="runtime.osx-x64.Microsoft.DotNet.Cdac.Transport" Version="10.0.0-preview.7.25351.106">
70+
<Dependency Name="runtime.osx-x64.Microsoft.DotNet.Cdac.Transport" Version="10.0.0-rc.2.25420.109">
7171
<Uri>https://github.com/dotnet/dotnet</Uri>
72-
<Sha>eaa19c281d34580a8168cff9ce1e7337da8bfe4f</Sha>
72+
<Sha>619d5633513d1b31c528db4360833fce52f51829</Sha>
7373
</Dependency>
74-
<Dependency Name="runtime.osx-arm64.Microsoft.DotNet.Cdac.Transport" Version="10.0.0-preview.7.25351.106">
74+
<Dependency Name="runtime.osx-arm64.Microsoft.DotNet.Cdac.Transport" Version="10.0.0-rc.2.25420.109">
7575
<Uri>https://github.com/dotnet/dotnet</Uri>
76-
<Sha>eaa19c281d34580a8168cff9ce1e7337da8bfe4f</Sha>
76+
<Sha>619d5633513d1b31c528db4360833fce52f51829</Sha>
7777
</Dependency>
78-
<Dependency Name="Microsoft.CodeAnalysis" Version="5.0.0-1.25351.106">
78+
<Dependency Name="Microsoft.CodeAnalysis" Version="5.0.0-2.25420.109">
7979
<Uri>https://github.com/dotnet/dotnet</Uri>
80-
<Sha>eaa19c281d34580a8168cff9ce1e7337da8bfe4f</Sha>
80+
<Sha>619d5633513d1b31c528db4360833fce52f51829</Sha>
8181
</Dependency>
82-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="5.0.0-1.25351.106">
82+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="5.0.0-2.25420.109">
8383
<Uri>https://github.com/dotnet/dotnet</Uri>
84-
<Sha>eaa19c281d34580a8168cff9ce1e7337da8bfe4f</Sha>
84+
<Sha>619d5633513d1b31c528db4360833fce52f51829</Sha>
8585
</Dependency>
86-
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="5.0.0-1.25351.106">
86+
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="5.0.0-2.25420.109">
8787
<Uri>https://github.com/dotnet/dotnet</Uri>
88-
<Sha>eaa19c281d34580a8168cff9ce1e7337da8bfe4f</Sha>
88+
<Sha>619d5633513d1b31c528db4360833fce52f51829</Sha>
8989
</Dependency>
90-
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.0-preview.25351.106">
90+
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.0-preview.25420.109">
9191
<Uri>https://github.com/dotnet/dotnet</Uri>
92-
<Sha>eaa19c281d34580a8168cff9ce1e7337da8bfe4f</Sha>
92+
<Sha>619d5633513d1b31c528db4360833fce52f51829</Sha>
9393
</Dependency>
9494
</ToolsetDependencies>
9595
</Dependencies>

0 commit comments

Comments
 (0)