IXLLEGACYIXL

Results 111 comments of IXLLEGACYIXL

> > * Make our task system alloc-free (possible with recent C# version) so that people are not afraid to create thousands of scripts with `await` > > Might you...

> Hi, I would like to take up the Morph target implementation, I went through the codebase and deliverables and think can this one wrapped soon > > Discord: Noah_27216...

the bug still persists. ```csharp var address = new YamlDocument( new YamlMappingNode( new YamlScalarNode("street"), new YamlScalarNode("123 Tornado Alley\nSuite 16") { Style = YamlDotNet.Core.ScalarStyle.Literal }, new YamlScalarNode("city"), new YamlScalarNode("East Westville"), new...

some notes 1. files that get shared with a netstandard2.0 library will have problems with it as most span APIs dont exist in netstandard , in particualr here with assemblyprocessor...

the release for 4.2 is planned for november when net8 gets released so adding now an extra library for that wouldnt make to much sense ( for the net6 section...

> What do you think if I build these changes onto the dotnet 8 branch instead? That way we can introduce them when the newer APIs are avaliable for all...

https://gist.github.com/IXLLEGACYIXL/2bf489aeb66d0e4d0031f620b0a6a3d9 the report as gist

> [26c3696](https://github.com/stride3d/stride/commit/26c36962fbd02868369a89da1c893278f4f14f88) > > Should be related to the commit above once this gets looked into. or atleast in that area

the sdpkg file is ( should ) only be needed when you have assets in your sub project the module is the current workaround around that bug