This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // reference Npgsql NuGet package v3 in project | |
| using Npgsql; | |
| using NpgsqlTypes; | |
| // register provider with name Npgsql-30, Quartz V3 has this OOTB | |
| // could also just do a assembly binding redirect | |
| DbProvider.RegisterDbMetadata("Npgsql-30", new DbMetadata | |
| { |
NewerOlder