huysentruitw
huysentruitw
[`Connect`](https://github.com/huysentruitw/SapNwRfc/blob/master/src/SapNwRfc/SapConnection.cs#L52) forwards the call to the underlying C++ DLL from SAP itself, so I would think the host/network is not reachable and it takes a very long time to timeout....
The correct environment variable is `LD_LIBRARY_PATH`. Make sure to set it in the same shell from where the application is being started. When unsure, you could log the content of...
@campersau thanks for this and sorry for the huge delay at my end. Can you create a fix for this in a separate PR?
Hi both, this is open-source, so please feel free to discuss or add a solution through a PR (with unit-tests if possible) for adding this as a feature. When adding...
Just want to add that I'm maintaining a very similar library that supports .NET Standard 2.0 and .NET Standard 2.1, see https://github.com/huysentruitw/Aggregator Aggregator goes a little bit further than this...
I'm using this successfully in a .NET 5 project, so not sure what the question here is referring to. Can you elaborate?
Can you also add the code of your updated LINQ query?
> @huysentruitw nice work around! I guess I'll start to use this approach to namespacing again :P @RIP21 I have deleted my previous comment as it is against the spec...
Converted to draft. It's not clear what you're trying to solve here. The PR title doesn't seem to match the code changes. Is it possible to start with a test...
I have just released v2.0.0 which now uses "option" classes to pass configuration to the renderers. These new option classes now also include a property `CustomMargin` that allow you to...