Skip to content

Unable to find provider assembly with name Oracle.EntityFrameworkCore #19

@sovbangit

Description

@sovbangit

I added below two references on asp.net core console application.

Install-Package Microsoft.EntityFrameworkCore.Tools -Version 2.1.4
Install-Package Oracle.ManagedDataAccess.Core -Version 2.18.3

I am getting below exception when I am using scaffolding command for nuget command.

Unable to find provider assembly with name Oracle.EntityFrameworkCore

My scaffolding command is like below :

Scaffold-DbContext "Data Source=oracle_host;Persist Security Info=True;User Id=myuser;Password=mypassword;" Oracle.EntityFrameworkCore -OutputDir Models

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