Skip to content

Report test status in Visual Studio F# projects #39

@forki

Description

@forki

Hi,

create a F# test project with a NUnit test like:

namespace Library1

open NUnit.Framework

[<TestFixture>]
type Class1() = 
     [<Test>]
    member this.Test1() = Assert.IsFalse true

Continuous Tests reports the failing test in the status bar but not in the code editor.
It would be nice if this could be fixed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions