Sven Hübner

Results 50 comments of Sven Hübner
trafficstars

OK, this was actually quite easy. The appveyor build uses the 5.0.407 SDK, which apparently has no binding redirects for the compiler assemblies. Locally reproducing the issue with a global.json...

OK, it seems that .NET 5 SDK has a problem with source generators in general. Tons of people are reporting different dll loading problems. That is probably why they added...

@mganss done. In the source generator test project you can see the generator in action. To be able to support the source generator with the current VS 2022, XmlSchemaClassGenerator would...

Same problem here. We have to use a 3rd party .NET Framework 4.7.2 client library that relies on .NET remoting to communicate with a .NET server application. To use the...

@JamesNK Client support is not enough for me though. I need both ends. WCF would have been my first choice anyway because of its out-of-the-box pipe transport. But that has...

> > I will probably go with using [SharedMemory](https://github.com/spazzarama/SharedMemory) and some serializer like MessagePack. > > Thank you for posting these ideas. From a cursory glance it looks like they...

If anyone is interested in my first try, I have uploaded a minimal example demonstrating the whole chain from .NET 5 to .NET Framework 4.8: https://github.com/shuebner/RpcOverIpcDemo I made the .NET...

This is an update from the dirty real world. Skip this comment if you don't care about exceptions. I hope I do not end up building a worse version of...

> * Besides that, is there anything else that can realistically be done? At this point I'm just trying to brainstorm ideas what could be done to make it easier...

@davidfowl Thanks for bringing up WCF again. Where were you a month ago :wink:? I agree with your comment about the documentation. It seemed to always say: WCF is not...