gmkado
gmkado
Hmm I'm going to re-open this because the `--prepend-file` leaves something to be desired. Ideally you would be able to keep common connector and cable definitions in a separate folder...
Thanks!
Reopening this as I think there are a few other places where terminology could use some clarifications. I can put in a PR for this but just want to make...
Actually, using `double.Infinity` is semantically closer to what I'm after. If I'm understanding correctly, in v6 we could do something like ```cs var min = Temperature.FromDegreesCelsius(double.Infinity); foreach(var temperature in myTemperatures)...
Same thing here, I get the same file back without any of the changes. Too bad, seems like a useful feature if it worked. I noticed if you just upload...
@runceel any update on this one? Is it still low on your priority list?
Hi @runceel , thanks for responding. Should the following interactive script give me compiler warnings? ```csharp #r "nuget: ReactiveProperty, 9.1.2" #nullable enable using Reactive.Bindings; public class Foo { public IReadOnlyReactiveProperty...
@runceel I've never worked with CodeAnalyzer's before, but could you add a similar rule to the invocation of `ToReadOnlyReactiveProperty`? Alternatively, if you wanted to phase out the default constructor you...
> but there are a lot of patterns to detect nullable reference errors, so it was so difficult... Are you referring to [this](https://github.com/runceel/ReactiveProperty/issues/241#issuecomment-1001372776)? If so, is there any harm in...
Not sure if this is relevant, but I'm able to build fine on my esp32 board using platformio with platform = [espressif32](https://registry.platformio.org/platforms/platformio/espressif32)