J. Ritchie Carroll
J. Ritchie Carroll
I have not considered this - but it could turn out be fairly simple given how well F#/C# interop, i.e., lots of one-to-one mappings for datatypes for IL support. However,...
Here's another example - in this case none of the variables require being copied before lambda capture: _Go code_: ```go package main import "fmt" func g1(ch chan int) { ch
Thanks, yes, been considering how to best accommodate modules easily. Here the instructions that are available: https://github.com/GridProtectionAlliance/go2cs/releases/tag/v0.1.2
> I guess this still doesn't fix the case where you update the device names manually. No, guess not. However, in this case at least the record is highlighted as...
> I guess this still doesn't fix the case where you update the device names manually. This should do it: https://github.com/GridProtectionAlliance/gsf/pull/261/commits/32c1b9a90c4a5bf9fe0ca5b1031d4cae8bf7d803 Any "new device", by manual entry or otherwise, gets...