ChrisMarinos / FSharpKoans

A simple, fun, and interactive way to learn the F# language through testing.
Other
1.28k stars 671 forks source link

OrTheyMightNot AssertThrows vsdbg exception #111

Open haodeon opened 1 year ago

haodeon commented 1 year ago

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.