Skip to content

Commit 591c1d5

Browse files
authored
CI Update (#10686)
1 parent 6d2d651 commit 591c1d5

File tree

67 files changed

+325988
-1639
lines changed

Some content is hidden

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

67 files changed

+325988
-1639
lines changed

xml/Microsoft.Extensions.Caching.Hybrid/HybridCache.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@
180180
<typeparam name="TState">The type of additional state required by <paramref name="factory" />.</typeparam>
181181
<typeparam name="T">The type of the data being considered.</typeparam>
182182
<param name="key">The key of the entry to look for or create.</param>
183-
<param name="factory">Provides the underlying data service if the data is not available in the cache.</param>
184183
<param name="state">The state required for <paramref name="factory" />.</param>
184+
<param name="factory">Provides the underlying data service if the data is not available in the cache.</param>
185185
<param name="options">Additional options for this cache entry.</param>
186186
<param name="tags">The tags to associate with this cache item.</param>
187187
<param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken" /> used to propagate notifications that the operation should be canceled.</param>

xml/Microsoft.Extensions.DependencyInjection.Extensions/ServiceCollectionDescriptorExtensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,8 +648,8 @@
648648
<Docs>
649649
<typeparam name="TService">The type of the service to add.</typeparam>
650650
<param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" />.</param>
651-
<param name="implementationFactory">The factory that creates the service.</param>
652651
<param name="serviceKey">The service key.</param>
652+
<param name="implementationFactory">The factory that creates the service.</param>
653653
<summary>
654654
Adds the specified <typeparamref name="TService" /> as a <see cref="F:Microsoft.Extensions.DependencyInjection.ServiceLifetime.Scoped" /> service
655655
using the factory specified in <paramref name="implementationFactory" />

xml/Microsoft.Extensions.Diagnostics.Metrics/MetricsBuilderExtensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
<Parameter Name="listener" Type="Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener" />
4848
</Parameters>
4949
<Docs>
50-
<param name="listener">The implementation type of the listener.</param>
5150
<param name="builder">The <see cref="T:Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder" />.</param>
51+
<param name="listener">The implementation type of the listener.</param>
5252
<summary>
5353
Registers a new <see cref="T:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener" /> instance.
5454
</summary>

xml/SourceLinkInformation/windowsdesktop-7.0/Microsoft.VisualBasic.Forms.json

Lines changed: 1609 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"Assembly": "Microsoft.Win32.Registry.AccessControl",
3+
"GUID": "F4FB74EE60C1408E90E30BDF3E2CF99DFFFFFFFF",
4+
"Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=",
5+
"Types": [
6+
{
7+
"Members": [
8+
{
9+
"DocsId": "M:Microsoft.Win32.RegistryAclExtensions.GetAccessControl(Microsoft.Win32.RegistryKey)",
10+
"SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs#L13C13-L18C43"
11+
},
12+
{
13+
"DocsId": "M:Microsoft.Win32.RegistryAclExtensions.GetAccessControl(Microsoft.Win32.RegistryKey,System.Security.AccessControl.AccessControlSections)",
14+
"SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs#L23C13-L28C58"
15+
},
16+
{
17+
"DocsId": "M:Microsoft.Win32.RegistryAclExtensions.SetAccessControl(Microsoft.Win32.RegistryKey,System.Security.AccessControl.RegistrySecurity)",
18+
"SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs#L33C13-L39C10"
19+
}
20+
],
21+
"DocsId": "T:Microsoft.Win32.RegistryAclExtensions",
22+
"SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs"
23+
}
24+
]
25+
}

xml/SourceLinkInformation/windowsdesktop-7.0/Microsoft.Win32.SystemEvents.json

Lines changed: 489 additions & 0 deletions
Large diffs are not rendered by default.

xml/SourceLinkInformation/windowsdesktop-7.0/System.CodeDom.json

Lines changed: 4229 additions & 0 deletions
Large diffs are not rendered by default.

