You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Diagnostics/Process.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5587,7 +5587,7 @@ The file specified in the <paramref name="fileName" /> could not be found.
5587
5587
]]></format>
5588
5588
</remarks>
5589
5589
<exception cref="T:System.ArgumentNullException">The value that specifies the <see cref="P:System.Diagnostics.Process.StartInfo" /> is <see langword="null" />.</exception>
5590
-
<exception cref="T:System.InvalidOperationException">.NET Core only: The <see cref="M:System.Diagnostics.Process.Start" /> method was not used to start the process.</exception>
5590
+
<exception cref="T:System.InvalidOperationException">.NET 5+ and .NET Core only: The <see cref="M:System.Diagnostics.Process.Start" /> method was not used to start the process.</exception>
<paramrefname="capacity" /> is less than or equal to zero.</exception>
797
-
<exceptioncref="T:System.PlatformNotSupportedException">.NET Core only: Calls to the <c>CreateNew</c> method with a named memory mapped file (that is, a non-null <paramrefname="mapName" />) are supported on Windows operating systems only.</exception>
797
+
<exceptioncref="T:System.PlatformNotSupportedException">.NET 5+ and .NET Core only: Calls to the <c>CreateNew</c> method with a named memory mapped file (that is, a non-null <paramrefname="mapName" />) are supported on Windows operating systems only.</exception>
<paramrefname="access" /> is not a valid <seecref="T:System.IO.MemoryMappedFiles.MemoryMappedFileAccess" /> enumeration value.</exception>
868
-
<exceptioncref="T:System.PlatformNotSupportedException">.NET Core only: Calls to the <c>CreateNew</c> method with a named memory mapped file (that is, a non-null <paramrefname="mapName" />) are supported on Windows operating systems only.</exception>
868
+
<exceptioncref="T:System.PlatformNotSupportedException">.NET 5+ and .NET Core only: Calls to the <c>CreateNew</c> method with a named memory mapped file (that is, a non-null <paramrefname="mapName" />) are supported on Windows operating systems only.</exception>
<paramrefname="inheritability" /> is not a valid <seecref="T:System.IO.HandleInheritability" /> value.</exception>
934
-
<exceptioncref="T:System.PlatformNotSupportedException">.NET Core only: Calls to the <c>CreateNew</c> method with a named memory mapped file (that is, a non-null <paramrefname="mapName" />) are supported on Windows operating systems only.</exception>
934
+
<exceptioncref="T:System.PlatformNotSupportedException">.NET 5+ and .NET Core only: Calls to the <c>CreateNew</c> method with a named memory mapped file (that is, a non-null <paramrefname="mapName" />) are supported on Windows operating systems only.</exception>
Copy file name to clipboardExpand all lines: xml/System.IO/FileSystemInfo.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -289,7 +289,7 @@
289
289
<exceptioncref="T:System.IO.FileNotFoundException">The specified file doesn't exist. Only thrown when setting the property value.</exception>
290
290
<exceptioncref="T:System.IO.DirectoryNotFoundException">The specified path is invalid. For example, it's on an unmapped drive. Only thrown when setting the property value.</exception>
291
291
<exceptioncref="T:System.Security.SecurityException">The caller doesn't have the required permission.</exception>
292
-
<exceptioncref="T:System.UnauthorizedAccessException">.NET Core only: The user attempts to set an attribute value but doesn't have write permission.</exception>
292
+
<exceptioncref="T:System.UnauthorizedAccessException">.NET 5+ and .NET Core only: The user attempts to set an attribute value but doesn't have write permission.</exception>
293
293
<exceptioncref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
294
294
<exceptioncref="T:System.ArgumentException">The caller attempts to set an invalid file attribute.
Copy file name to clipboardExpand all lines: xml/System.Reflection/Assembly.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5670,7 +5670,7 @@ In .NET 5.0 and later versions, for bundled assemblies, the value returned is an
5670
5670
Version 2.0 or later of the common language runtime is currently loaded and <paramrefname="rawAssembly" /> was compiled with a later version.</exception>
5671
5671
<exceptioncref="T:System.IO.FileLoadException">
5672
5672
<paramrefname="rawAssembly" /> cannot be loaded.</exception>
5673
-
<exceptioncref="T:System.PlatformNotSupportedException">.NET Core only: This member is not supported.</exception>
5673
+
<exceptioncref="T:System.PlatformNotSupportedException">.NET 5+ and .NET Core only: This member is not supported.</exception>
5674
5674
</Docs>
5675
5675
</Member>
5676
5676
<MemberMemberName="ReflectionOnlyLoad">
@@ -5749,7 +5749,7 @@ In .NET 5.0 and later versions, for bundled assemblies, the value returned is an
5749
5749
-or-
5750
5750
5751
5751
Version 2.0 or later of the common language runtime is currently loaded and <paramrefname="assemblyString" /> was compiled with a later version.</exception>
5752
-
<exceptioncref="T:System.PlatformNotSupportedException">.NET Core only: This member is not supported.</exception>
5752
+
<exceptioncref="T:System.PlatformNotSupportedException">.NET 5+ and .NET Core only: This member is not supported.</exception>
5753
5753
</Docs>
5754
5754
</Member>
5755
5755
<MemberMemberName="ReflectionOnlyLoadFrom">
@@ -5829,7 +5829,7 @@ In .NET 5.0 and later versions, for bundled assemblies, the value returned is an
5829
5829
<exceptioncref="T:System.IO.PathTooLongException">The assembly name exceeds the system-defined maximum length.</exception>
5830
5830
<exceptioncref="T:System.ArgumentException">
5831
5831
<paramrefname="assemblyFile" /> is an empty string ("").</exception>
5832
-
<exceptioncref="T:System.PlatformNotSupportedException">.NET Core only: This member is not supported.</exception>
5832
+
<exceptioncref="T:System.PlatformNotSupportedException">.NET 5+ and .NET Core only: This member is not supported.</exception>
Copy file name to clipboardExpand all lines: xml/System.Security.Cryptography.Pkcs/SignedCms.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -745,7 +745,7 @@ The following permissions are required to access the signature key:
745
745
</Parameters>
746
746
<Docs>
747
747
<paramname="signer">A <seecref="T:System.Security.Cryptography.Pkcs.CmsSigner" /> object that represents the signer.</param>
748
-
<paramname="silent">.NET Core only: <seelangword="true" /> to request opening keys with PIN prompts disabled, where supported; otherwise, <seelangword="false" />. In .NET Framework, this parameter is not used and a PIN prompt is always shown, if required.</param>
748
+
<paramname="silent">.NET 5+ and .NET Core only: <seelangword="true" /> to request opening keys with PIN prompts disabled, where supported; otherwise, <seelangword="false" />. In .NET Framework, this parameter is not used and a PIN prompt is always shown, if required.</param>
749
749
<summary>Creates a signature using the specified signer and adds the signature to the CMS/PKCS #7 message. </summary>
750
750
<remarks>
751
751
<formattype="text/markdown"><![CDATA[
@@ -771,7 +771,7 @@ The following permissions are required to access the signature key:
771
771
<paramrefname="signer" /> is <seelangword="null" />.</exception>
772
772
<exceptioncref="T:System.Security.Cryptography.CryptographicException">A cryptographic operation could not be completed.</exception>
773
773
<exceptioncref="T:System.InvalidOperationException">.NET Framework only: A signing certificate is not specified.</exception>
774
-
<exceptioncref="T:System.PlatformNotSupportedException">.NET Core only: A signing certificate is not specified.</exception>
774
+
<exceptioncref="T:System.PlatformNotSupportedException">.NET 5+ and .NET Core only: A signing certificate is not specified.</exception>
Copy file name to clipboardExpand all lines: xml/System.Security.Cryptography.X509Certificates/X509Certificate.xml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2805,7 +2805,7 @@ The output of this method is equivalent to the output of the <xref:System.Securi
2805
2805
-or-
2806
2806
2807
2807
The length of the <paramrefname="rawData" /> parameter is 0.</exception>
2808
-
<exceptioncref="T:System.PlatformNotSupportedException">.NET Core only: In all cases.</exception>
2808
+
<exceptioncref="T:System.PlatformNotSupportedException">.NET 5+ and .NET Core only: In all cases.</exception>
2809
2809
</Docs>
2810
2810
</Member>
2811
2811
<MemberMemberName="Import">
@@ -2871,7 +2871,7 @@ The output of this method is equivalent to the output of the <xref:System.Securi
2871
2871
]]></format>
2872
2872
</remarks>
2873
2873
<exceptioncref="T:System.ArgumentException">The <paramrefname="fileName" /> parameter is <seelangword="null" />.</exception>
2874
-
<exceptioncref="T:System.PlatformNotSupportedException">.NET Core only: In all cases.</exception>
2874
+
<exceptioncref="T:System.PlatformNotSupportedException">.NET 5+ and .NET Core only: In all cases.</exception>
2875
2875
</Docs>
2876
2876
</Member>
2877
2877
<MemberMemberName="Import">
@@ -2939,7 +2939,7 @@ The output of this method is equivalent to the output of the <xref:System.Securi
2939
2939
-or-
2940
2940
2941
2941
The length of the <paramrefname="rawData" /> parameter is 0.</exception>
2942
-
<exceptioncref="T:System.PlatformNotSupportedException">.NET Core only: In all cases.</exception>
2942
+
<exceptioncref="T:System.PlatformNotSupportedException">.NET 5+ and .NET Core only: In all cases.</exception>
2943
2943
</Docs>
2944
2944
</Member>
2945
2945
<MemberMemberName="Import">
@@ -3005,7 +3005,7 @@ The output of this method is equivalent to the output of the <xref:System.Securi
3005
3005
-or-
3006
3006
3007
3007
The length of the <paramrefname="rawData" /> parameter is 0.</exception>
3008
-
<exceptioncref="T:System.PlatformNotSupportedException">.NET Core only: In all cases.</exception>
3008
+
<exceptioncref="T:System.PlatformNotSupportedException">.NET 5+ and .NET Core only: In all cases.</exception>
3009
3009
</Docs>
3010
3010
</Member>
3011
3011
<MemberMemberName="Import">
@@ -3069,7 +3069,7 @@ The output of this method is equivalent to the output of the <xref:System.Securi
3069
3069
]]></format>
3070
3070
</remarks>
3071
3071
<exceptioncref="T:System.ArgumentException">The <paramrefname="fileName" /> parameter is <seelangword="null" />.</exception>
3072
-
<exceptioncref="T:System.PlatformNotSupportedException">.NET Core only: In all cases.</exception>
3072
+
<exceptioncref="T:System.PlatformNotSupportedException">.NET 5+ and .NET Core only: In all cases.</exception>
3073
3073
</Docs>
3074
3074
</Member>
3075
3075
<MemberMemberName="Import">
@@ -3133,7 +3133,7 @@ The output of this method is equivalent to the output of the <xref:System.Securi
3133
3133
]]></format>
3134
3134
</remarks>
3135
3135
<exceptioncref="T:System.ArgumentException">The <paramrefname="fileName" /> parameter is <seelangword="null" />.</exception>
3136
-
<exceptioncref="T:System.PlatformNotSupportedException">.NET Core only: In all cases.</exception>
3136
+
<exceptioncref="T:System.PlatformNotSupportedException">.NET 5+ and .NET Core only: In all cases.</exception>
3137
3137
</Docs>
3138
3138
</Member>
3139
3139
<MemberMemberName="Issuer">
@@ -3315,7 +3315,7 @@ The output of this method is equivalent to the output of the <xref:System.Securi
3315
3315
<paramname="sender">The source of the deserialization event.</param>
3316
3316
<summary>Implements the <seecref="T:System.Runtime.Serialization.ISerializable" /> interface and is called back by the deserialization event when deserialization is complete.</summary>
3317
3317
<remarks>To be added.</remarks>
3318
-
<exceptioncref="T:System.PlatformNotSupportedException">.NET Core only: In all cases.</exception>
3318
+
<exceptioncref="T:System.PlatformNotSupportedException">.NET 5+ and .NET Core only: In all cases.</exception>
@@ -3365,7 +3365,7 @@ The output of this method is equivalent to the output of the <xref:System.Securi
3365
3365
<paramname="context">The destination context of the serialization.</param>
3366
3366
<summary>Gets serialization information with all the data needed to recreate an instance of the current <seecref="T:System.Security.Cryptography.X509Certificates.X509Certificate" /> object.</summary>
3367
3367
<remarks>To be added.</remarks>
3368
-
<exceptioncref="T:System.PlatformNotSupportedException">.NET Core only: In all cases.</exception>
3368
+
<exceptioncref="T:System.PlatformNotSupportedException">.NET 5+ and .NET Core only: In all cases.</exception>
Copy file name to clipboardExpand all lines: xml/System.Security.Cryptography.X509Certificates/X509Certificate2.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -520,7 +520,7 @@
520
520
<paramname="context">Contextual information about the source of the stream to be deserialized.</param>
521
521
<summary>Initializes a new instance of the <seecref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" /> class using the specified serialization and stream context information.</summary>
522
522
<remarks>To be added.</remarks>
523
-
<exceptioncref="T:System.PlatformNotSupportedException">.NET Core only: In all cases.</exception>
523
+
<exceptioncref="T:System.PlatformNotSupportedException">.NET 5+ and .NET Core only: In all cases.</exception>
524
524
</Docs>
525
525
</Member>
526
526
<MemberMemberName=".ctor">
@@ -2289,7 +2289,7 @@ The certificate uses an unknown public key algorithm.</exception>
2289
2289
<exceptioncref="T:System.NotSupportedException">The key algorithm for this private key is not supported.</exception>
2290
2290
<exceptioncref="T:System.Security.Cryptography.CryptographicUnexpectedOperationException">The X.509 keys do not match.</exception>
2291
2291
<exceptioncref="T:System.ArgumentException">The cryptographic service provider key is <seelangword="null" />.</exception>
2292
-
<exceptioncref="T:System.PlatformNotSupportedException">.NET Core only: An attempt was made to set this property.</exception>
2292
+
<exceptioncref="T:System.PlatformNotSupportedException">.NET 5+ and .NET Core only: An attempt was made to set this property.</exception>
<exceptioncref="T:System.NotSupportedException">The operating system does not support this method.</exception>
127
127
<exceptioncref="T:System.OutOfMemoryException">The system ran out of memory while encrypting the data.</exception>
128
-
<exceptioncref="T:System.PlatformNotSupportedException">.NET Core only: Calls to the <c>Protect</c> method are supported on Windows operating systems only.</exception>
128
+
<exceptioncref="T:System.PlatformNotSupportedException">.NET 5+ and .NET Core only: Calls to the <c>Protect</c> method are supported on Windows operating systems only.</exception>
129
129
</Docs>
130
130
</Member>
131
131
<MemberMemberName="Unprotect">
@@ -197,7 +197,7 @@ If you use these methods during impersonation, you may receive the following err
<exceptioncref="T:System.NotSupportedException">The operating system does not support this method.</exception>
199
199
<exceptioncref="T:System.OutOfMemoryException">Out of memory.</exception>
200
-
<exceptioncref="T:System.PlatformNotSupportedException">.NET Core only: Calls to the <c>Unprotect</c> method are supported on Windows operating systems only.</exception>
200
+
<exceptioncref="T:System.PlatformNotSupportedException">.NET 5+ and .NET Core only: Calls to the <c>Unprotect</c> method are supported on Windows operating systems only.</exception>
0 commit comments