Johan Appelgren
Johan Appelgren
For example if a line in the stack trace looks like this: `at MyClass.c__DisplayClass4_0.b__0(String file)` The MyClass link work, but c__DisplayClass4_0.b__0(String file) gets split up when it probably should be...
## What does the pull request do? Attempt at getting nth child selectors to work with data grid column headers. ## What is the current behavior? If you add or...
### Is your feature request related to a problem? Please describe. We'd like to implement our own DrawingContext to provide our own export functionality. This would allow us to make...
Should be possible if we add a .net 8.0 target. https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot https://devblogs.microsoft.com/dotnet/creating-aot-compatible-libraries/
Is there a plan here to allow inheriting from a container or should the scope ctor be private? `6>Container_ZeroIoCContainer.cs(78,19): Warning CS0628 : 'Container.Container(Dictionary, Dictionary, bool)': new protected member declared in...
Perhaps not possible, but it would be a useful convenience feature to be able to have func and lazy parameters that can be used as factory methods instead of going...