locked
how to migrate 3rd prty dll in asp.net core RRS feed

  • Question

  • User190551098 posted

    Hi Team,

    how to migrate 3rd prty dll in asp.net core

    below are dll

    EAPDiscovery

    Antlr

    ICSharoCode

    Lesi.collection

    NETCerticli

    Newtonsoft.json

    syslog4net

    I will be helpful for your suggestion

    all dll are ther in asp.net 4.5 project

    Wednesday, May 27, 2020 5:41 PM

All replies

  • User475983607 posted

    Hi Team,

    how to migrate 3rd prty dll in asp.net core

    below are dll

    EAPDiscovery

    Antlr

    ICSharoCode

    Lesi.collection

    NETCerticli

    Newtonsoft.json

    syslog4net

    I will be helpful for your suggestion

    all dll are ther in asp.net 4.5 project

    Go to the 3rd party support sites and see if they have an ASP.NET Core version.

    Wednesday, May 27, 2020 5:51 PM
  • User190551098 posted

    can you please provide their url

    for example for EAPDiscovery i am not getting any ult to check support

    Wednesday, May 27, 2020 6:35 PM
  • User1120430333 posted

    how to migrate 3rd prty dll in asp.net core

    You need to find out if there are Core equivalent assemblies, becuase non .NET Core assemblies  don't work with .NET Core.

    https://docs.microsoft.com/en-us/dotnet/core/porting/tools

    Wednesday, May 27, 2020 6:47 PM
  • User475983607 posted

    can you please provide their url

    for example for EAPDiscovery i am not getting any ult to check support

    Seriously.  If you can't find support for a product you know and are currently using, how do you expect some yahoo on a support forum to find support documentation?

    Wednesday, May 27, 2020 6:49 PM
  • User711641945 posted

    Hi omsaisaanvi,

    Here are some Tools to help with porting to .NET Core:

    https://docs.microsoft.com/en-us/dotnet/core/porting/tools

    Best Regards,

    Rena

    Thursday, May 28, 2020 8:22 AM