Skip to content

Commit b2716ce

Browse files
gewarrenVSC-Service-Account
andauthored
CI Update (dotnet#9498)
Build.Reason:Manual by Genevieve Warren Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=401347&view=results source_repo.branch:master source_repo.url:https://apidrop.visualstudio.com/_git/binaries Co-authored-by: VSC-Service-Account <vscavu@microsoft.com>
1 parent cdb44ab commit b2716ce

File tree

1,812 files changed

+42863
-1640
lines changed

Some content is hidden

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

1,812 files changed

+42863
-1640
lines changed

xml/Microsoft.DotNet.PlatformAbstractions/HashCodeCombiner.xml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
<AttributeName Language="C#">[System.Obsolete("HashCodeCombiner has been deprecated. Use System.HashCode instead.")]</AttributeName>
3030
<AttributeName Language="F#">[&lt;System.Obsolete("HashCodeCombiner has been deprecated. Use System.HashCode instead.")&gt;]</AttributeName>
3131
</Attribute>
32+
<Attribute FrameworkAlternate="dotnet-plat-ext-8.0">
33+
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(0)]</AttributeName>
34+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(0)&gt;]</AttributeName>
35+
</Attribute>
36+
<Attribute FrameworkAlternate="dotnet-plat-ext-8.0">
37+
<AttributeName Language="C#">[System.Runtime.CompilerServices.NullableContext(2)]</AttributeName>
38+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.NullableContext(2)&gt;]</AttributeName>
39+
</Attribute>
3240
</Attributes>
3341
<Docs>
3442
<summary>To be added.</summary>
@@ -142,7 +150,14 @@
142150
</TypeParameters>
143151
<Parameters>
144152
<Parameter Name="value" Type="TValue" />
145-
<Parameter Name="comparer" Type="System.Collections.Generic.IEqualityComparer&lt;TValue&gt;" />
153+
<Parameter Name="comparer" Type="System.Collections.Generic.IEqualityComparer&lt;TValue&gt;">
154+
<Attributes>
155+
<Attribute FrameworkAlternate="dotnet-plat-ext-8.0">
156+
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(1)]</AttributeName>
157+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(1)&gt;]</AttributeName>
158+
</Attribute>
159+
</Attributes>
160+
</Parameter>
146161
</Parameters>
147162
<Docs>
148163
<typeparam name="TValue">To be added.</typeparam>

xml/Microsoft.Extensions.AmbientMetadata/ApplicationMetadata.xml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@
1313
<BaseTypeName>System.Object</BaseTypeName>
1414
</Base>
1515
<Interfaces />
16+
<Attributes>
17+
<Attribute>
18+
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(0)]</AttributeName>
19+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(0)&gt;]</AttributeName>
20+
</Attribute>
21+
<Attribute>
22+
<AttributeName Language="C#">[System.Runtime.CompilerServices.NullableContext(1)]</AttributeName>
23+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.NullableContext(1)&gt;]</AttributeName>
24+
</Attribute>
25+
</Attributes>
1626
<Docs>
1727
<summary>
1828
Application-level metadata model.
@@ -78,6 +88,20 @@
7888
<AssemblyName>Microsoft.Extensions.AmbientMetadata.Application</AssemblyName>
7989
<AssemblyVersion>8.0.0.0</AssemblyVersion>
8090
</AssemblyInfo>
91+
<Attributes>
92+
<Attribute>
93+
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(2)]</AttributeName>
94+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(2)&gt;]</AttributeName>
95+
</Attribute>
96+
<Attribute>
97+
<AttributeName Language="C#">[get: System.Runtime.CompilerServices.NullableContext(2)]</AttributeName>
98+
<AttributeName Language="F#">[&lt;get: System.Runtime.CompilerServices.NullableContext(2)&gt;]</AttributeName>
99+
</Attribute>
100+
<Attribute>
101+
<AttributeName Language="C#">[set: System.Runtime.CompilerServices.NullableContext(2)]</AttributeName>
102+
<AttributeName Language="F#">[&lt;set: System.Runtime.CompilerServices.NullableContext(2)&gt;]</AttributeName>
103+
</Attribute>
104+
</Attributes>
81105
<ReturnValue>
82106
<ReturnType>System.String</ReturnType>
83107
</ReturnValue>
@@ -101,6 +125,20 @@
101125
<AssemblyName>Microsoft.Extensions.AmbientMetadata.Application</AssemblyName>
102126
<AssemblyVersion>8.0.0.0</AssemblyVersion>
103127
</AssemblyInfo>
128+
<Attributes>
129+
<Attribute>
130+
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(2)]</AttributeName>
131+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(2)&gt;]</AttributeName>
132+
</Attribute>
133+
<Attribute>
134+
<AttributeName Language="C#">[get: System.Runtime.CompilerServices.NullableContext(2)]</AttributeName>
135+
<AttributeName Language="F#">[&lt;get: System.Runtime.CompilerServices.NullableContext(2)&gt;]</AttributeName>
136+
</Attribute>
137+
<Attribute>
138+
<AttributeName Language="C#">[set: System.Runtime.CompilerServices.NullableContext(2)]</AttributeName>
139+
<AttributeName Language="F#">[&lt;set: System.Runtime.CompilerServices.NullableContext(2)&gt;]</AttributeName>
140+
</Attribute>
141+
</Attributes>
104142
<ReturnValue>
105143
<ReturnType>System.String</ReturnType>
106144
</ReturnValue>