xml/SourceLinkInformation/windowsdesktop-7.0/System.Configuration.ConfigurationManager.json

Lines changed: 5203 additions & 0 deletions
Large diffs are not rendered by default.

xml/SourceLinkInformation/windowsdesktop-7.0/System.Diagnostics.EventLog.json

Lines changed: 1795 additions & 0 deletions
Large diffs are not rendered by default.

xml/SourceLinkInformation/windowsdesktop-7.0/System.Diagnostics.PerformanceCounter.json

Lines changed: 975 additions & 0 deletions
Large diffs are not rendered by default.

xml/SourceLinkInformation/windowsdesktop-7.0/System.DirectoryServices.json

Lines changed: 6077 additions & 0 deletions
Large diffs are not rendered by default.

xml/SourceLinkInformation/windowsdesktop-7.0/System.Drawing.Common.json

Lines changed: 11243 additions & 0 deletions
Large diffs are not rendered by default.

xml/SourceLinkInformation/windowsdesktop-7.0/System.IO.Packaging.json

Lines changed: 629 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
{
2+
"Assembly": "System.Resources.Extensions",
3+
"GUID": "F98A283F06F54CC7ABFF1E818D14BEDEFFFFFFFF",
4+
"Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=",
5+
"Types": [
6+
{
7+
"Members": [
8+
{
9+
"DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.#ctor(System.String)",
10+
"SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L44C9-L59C10"
11+
},
12+
{
13+
"DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.#ctor(System.IO.Stream)",
14+
"SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L61C9-L81C10"
15+
},
16+
{
17+
"DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.String)",
18+
"SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L88C13-L101C10"
19+
},
20+
{
21+
"DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.Object)",
22+
"SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L108C13-L129C10"
23+
},
24+
{
25+
"DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.IO.Stream,System.Boolean)",
26+
"SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L137C13-L148C10"
27+
},
28+
{
29+
"DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.Byte[])",
30+
"SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L177C13-L190C10"
31+
},
32+
{
33+
"DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.Close",
34+
"SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L233C13-L234C10"
35+
},
36+
{
37+
"DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.Dispose",
38+
"SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L253C13-L254C10"
39+
},
40+
{
41+
"DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.Generate",
42+
"SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L263C13-L434C10"
43+
},
44+
{
45+
"DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.String,System.String)",
46+
"SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L73C13-L119C10"
47+
},
48+
{
49+
"DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddTypeConverterResource(System.String,System.Byte[],System.String)",
50+
"SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L130C13-L146C10"
51+
},
52+
{
53+
"DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddBinaryFormattedResource(System.String,System.Byte[],System.String)",
54+
"SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L157C13-L178C10"
55+
},
56+
{
57+
"DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddActivatorResource(System.String,System.IO.Stream,System.String,System.Boolean)",
58+
"SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L190C13-L209C10"
59+
}
60+
],
61+
"DocsId": "T:System.Resources.Extensions.PreserializedResourceWriter",
62+
"SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs"
63+
},
64+
{
65+
"Members": [
66+
{
67+
"DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.#ctor(System.String)",
68+
"SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L92C9-L111C10"
69+
},
70+
{
71+
"DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.#ctor(System.IO.Stream)",
72+
"SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L113C9-L136C10"
73+
},
74+
{
75+
"DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.Close",
76+
"SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L142C13-L143C10"
77+
},
78+
{
79+
"DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.Dispose",
80+
"SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L147C13-L148C10"
81+
},
82+
{
83+
"DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.System#Collections#IEnumerable#GetEnumerator",
84+
"SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L227C13-L227C36"
85+
},
86+
{
87+
"DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.GetEnumerator",
88+
"SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L232C13-L234C49"
89+
}
90+
],
91+
"DocsId": "T:System.Resources.Extensions.DeserializingResourceReader",
92+
"SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/DeserializingResourceReader.cs"
93+
}
94+
]
95+
}

0 commit comments

Comments
 (0)