Skip to content

Example for AddLinqToDBContext<TContext, TContextImplementation> #4324

Closed Answered by MaceWindu
s-kotte asked this question in Q&A
Discussion options

You must be logged in to vote

Add second constructor for now:

public DbConnection(DataOptions<IDbConnection> options) : base(options.Options)
{
}
public DbConnection(DataOptions<DbConnection> options) : base(options.Options)
{
}

issue will be fixed in next release

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@s-kotte
Comment options

@MaceWindu
Comment options

Answer selected by s-kotte
Comment options

You must be logged in to vote
2 replies
@MaceWindu
Comment options

@MaceWindu
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants