Bastian Schmidt

Results 252 comments of Bastian Schmidt

All attributes/namespaces are taken over to the generated file. There might only be one issue with your x:class. If you have multiple source files with x:class, but a different value...

You could try copying your existing file and just rename it to Generic.xaml.cs. That might work. I have to admit that i haven't done any WinUI development so far. So...

My PR got merged and the changes were not specific to NXPorts. I just added the ability to overwrite the name of the dll being used in the ImportDirectory. So...

And the PR was https://github.com/0xd4d/dnlib/pull/281

I am currently trying to solve this. Original (add): Count: 8000 Duration: 00:00:05.6561398 Memory: 212 MB Original (remove): Count: 3 (temporarily 16000) Duration: 00:00:11.6930969 Memory: 202 MB Modified (add): Count:...

Allocations are also down from 121 MB to 95 MB during add. Didn't profile the other operations.

And i guess perf could be further improved when `CanBeAccessedAcrossThreads` from `ResourceDictionary` would be taken into account in the new "list" class.

@dotnet/wpf-developers any news on this one?