I’ve just got the latest 4.5.13 from MyGet and get an exception “Could not load type ‘ServiceStack.StrictModeException’” when visiting the /types/csharp route.
To test this in a clean project and environment, I cleared my Nuget cache and I created a new VS project from the Selfhosted empty template and ran it, and visiting the route /types/csharp I get the error.
I tried setting the AppHost.Config.StrictMode to false in the Configure method, but the problem still occurs.
I’m using the latest 4.5.13 to try an address another issue which is reportedly fixed in 4.5.13. I’ve had a look at the source and it looks like this StrictModeException was added fairly recently.
I’m hoping there’s a simple work-around for this - or do I need to bunker down and wait for a stable version?