Mark Junker

Results 166 comments of Mark Junker

Just a follow-up question: Can the attributes like `PrimaryAttribute` applied to a constructor parameter too? Example: ```csharp public record Test([Primary] Guid Id, string Name); ```

This is my current code: ```csharp public record Test(Guid Id, string Name) { [Primary] public Guid Id { get; } = Id; } ``` This works as expected and is...

This is a (sadly) well-known GnuTLS bug, which interprets a "should" in the specification as a "must". The solution is to upgrade to .NET 6.0, which works better together with...

To be honest: I haven't invested any time yet to make shared files work. This was a feature that wasn't requested by my customer. Pull Requests are welcome 😁

Which version do you use? It looks like the server received the TLS client authentication before it was able to stop the receiving process and thus tried to interpret the...

No, not yet, as I currently don't have much time and I'm not sure why this still happens (sometimes).

TBH: I don't have a good idea besides explicitly checking for a given exception, but it seems that - in your case - the client timed out and closed the...

No, it's not possible (yet) due to the way the source code is currently designed. I'll leave this issue open as a reminder for future development.

No, there isn't an easy way. The solution that might work would be the implementation of a "proxy" file system.