Nebula
Nebula
CC#
Created by Nebula on 3/23/2025 in #help
Native AoT dependency issues
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!
2 replies
CC#
Created by Nebula on 3/16/2025 in #help
Property setter disappears on `PublishTrimmed`
alright, thanks a bunch
13 replies
CC#
Created by Nebula on 3/16/2025 in #help
Property setter disappears on `PublishTrimmed`
I might use an alias otherwise
13 replies
CC#
Created by Nebula on 3/16/2025 in #help
Property setter disappears on `PublishTrimmed`
No description
13 replies
CC#
Created by Nebula on 3/16/2025 in #help
Property setter disappears on `PublishTrimmed`
how do I annotate that on T? it seems I can't do it in the same manner as X
13 replies
CC#
Created by Nebula on 3/16/2025 in #help
Property setter disappears on `PublishTrimmed`
Ah alright
13 replies
CC#
Created by Nebula on 3/16/2025 in #help
Property setter disappears on `PublishTrimmed`
No description
13 replies
CC#
Created by Nebula on 3/16/2025 in #help
Property setter disappears on `PublishTrimmed`
Alright I'll give that a go, thank you
13 replies
CC#
Created by Nebula on 3/16/2025 in #help
Property setter disappears on `PublishTrimmed`
This may help:
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.
13 replies
CC#
Created by monkeyoohlala on 4/1/2023 in #help
❔ C#
The statement is the same, it's more so what you're comparing
17 replies
CC#
Created by 𝕤𝕞𝕠𝕠𝕥𝕙_𝕠𝕡𝕖𝕣𝕒𝕥𝕠𝕣 on 3/31/2023 in #help
❔ 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.
15 replies
CC#
Created by Nebula on 3/31/2023 in #help
❔ BPM Clock System
thanks
6 replies
CC#
Created by Nebula on 3/31/2023 in #help
❔ BPM Clock System
Alright, I'll check that out
6 replies