Symbai

Results 124 comments of Symbai

Ok, the solution is mentioned here #273 please, please update the documentation. I spent 5 hours on debugging, googling etc. and all it needs is a delay 😂🤦‍♂️🤷‍♂️

Thanks for getting back to this. This is my custom AddRange implementation for the ObservableCollection which I've been using for a long time now. There are a few cases where...

I've been using my custom AddRange for a lot of WPF controls now without having any issues at all. A month ago it was officially added in .NET Core 3...

Fyi I'm closing this, hope that's okay

I have exactly the same problem with `The RuntimeIdentifier 'ios-arm64' is invalid.` and found this issue. While I've added all the "workarounds" like removing catalyst from `TargetFrameworks` and deleting the...

@otium99: Your original error is completely different one and your solution unfortunately that only generates a new error for me: ``` The resource file "C:\Users\xxx\source\repos\xxx\xxx\obj\project.a ssets.json has no target for...

One of our applications is obfuscated during build. For a single publish this process does take not less than 10 minutes. Publishing through VS run this process twice so for...

Just a small note and warning: System.Management requires a specific minimum of .NET framework version unlike MMI. For self contained deployment of a .NET (Core) application this is a huge...

I have installed the Nvidia driver. That comes with CUDA, doesn't it? Otherwise, no. But my output is different than the video. Nvidia-smi: ``` nvidia-smi Fri Dec 25 18:49:50 2020...

> NET 7 appears to be introducing native-code Ahead Of Time compilation. WPF does not support AOT and it's very unclear if it will be supported in the future at...