Glib
Glib
Hi, Could you suggest how to rewrite this more functional and using more benefits of this library Thanks ```csharp using System; using System.Diagnostics.Contracts; using System.Threading.Tasks; using LanguageExt; using LanguageExt.Common; namespace...
### Description Tool is reporting error `(FL0065): Hints `x = true` might be able to be refactored into `x`.` for the simple object creation process or optional arguments ### Repro...
### Description Please provide a succinct description of your issue. I have a C# class with constructor accepting `Func...` as parameter. Creation of object in F# and using applied function...
**Describe the bug** Getting `DicomAssociationRequestTimedOutException` even though I've attached to the event: `client.AssociationRequestTimedOut` Exception: ``` FellowOakDicom.Network.DicomAssociationRequestTimedOutException: The association request timed out 3 times, waiting 5000ms each time for the association...