This is a simple CLI app used to reproduced the issue 28.
Why is docraptor compliled with a reference to restsharp that doesn't specifiy a publicKeyToken?
This means if your code has two dependencies on different nuget packages that require a different version of docraptor, the code will fail.
- Open the solution with visual studio (tested in VS2022)
- Hit F5 to start debugging
- A
TypeInitializationException
is thrown.