dotnet / dotnet/dotnet-api-docs
Incorrect documentation for System.Reflection.Emit.OpCodes.Bge_Un*
Open
area-System.Reflection.Emit
help wanted
Pri3
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
Affected pages:
https://docs.microsoft.com/en-us/dotnet/api/system.reflection.emit.opcodes.bge_un?view=net-6.0
https://docs.microsoft.com/en-us/dotnet/api/system.reflection.emit.opcodes.bge_un_s?view=net-6.0
https://docs.microsoft.com/en-us/dotnet/api/system.reflection.emit.opcodes?view=net-6.0
Here, Bge_Un and Bge_Un_S are reported to break only if first is greater than the second. This should be greater than or equal to.
Contributor guide
Assessment
This issue has not been assessed yet.