Skip to content

Remove % 0 workaround in Microsoft.VisualBasic.CompilerServices #65230

@deeprobin

Description

@deeprobin

Follow up issue for #7141


As described in #63902, it would be good to remove comments and workarounds that have already been fixed.

So imo this workaround can be removed:

End Function
<MethodImpl(MethodImplOptions.NoInlining)> ' To work around https://github.com/dotnet/runtime/issues/7141
Private Shared Function ModSByte(ByVal left As SByte, ByVal right As SByte) As Object
Return left Mod right

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions