Skip to content

Commit b5a078a

Browse files
authored
add link to breaking change (#10993)
1 parent 34b0da6 commit b5a078a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

xml/System.Runtime.InteropServices/RuntimeInformation.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,10 @@ The property returns a string that indicates the name of the currently executing
207207
208208
## Remarks
209209
210-
The returned value is intended to represent the actual architecture of the underlying operating system. It is a best effort to ignore the architecture emulation infrastructure that may be involved to run the process. The returned value takes into account emulation built into Windows and macOS operating systems. The returned value does not take into account emulation using QEMU that is typically used on Linux operating system.
210+
The returned value is intended to represent the actual architecture of the underlying operating system. It's a best effort to ignore the architecture emulation infrastructure that might be involved to run the process. The returned value takes into account emulation built into Windows and macOS operating systems. The returned value does not take into account emulation using QEMU that's typically used on Linux.
211+
212+
> [!NOTE]
213+
> The behavior of this property for emulated processes changed, starting in .NET 7. For more information, see [RuntimeInformation.OSArchitecture under emulation](/dotnet/core/compatibility/interop/7.0/osarchitecture-emulation).
211214
212215
]]></format>
213216
</remarks>

0 commit comments

Comments
 (0)