xml/Microsoft.Extensions.AsyncState/AsyncStateToken.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@
7373
<AssemblyName>Microsoft.Extensions.AsyncState</AssemblyName>
7474
<AssemblyVersion>8.0.0.0</AssemblyVersion>
7575
</AssemblyInfo>
76+
<Attributes>
77+
<Attribute>
78+
<AttributeName Language="C#">[System.Runtime.CompilerServices.NullableContext(2)]</AttributeName>
79+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.NullableContext(2)&gt;]</AttributeName>
80+
</Attribute>
81+
</Attributes>
7682
<ReturnValue>
7783
<ReturnType>System.Boolean</ReturnType>
7884
</ReturnValue>

xml/Microsoft.Extensions.AsyncState/IAsyncContext`1.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,22 @@
1010
<AssemblyVersion>8.0.0.0</AssemblyVersion>
1111
</AssemblyInfo>
1212
<TypeParameters>
13-
<TypeParameter Name="T" />
13+
<TypeParameter Name="T">
14+
<Attributes>
15+
<Attribute>
16+
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(1)]</AttributeName>
17+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(1)&gt;]</AttributeName>
18+
</Attribute>
19+
</Attributes>
20+
</TypeParameter>
1421
</TypeParameters>
1522
<Interfaces />
23+
<Attributes>
24+
<Attribute>
25+
<AttributeName Language="C#">[System.Runtime.CompilerServices.NullableContext(2)]</AttributeName>
26+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.NullableContext(2)&gt;]</AttributeName>
27+
</Attribute>
28+
</Attributes>
1629
<Docs>
1730
<typeparam name="T">The type of the asynchronous state.</typeparam>
1831
<summary>

xml/Microsoft.Extensions.AsyncState/IAsyncLocalContext`1.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
<AttributeName Language="C#">[System.Diagnostics.CodeAnalysis.Experimental("EXTEXP0006", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]</AttributeName>
3131
<AttributeName Language="F#">[&lt;System.Diagnostics.CodeAnalysis.Experimental("EXTEXP0006", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")&gt;]</AttributeName>
3232
</Attribute>
33+
<Attribute>
34+
<AttributeName Language="C#">[System.Runtime.CompilerServices.NullableContext(1)]</AttributeName>
35+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.NullableContext(1)&gt;]</AttributeName>
36+
</Attribute>
3337
</Attributes>
3438
<Docs>
3539
<typeparam name="T">The type of the asynchronous state.</typeparam>

xml/Microsoft.Extensions.AsyncState/IAsyncState.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
<AssemblyVersion>8.0.0.0</AssemblyVersion>
1111
</AssemblyInfo>
1212
<Interfaces />
13+
<Attributes>
14+
<Attribute>
15+
<AttributeName Language="C#">[System.Runtime.CompilerServices.NullableContext(2)]</AttributeName>
16+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.NullableContext(2)&gt;]</AttributeName>
17+
</Attribute>
18+
</Attributes>
1319
<Docs>
1420
<summary>
1521
Encapsulates all information within the asynchronous flow in an <see cref="T:System.Threading.AsyncLocal`1" /> variable.

xml/Microsoft.Extensions.Caching.Distributed/DistributedCacheEntryExtensions.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@
2323
<BaseTypeName>System.Object</BaseTypeName>
2424
</Base>
2525
<Interfaces />
26+
<Attributes>
27+
<Attribute FrameworkAlternate="dotnet-plat-ext-8.0">
28+
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(0)]</AttributeName>
29+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(0)&gt;]</AttributeName>
30+
</Attribute>
31+
<Attribute FrameworkAlternate="dotnet-plat-ext-8.0">
32+
<AttributeName Language="C#">[System.Runtime.CompilerServices.NullableContext(1)]</AttributeName>
33+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.NullableContext(1)&gt;]</AttributeName>
34+
</Attribute>
35+
</Attributes>
2636
<Docs>
2737
<summary>Provides extension methods for <see cref="T:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions" /> operations.</summary>
2838
<remarks>To be added.</remarks>

