ChrisMarinos/FSharpKoans

OrTheyMightNot AssertThrows vsdbg exception

Opened this issue · 0 comments

When running the koans in vs code using the F5 Start Debugging option as per the read me. The OrTheyMightNot koan produces the below debugger exception.

image

Am I supposed to handle the exception?

When I run the koans on the command line using dotnet run this koan passes without any problems.