Skip to content

Report test status in Visual Studio F# projects #39

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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