Skip to content

Make FSharp.Core.Operators.raise inline #3121

@miegir

Description

@miegir

If raise will be inlined, tools such as unit test coverage analyzer in Visual Studio will not mark raise calls as partially covered. Methods that use it, such as nullArg, will also benefit from this. Is there a reason whiy raise is not inlined? I can redefine these operators myself, but it requires inline assembly and therefore that annoying red squiggles in Visual Studio.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions