Skip to content

NullReferenceException in NpgsqlCompositeMethodCallTranslator.cs @ line 66 #494

@CodingGorilla

Description

@CodingGorilla

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions