José Manuel Nieto

Results 189 comments of José Manuel Nieto

I guess it's currently impossible to use ProtectData to store secure information locally, right? I think this is vital for some kind of applications. For instance, I'm developing a tool...

Same issue. Has anyone taken a look to see if it's trivial to solve? I don't know much about Dynamic Resources and how they're different from Static ones at framework...

Someone? Pedro Lamas is a well-known developer and he gives you arguments not to do it. I'm with him and against signing the assemblies.

The main problem is dot-imagin uses OpenCV intensively, and OpenCV... is a big C/C++ monolith. I don't know if it will be ported to C# in the near future, but...

I having the same issue. .NET 6 application using [GlobalizationInvariantMode](https://aka.ms/GlobalizationInvariantMode). Is there any way to make this library work in such applications? In my case, it's not in my hands...

@APopatanasov Sorry, I've set the property in the `Inventory.Uwp.csproj` in both **x86** and **x64** versions (I'm debugging using the x64 version) and it produces the same result. Have you been...

I’m very sorry to hear that you haven’t been able to fix it. The application is really simple, indeed. The asynchronous loading occurs on the UI Thread, son it think...

I'm interested in a valid code sample to use an Adaptive Card Prompt.

Hi! I think it's perfectly doable. As long as you can add references to .NET Standard, you can create a drawing backend to make it work with Unity3D. Did you...

BTW, the rendering unit in OmniGUI is the mentioned IDrawingContext. It's also necessary to provide a custom implementation of [ITextEngine](https://github.com/OmniGUI/OmniGUI/blob/master/OmniGui/ITextEngine.cs) that provides text measuring (for now :)). Feel free to...