After upgrading my project to .NET Core 2.1 and Npgsql.EntityFrameworkCore.PostgreSQL 2.1.0 I'm getting an NRE at startup in the NpgsqlCompositeMethodCallTranslator.cs at line 66. This appears to be because the INpgsqlOptions passed into the constructor has a null Plugins member, and the constructor is attempting to iterate the plugins.
Did something change in the set up of the context, because this works fine when I switch back to 2.0.