ax-meyer

Results 5 issues of ax-meyer

I am having trouble aborting a DzSave call. Sample Code: ``` using NetVips; Console.WriteLine("Starting"); // setup parameters var testImage = @"sample_640×426.tif"; var savePath = "output"; var saveName = savePath +...

bug
blocked-upstream-dependency

##### Brief Description I am trying to wrap the GenICam reference implementation https://www.emva.org/wp-content/uploads/GenICam_Package_2023.07.zip. The generated code won't compile. After wrapping, the file `IPortStacked.cs` contains the same definition twice for an...

## What does this PR do? Switches from using the license file to indicate the license in the nuget package to using PackageLicenseExpression to explicitly define the license for the...

Related to this issue: https://github.com/convertersystems/opc-ua-client/issues/285 Add an additional try / catch so an exception in the parsing of one type does not cause the parsing of all types for an...

Line 88 in `TypeLibrary.cs` swallows all exception that might occour while scanning for types. https://github.com/convertersystems/opc-ua-client/blob/10948088eecf3dc38a484e0a8fc5153cf3c2ed21/UaClient/ServiceModel/Ua/TypeLibrary.cs#L88 I just had a pretty long debugging session because I had a missformatted `BinaryEncodingId` attached...