Denis Kuzmin
Denis Kuzmin
Hello, You are talking about another project; *ia64* (Itanium) died a long time ago and **never** supported officially by the .NET DllExport aka 3F/DllExport Regarding ARM64, Although x86 works on...
Hi @usdaud, > I ran into an issue where functionality that worked in version 1.7.4 no longer works. Please open a new issue as a bug with details (log, configuration,...
@DevScholar Hello, The way in **1.x** rebases system objects and specified types to actually mix the environment; This solution was chosen at the stage of the era .NET Standarad /...
Note, you can avoid the error in Conari 1.5 easily with modern C# string interpolation, for example: ```csharp using NativeString nw = new($"{ns} and You 👋"); l.callme(nw, nstruct); ```
Hello, > I think the solution to this problem should be configuring Ref and Types? Yes, in general the issue is closer to #250 Considering your attached configuration, update it...
@chuxiaaaa > I’m still quite confused about the settings related to Ref and Types, since the wiki doesn’t provide any explanation about them. The configuration details for these two only...
@chuxiaaaa > This feature of taproot is not supported in .NET Framework This is a limitation from the *NBitcoin* itself, you can find it in the NBitcoin assembly for netstandard2.0...
> In my DLL, the value I get from RuntimeInformation.FrameworkDescription is .NET Framework 4.8.9261.0 *RuntimeInformation* may contain different information due to actual mixes and *rebasing* feature. But I meant exactly...
@chuxiaaaa > Maybe I still haven’t configured something correctly? Your list in [Types] is not completed as was noted: > **Other types** must be reviewed individually ... Above is my...
Thanks for the report! Could you please clarify, is this only reproducible with MS Office? I don't have MS Office, so... I need more time to check this later. Thanks