Skip to content

Commit 252b59a

Browse files
authored
Remove Xamarin monikers/parameters (dotnet#9748)
1 parent 744428d commit 252b59a

File tree

395 files changed

+66150
-209877
lines changed

Some content is hidden

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

395 files changed

+66150
-209877
lines changed

xml/FrameworksIndex/xamarinandroid-7.1.xml

Lines changed: 0 additions & 44815 deletions
This file was deleted.

xml/FrameworksIndex/xamarinios-10.8.xml

Lines changed: 0 additions & 43421 deletions
This file was deleted.

xml/FrameworksIndex/xamarinmac-3.0.xml

Lines changed: 0 additions & 53832 deletions
This file was deleted.

xml/Microsoft.CSharp.RuntimeBinder/RuntimeBinderException.xml

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
<Docs>
3838
<summary>Represents an error that occurs when a dynamic bind in the C# runtime binder is processed.</summary>
3939
<remarks>
40-
<format type="text/markdown"><![CDATA[
41-
42-
## Remarks
43-
Exceptions of this kind differ from <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException> in that <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException> represents a failure to bind in the sense of a usual compiler error, whereas <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException> represents a malfunctioning of the runtime binder itself.
44-
40+
<format type="text/markdown"><![CDATA[
41+
42+
## Remarks
43+
Exceptions of this kind differ from <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException> in that <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException> represents a failure to bind in the sense of a usual compiler error, whereas <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException> represents a malfunctioning of the runtime binder itself.
44+
4545
]]></format>
4646
</remarks>
4747
</Docs>
@@ -82,18 +82,18 @@
8282
<Docs>
8383
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> class.</summary>
8484
<remarks>
85-
<format type="text/markdown"><![CDATA[
86-
87-
## Remarks
88-
This constructor initializes the <xref:System.Exception.Message%2A> property of the new instance to a system-supplied message that describes the error, such as "DefaultMessageDisplayedByParameterlessCtorWriterMustSupply" This message takes into account the current system culture.
89-
90-
The following table shows the initial property values for an instance of <xref:System.InsufficientMemoryException>.
91-
92-
|Property|Value|
93-
|--------------|-----------|
94-
|<xref:System.Exception.InnerException%2A>|`null`.|
95-
|<xref:System.Exception.Message%2A>|The localized error message string.|
96-
85+
<format type="text/markdown"><![CDATA[
86+
87+
## Remarks
88+
This constructor initializes the <xref:System.Exception.Message%2A> property of the new instance to a system-supplied message that describes the error, such as "DefaultMessageDisplayedByParameterlessCtorWriterMustSupply" This message takes into account the current system culture.
89+
90+
The following table shows the initial property values for an instance of <xref:System.InsufficientMemoryException>.
91+
92+
|Property|Value|
93+
|--------------|-----------|
94+
|<xref:System.Exception.InnerException%2A>|`null`.|
95+
|<xref:System.Exception.Message%2A>|The localized error message string.|
96+
9797
]]></format>
9898
</remarks>
9999
<related type="Article" href="/dotnet/standard/exceptions/">Handling and Throwing Exceptions</related>
@@ -130,16 +130,16 @@
130130
<param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
131131
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> class that has a specified error message.</summary>
132132
<remarks>
133-
<format type="text/markdown"><![CDATA[
134-
135-
## Remarks
136-
The following table shows the initial property values for an instance of <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException>.
137-
138-
|Property|Value|
139-
|--------------|-----------|
140-
|<xref:System.Exception.InnerException%2A>|`null`.|
141-
|<xref:System.Exception.Message%2A>|The error message string specified in `message`.|
142-
133+
<format type="text/markdown"><![CDATA[
134+
135+
## Remarks
136+
The following table shows the initial property values for an instance of <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException>.
137+
138+
|Property|Value|
139+
|--------------|-----------|
140+
|<xref:System.Exception.InnerException%2A>|`null`.|
141+
|<xref:System.Exception.Message%2A>|The error message string specified in `message`.|
142+
143143
]]></format>
144144
</remarks>
145145
<related type="Article" href="/dotnet/standard/exceptions/">Handling and Throwing Exceptions</related>
@@ -181,19 +181,19 @@
181181
</Attribute>
182182
</Attributes>
183183
<Parameters>
184-
<Parameter Name="info" Type="System.Runtime.Serialization.SerializationInfo" Index="0" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;xamarinandroid-7.1;xamarinios-10.8;xamarinmac-3.0;netcore-3.1;net-5.0;net-6.0;net-7.0;netframework-4.8.1;net-8.0;net-9.0" />
185-
<Parameter Name="context" Type="System.Runtime.Serialization.StreamingContext" Index="1" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;xamarinandroid-7.1;xamarinios-10.8;xamarinmac-3.0;netcore-3.1;net-5.0;net-6.0;net-7.0;netframework-4.8.1;net-8.0;net-9.0" />
184+
<Parameter Name="info" Type="System.Runtime.Serialization.SerializationInfo" Index="0" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netcore-3.1;net-5.0;net-6.0;net-7.0;netframework-4.8.1;net-8.0;net-9.0" />
185+
<Parameter Name="context" Type="System.Runtime.Serialization.StreamingContext" Index="1" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netcore-3.1;net-5.0;net-6.0;net-7.0;netframework-4.8.1;net-8.0;net-9.0" />
186186
</Parameters>
187187
<Docs>
188188
<param name="info">The object that holds the serialized object data about the exception being thrown.</param>
189189
<param name="context">The contextual information about the source or destination.</param>
190190
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> class that has serialized data.</summary>
191191
<remarks>
192-
<format type="text/markdown"><![CDATA[
193-
194-
## Remarks
195-
This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.
196-
192+
<format type="text/markdown"><![CDATA[
193+
194+
## Remarks
195+
This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.
196+
197197
]]></format>
198198
</remarks>
199199
</Docs>
@@ -231,18 +231,18 @@
231231
<param name="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified.</param>
232232
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> class that has a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
233233
<remarks>
234-
<format type="text/markdown"><![CDATA[
235-
236-
## Remarks
237-
An exception that is thrown as a direct result of a previous exception should include a reference to the previous exception in the <xref:System.Exception.InnerException%2A> property. The <xref:System.Exception.InnerException%2A> property returns the same value that is passed into the constructor, or `null` if the <xref:System.Exception.InnerException%2A> property does not supply the inner exception value to the constructor.
238-
239-
The following table shows the initial property values for an instance of <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException>.
240-
241-
|Property|Value|
242-
|--------------|-----------|
243-
|<xref:System.Exception.InnerException%2A>|`null`.|
244-
|<xref:System.Exception.Message%2A>|The error message string specified in `message`.|
245-
234+
<format type="text/markdown"><![CDATA[
235+
236+
## Remarks
237+
An exception that is thrown as a direct result of a previous exception should include a reference to the previous exception in the <xref:System.Exception.InnerException%2A> property. The <xref:System.Exception.InnerException%2A> property returns the same value that is passed into the constructor, or `null` if the <xref:System.Exception.InnerException%2A> property does not supply the inner exception value to the constructor.
238+
239+
The following table shows the initial property values for an instance of <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException>.
240+
241+
|Property|Value|
242+
|--------------|-----------|
243+
|<xref:System.Exception.InnerException%2A>|`null`.|
244+
|<xref:System.Exception.Message%2A>|The error message string specified in `message`.|
245+
246246
]]></format>
247247
</remarks>
248248
</Docs>

xml/Microsoft.CSharp.RuntimeBinder/RuntimeBinderInternalCompilerException.xml

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
<Docs>
3838
<summary>Represents an error that occurs when a dynamic bind in the C# runtime binder is processed.</summary>
3939
<remarks>
40-
<format type="text/markdown"><![CDATA[
41-
42-
## Remarks
43-
Exceptions of this kind differ from <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException> in that <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException> represents a failure to bind in the sense of a usual compiler error, whereas <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException> represents a malfunctioning of the runtime binder itself.
44-
40+
<format type="text/markdown"><![CDATA[
41+
42+
## Remarks
43+
Exceptions of this kind differ from <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException> in that <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException> represents a failure to bind in the sense of a usual compiler error, whereas <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException> represents a malfunctioning of the runtime binder itself.
44+
4545
]]></format>
4646
</remarks>
4747
</Docs>
@@ -82,18 +82,18 @@
8282
<Docs>
8383
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> class with a system-supplied message that describes the error.</summary>
8484
<remarks>
85-
<format type="text/markdown"><![CDATA[
86-
87-
## Remarks
88-
This constructor initializes the <xref:System.Exception.Message%2A> property of the new instance to a system-supplied message that describes the error, such as "DefaultMessageDisplayedByParameterlessCtorWriterMustSupply" This message takes into account the current system culture.
89-
90-
The following table shows the initial property values for an instance of <xref:System.InsufficientMemoryException>.
91-
92-
|Property|Value|
93-
|--------------|-----------|
94-
|<xref:System.Exception.InnerException%2A>|`null`.|
95-
|<xref:System.Exception.Message%2A>|The localized error message string.|
96-
85+
<format type="text/markdown"><![CDATA[
86+
87+
## Remarks
88+
This constructor initializes the <xref:System.Exception.Message%2A> property of the new instance to a system-supplied message that describes the error, such as "DefaultMessageDisplayedByParameterlessCtorWriterMustSupply" This message takes into account the current system culture.
89+
90+
The following table shows the initial property values for an instance of <xref:System.InsufficientMemoryException>.
91+
92+
|Property|Value|
93+
|--------------|-----------|
94+
|<xref:System.Exception.InnerException%2A>|`null`.|
95+
|<xref:System.Exception.Message%2A>|The localized error message string.|
96+
9797
]]></format>
9898
</remarks>
9999
<related type="Article" href="/dotnet/standard/exceptions/">Handling and Throwing Exceptions</related>
@@ -130,16 +130,16 @@
130130
<param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
131131
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> class with a specified message that describes the error.</summary>
132132
<remarks>
133-
<format type="text/markdown"><![CDATA[
134-
135-
## Remarks
136-
The following table shows the initial property values for an instance of <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException>.
137-
138-
|Property|Value|
139-
|--------------|-----------|
140-
|<xref:System.Exception.InnerException%2A>|`null`.|
141-
|<xref:System.Exception.Message%2A>|The error message string specified in `message`.|
142-
133+
<format type="text/markdown"><![CDATA[
134+
135+
## Remarks
136+
The following table shows the initial property values for an instance of <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException>.
137+
138+
|Property|Value|
139+
|--------------|-----------|
140+
|<xref:System.Exception.InnerException%2A>|`null`.|
141+
|<xref:System.Exception.Message%2A>|The error message string specified in `message`.|
142+
143143
]]></format>
144144
</remarks>
145145
<related type="Article" href="/dotnet/standard/exceptions/">Handling and Throwing Exceptions</related>
@@ -181,19 +181,19 @@
181181
</Attribute>
182182
</Attributes>
183183
<Parameters>
184-
<Parameter Name="info" Type="System.Runtime.Serialization.SerializationInfo" Index="0" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;xamarinandroid-7.1;xamarinios-10.8;xamarinmac-3.0;netcore-3.1;net-5.0;net-6.0;net-7.0;netframework-4.8.1;net-8.0;net-9.0" />
185-
<Parameter Name="context" Type="System.Runtime.Serialization.StreamingContext" Index="1" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;xamarinandroid-7.1;xamarinios-10.8;xamarinmac-3.0;netcore-3.1;net-5.0;net-6.0;net-7.0;netframework-4.8.1;net-8.0;net-9.0" />
184+
<Parameter Name="info" Type="System.Runtime.Serialization.SerializationInfo" Index="0" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netcore-3.1;net-5.0;net-6.0;net-7.0;netframework-4.8.1;net-8.0;net-9.0" />
185+
<Parameter Name="context" Type="System.Runtime.Serialization.StreamingContext" Index="1" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netcore-3.1;net-5.0;net-6.0;net-7.0;netframework-4.8.1;net-8.0;net-9.0" />
186186
</Parameters>
187187
<Docs>
188188
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
189189
<param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
190190
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> class with serialized data.</summary>
191191
<remarks>
192-
<format type="text/markdown"><![CDATA[
193-
194-
## Remarks
195-
This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.
196-
192+
<format type="text/markdown"><![CDATA[
193+
194+
## Remarks
195+
This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.
196+
197197
]]></format>
198198
</remarks>
199199
</Docs>
@@ -231,18 +231,18 @@
231231
<param name="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified.</param>
232232
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> class that has a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
233233
<remarks>
234-
<format type="text/markdown"><![CDATA[
235-
236-
## Remarks
237-
An exception that is thrown as a direct result of a previous exception should include a reference to the previous exception in the <xref:System.Exception.InnerException%2A> property. The <xref:System.Exception.InnerException%2A> property returns the same value that is passed into the constructor, or `null` if the <xref:System.Exception.InnerException%2A> property does not supply the inner exception value to the constructor.
238-
239-
The following table shows the initial property values for an instance of <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException>.
240-
241-
|Property|Value|
242-
|--------------|-----------|
243-
|<xref:System.Exception.InnerException%2A>|`null`.|
244-
|<xref:System.Exception.Message%2A>|The error message string specified in `message`.|
245-
234+
<format type="text/markdown"><![CDATA[
235+
236+
## Remarks
237+
An exception that is thrown as a direct result of a previous exception should include a reference to the previous exception in the <xref:System.Exception.InnerException%2A> property. The <xref:System.Exception.InnerException%2A> property returns the same value that is passed into the constructor, or `null` if the <xref:System.Exception.InnerException%2A> property does not supply the inner exception value to the constructor.
238+
239+
The following table shows the initial property values for an instance of <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException>.
240+
241+
|Property|Value|
242+
|--------------|-----------|
243+
|<xref:System.Exception.InnerException%2A>|`null`.|
244+
|<xref:System.Exception.Message%2A>|The error message string specified in `message`.|
245+
246246
]]></format>
247247
</remarks>
248248
</Docs>

0 commit comments

Comments
 (0)