Frank

Results 54 comments of Frank

If the number of failing DLLs is lower, then it might be easier to create an exclude-list (I don't know whats typical, but it seemed interesting). The failure exception would...

This is for an integration test that spans sites. I'd prefer to use Nancy.Testing but I need to hit the site with a browser. When I debug FindAllTypesOf the call...

Hmm I didn't really want to share the code as its terrible, but it'd be worse to let you spin your wheels particularly when you're willing to help. I put...

@PureKrome 1) Forms authentication works with the latest changes (1 commit, which includes the changes I mention in the issue). But then Google OAuth is not working. 2) When I...

@phillip-haydon I need a rest first before I can review the SO thread properly. Maybe there is some change I need to make to move from SA 0.3.14 to 0.6.0,...

Here is the precommit authentication configuration, which works fine for Google OAuth using SA 0.3.14. Note that here I am calling FormsAuthentication.Enable from request startup, after the commit I am...

Oops ok that was confusing. I tried to update the issue to clarify the exception (occuring when Google OAuth is used) is what I saw after adding Forms auth.

I was hoping the exception was a known issue on upgrade. Since its not I should break up the commit to isolate the issue.

I was able to fix things by going back from 0.6.0 to 0.3.14. The new documentation has a lot of problems (wrong nuget package name, wrong class/namespace for config section,...