W-Sebastian

Results 3 issues of W-Sebastian

I want to use Stride as a 3D renderer for a cross platform project where the render window is integrated in the Avalonia UI. Now both Stride and Avalonia, theoretically,...

enhancement
area-Graphics
work-estimate-M
priority-Medium
bounty

Consider an app (example taken from https://docs.avaloniaui.net/docs/basics/user-interface/styling/control-themes) ```xml ``` changing this `ControlTheme` will yield `[HotAvalonia] Failed to reload 'avares://TestWindow/App.axaml': 'System.ArgumentException: An item with the same key has already been added....

Generated code for containers should implement virtual dispose methods to support proper cleanup during inheritance chains when the classes are not sealed. If the class is sealed then the current...