I’ve created a custom activity in Visual studio using UiPath Activity Creator. In this activity I’m working with Entity Framework core and connecting with database. I publish my project successfully and when I try to install this package in UiPath It says following package cannot be installed and showed following error in logs:
Cannot load assembly: C:\Users\maryum.siddique.nuget\packages\MyActivity.Test.activities/0.1.0.629111039\lib/net461/Microsoft.EntityFrameworkCore.dll : System.TypeLoadException: Method ‘DisposeAsync’ in type ‘Microsoft.EntityFrameworkCore.DbContext’ from assembly ‘Microsoft.EntityFrameworkCore, Version=3.1.5.0, Culture=neutral, PublicKeyToken=adb9793829ddae60’ does not have an implementation.
I have no idea what’s the issue. Can anyone help with this?