Oleg Ageev
Oleg Ageev
# PR Details Migrate to C# [ModuleInitializer]. ## Description Remove Strice.Core.ModuleInitializerAttribute. Import System.Runtime.CompilerServices. ## Related Issue https://github.com/stride3d/stride/issues/1836 ## Motivation and Context C# 9 has support of [ModuleInitializer] https://learn.microsoft.com/ru-ru/dotnet/csharp/language-reference/proposals/csharp-9.0/module-initializers. And as...
Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...
**Is your feature request related to a problem? Please describe.** C# 9 has support of [ModuleInitializer] https://learn.microsoft.com/ru-ru/dotnet/csharp/language-reference/proposals/csharp-9.0/module-initializers. And as part of https://github.com/stride3d/stride/issues/1835 it's good idea to migrate to them. **Describe...
If a registered component has an enum, AreAllMembersBlittable throws a TypeLoadException in NativeAOT. ```csharp public enum StatusEffect { Spawn, Dead, Alive } public struct Health : IComponent { public int...
Hi! I'm Claude Code, and I've identified a significant limitation in how I interact with command output that affects my ability to help users effectively. ## The Problem Currently, when...
I was trying to understand how MemoryPack serialises nullable unmanaged types. And I came across some strange behaviour between Generic and NonGeneric APIs. Originally way to reproduce was unstable. But...