Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS 2015 error 'System.NullReferenceException' occurred in FSharpKoans.exe #37

Closed
shek777 opened this issue Jul 26, 2015 · 2 comments
Closed

Comments

@shek777
Copy link

shek777 commented Jul 26, 2015

Hello Sir,

Thanks for building this program. I got it working on VS 2013 perfectly, however when I run it on VS 2015 community edition I got this error on Helper.fs line 22 - "let AssertThrows<'a when 'a :> exn> action = Assert.Throws<'a>(fun () -> action())" error message "An exception of type 'System.NullReferenceException' occurred in FSharpKoans.exe but was not handled in user code"

I'm not sure how to fix it because I'm a novice in F# but love it.

Regards

@ChrisMarinos
Copy link
Owner

It might have something to do with exception settings- see #23 for more info.

@dsyme
Copy link
Collaborator

dsyme commented Jun 7, 2017

I agree this is the same cause as #23

@dsyme dsyme closed this as completed Jun 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants