Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-7281

.NET: Services do not work on .NET Core

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.4
    • 2.4
    • platforms

    Description

      We rely on System.Runtime.Remoting.Proxies.RealProxy for dynamic proxy generation. However, remoting is not supported on .NET Core.

      Investigate whether we can get rid of RealProxy and generate runtime proxies manually. Basically, we need to emit an interface implementation where every method just delegates to our code.

      Attachments

        Issue Links

          Activity

            People

              rokhin Alexey Rokhin
              ptupitsyn Pavel Tupitsyn
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: