Johan Appelgren

Results 23 issues of 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...

enhancement

## 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...

bug
area-datagrid

### 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...

enhancement
api
area-rendering

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/

enhancement
breaking

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...

```csharp public class Foo {} public partial class Container : ZeroIoCContainer { protected override void Bootstrap(IZeroIoCContainerBootstrapper bootstrapper) { bootstrapper.AddTransient(); } } ```

```csharp internal partial class Container : ZeroIoCContainer { protected override void Bootstrap(IZeroIoCContainerBootstrapper bootstrapper) { } } ``` ![image](https://github.com/user-attachments/assets/4e2edf4b-1875-45df-b39e-c7c70b329472)

Would it be possible to when registering a type to be able to configure the bootstrapper to implicitly also register the concrete types used in the picked ctor. It would...

### Describe the bug When rendering text, it's positioned 1px down compared to rendering the same thing in WPF or in a web browser. At least when using the font...

bug
area-textprocessing