Dan Narsavage

Results 3 issues of Dan Narsavage

## Added GraphiQL NuGet The GraphiQL interface didn't work for me so I added a reference to [GraphiQL](https://www.nuget.org/packages/graphiql/) and one line in Startup.cs. ## Automatic Database Creation Uncommented Database.Migrate() to...

Running SnInstallPfx for a particular certificate in Jenkins yielded an exception with the following stack trace: Unhandled Exception: System.Security.Cryptography.CryptographicException: Object already exists. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._CreateCSP(CspParameters param, Boolean randomKeyContainer,...