asthomas
asthomas
I am using [SparkplugBCSharp.cs](https://github.com/eclipse/tahu/blob/master/c_sharp/core/src/SparkplugBCSharp.cs) downloaded from this repo. When constructing a Sparkplug message, the C# implementation explicitly excludes fields Seq and Timestamp if their values are zero. Seq is required...
##### Description The C# client API code generator produces constructors that are wrong in a few ways: * Members in the derived class that shadow members in the AllOf class...
I created a MethodInvoker for DateTime.ToString(). When I call this as Invoker(DateTime.Now, null), I get this exception: ``` System.InvalidCastException: 'Unable to cast object of type 'System.DateTime' to type 'Fasterflect.Emitter.ValueTypeHolder'.' ```...
**Describe the bug** I was attempting to add an application exclusion without success (see https://github.com/mozilla-mobile/mozilla-vpn-client/issues/8111). In this process I opened and closed the app exclusion panel several times. At one...
**Describe the bug** I am trying to add an application exclusion for "C:\Program Files\SSHFS-Win\bin\ssh.exe". I use the "Add application" link, browse to the file and select it. Nothing happens. The...
Missing definition for Bindings in Uno.Extensions.Navigation.Generators.ForceBindingsUpdateGenerator
### Current behavior When I compile my application, I encounter the following error. There are no other errors in the build. ``` C:\AlarmBrowser\Uno.Extensions.Navigation.Generators\Uno.Extensions.Navigation.Generators.ForceBindingsUpdateGenerator\AlarmBrowser.Presentation.MainPage.g.cs(21,15,21,23): error CS1061: 'MainPage' does not contain a...