xml/Microsoft.Extensions.Caching.Distributed/DistributedCacheExtensions.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@
2323
<BaseTypeName>System.Object</BaseTypeName>
2424
</Base>
2525
<Interfaces />
26+
<Attributes>
27+
<Attribute FrameworkAlternate="dotnet-plat-ext-8.0">
28+
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(0)]</AttributeName>
29+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(0)&gt;]</AttributeName>
30+
</Attribute>
31+
<Attribute FrameworkAlternate="dotnet-plat-ext-8.0">
32+
<AttributeName Language="C#">[System.Runtime.CompilerServices.NullableContext(1)]</AttributeName>
33+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.NullableContext(1)&gt;]</AttributeName>
34+
</Attribute>
35+
</Attributes>
2636
<Docs>
2737
<summary>Extension methods for setting data in an <see cref="T:Microsoft.Extensions.Caching.Distributed.IDistributedCache" />.</summary>
2838
<remarks>To be added.</remarks>

xml/Microsoft.Extensions.Caching.Distributed/IDistributedCache.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
<AssemblyVersion>8.0.0.0</AssemblyVersion>
2222
</AssemblyInfo>
2323
<Interfaces />
24+
<Attributes>
25+
<Attribute FrameworkAlternate="dotnet-plat-ext-8.0">
26+
<AttributeName Language="C#">[System.Runtime.CompilerServices.NullableContext(1)]</AttributeName>
27+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.NullableContext(1)&gt;]</AttributeName>
28+
</Attribute>
29+
</Attributes>
2430
<Docs>
2531
<summary>Represents a distributed cache of serialized values.</summary>
2632
<remarks>To be added.</remarks>

xml/Microsoft.Extensions.Caching.Distributed/MemoryDistributedCache.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@
2727
<InterfaceName>Microsoft.Extensions.Caching.Distributed.IDistributedCache</InterfaceName>
2828
</Interface>
2929
</Interfaces>
30+
<Attributes>
31+
<Attribute FrameworkAlternate="dotnet-plat-ext-8.0">
32+
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(0)]</AttributeName>
33+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(0)&gt;]</AttributeName>
34+
</Attribute>
35+
<Attribute FrameworkAlternate="dotnet-plat-ext-8.0">
36+
<AttributeName Language="C#">[System.Runtime.CompilerServices.NullableContext(1)]</AttributeName>
37+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.NullableContext(1)&gt;]</AttributeName>
38+
</Attribute>
39+
</Attributes>
3040
<Docs>
3141
<summary>An implementation of <see cref="T:Microsoft.Extensions.Caching.Distributed.IDistributedCache" /> using <see cref="T:Microsoft.Extensions.Caching.Memory.IMemoryCache" />.</summary>
3242
<remarks>To be added.</remarks>

0 commit comments

Comments
 (0)