Found a solution - I ended doing the same as I did for SkiaSharp, but fixed what I had done wrong. Also had to reverse engineer some openTK logic for handling GLFW initialising, but now I have a working gamewindow inside the vst window!
Natsu.Mathematics.Transforms.TransformSequence<T>.Create<X>(String, X, Single, Easing, String): 'X' generic argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in 'Natsu.Mathematics.Transforms.TransformSequence<T>.Create<X>(String, X, Single, Easing, String, Func<X,X,Single,X>)'. The generic parameter 'X' of 'Natsu.Mathematics.Transforms.TransformSequence<T>.Create<X>(String, X, Single, Easing, String)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
C:\Users\NebulaDev\Documents\natsu\Natsu\Mathematics\Transforms\TransformSequence.cs(122,9): Trim analysis warning IL2090: Natsu.Mathematics.Transforms.TransformSequence<T>.Create<X>(String, X, Single, Easing, String, Func<X,X,Single,X>): 'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties', 'DynamicallyAccessedMemberTypes.NonPublicProperties' in call to 'System.Type.GetProperty(String, BindingFlags)'. The generic parameter 'T' of 'Natsu.Mathematics.Transforms.TransformSequence<T>' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
Natsu.Mathematics.Transforms.TransformSequence<T>.Create<X>(String, X, Single, Easing, String): 'X' generic argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in 'Natsu.Mathematics.Transforms.TransformSequence<T>.Create<X>(String, X, Single, Easing, String, Func<X,X,Single,X>)'. The generic parameter 'X' of 'Natsu.Mathematics.Transforms.TransformSequence<T>.Create<X>(String, X, Single, Easing, String)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
C:\Users\NebulaDev\Documents\natsu\Natsu\Mathematics\Transforms\TransformSequence.cs(122,9): Trim analysis warning IL2090: Natsu.Mathematics.Transforms.TransformSequence<T>.Create<X>(String, X, Single, Easing, String, Func<X,X,Single,X>): 'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties', 'DynamicallyAccessedMemberTypes.NonPublicProperties' in call to 'System.Type.GetProperty(String, BindingFlags)'. The generic parameter 'T' of 'Natsu.Mathematics.Transforms.TransformSequence<T>' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
❔ how can you install c# on pc and edit it on vs code
Honestly I prefer vscode over vs, I just find my production increases and I'm not held back by all of the features in vs. The debugger in vscode is also fine, although I rarely use it.