Skip to content

More Classic .NET Remoting support #52

@igitur

Description

@igitur

Hi,

I have a large legacy codebase with remoting calls via .NET Remoting so, of course, we're stuck on .NET Framework. This library looks like the perfect way to migrate to .NET Core. I had a look at the Classic Remoting API and it seems not all the classes and methods are implemented.

Examples of missing elements:

  • WellKnownClientTypeEntry
  • RemotingConfiguration.GetRegisteredWellKnownClientTypes()
  • RemotingConfiguration.GetRegisteredWellKnownServiceTypes()
  • and more

I'm willing to help out and submit PRs to fill the gap, but would like to check in with your first. I assume most of the lacking Classic Remoting API was just not implemented because nobody had a need for it so far, but I also assume that some of the APIs were deliberately omitted ( #47 is maybe such an example ).

Can we maybe brainstorm together in what way the Classic Remoting API can be enhanced further to reduce the effort involved in migrating from .NET Framework System.Runtime.Remoting?

Thanks for this project so far.

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions