Frank S. Schierle

Results 5 comments of Frank S. Schierle

I'm currently migrating from 4.0.0 to 5.4.1 and stumpled accross an issue that is probably related to this one. The following code doesn't throw an exception in version 4.0.0: ```csharp...

@jnyrup The compiler won't allow me to specify options, if `expectation` is an non-generic `IEnumerable`. ```csharp List types1 = new List { typeof(int), typeof(string) }; IEnumerable types2 = new List...

@jnyrup That's almost exactly the workaround I'm currently using. I opened a new issue (#881), because I think that's a regression.

I recently had the same problem. The device I'm working with is confirming the execution of every command it receives. Some commands need a few milliseconds, some of them need...

I also encountered this problem today. I tried to use `GetECDsaKeyPair()` in a project with target framework `net48`. However, since the NuGet package only contains a version for .NET 4.61,...