josevut2

Results 4 issues of josevut2

I use BACnet package with dotnet core 2.2 and the code works fine with linux-arm runtime, my code (F#) is quite simple `let bacnetClient = new BacnetClient(new BacnetIpUdpProtocolTransport(0xBAC0, false))` `bacnetClient.Start()`...

Reproduce bug: ``` fsharp let df = [ {| Value1 = 1.; Value2 = 2. |} {| Value1 = 2.; Value2 = 3. |} ] |> Frame.ofRecords let dfi =...

type-bug

Hi, I'm new to python and bacpypes, I tried to look at the example but seems to me all are for BACnet/IP. I wonder if any of you can help...

Hi, I tried the dev container for my fsharp solution, however, the ionide fsharp server won't start. Here is my dev container json: ``` { "name": "F# (.NET)", "image": "mcr.microsoft.com/devcontainers/dotnet:1-8.0-bookworm",...