refactor: Modernize samples - #2664
Closed
Kryptos-FR wants to merge 3604 commits into
Closed
Kryptos-FR wants to merge 3604 commits into
Kryptos-FR wants to merge 3604 commits into
Conversation
…s the visibility appropriately
* .NET 6 reference missed * added central version number from Jkao for better consistancy * updated comment * Get version from Environment
…an machine (2. attempt, issue stride3d#2232) (stride3d#2319)
…pport, and fix model skinning on platforms using OpenGL ES (ie. Android and iOS) (stride3d#2323) Co-authored-by: Basewq <Basewq@users.noreply.github.com>
* prevents a null IMemberNode to update * checking properties before calling update
* feat: Adjust freeimage to all platforms * Adjust FreeImage methods
…fault animation preview model (stride3d#2291) * ported https://github.com/assimp/assimp/pull/5494/files * Cleanup * Potential fix to investigate further * Fallback to BaseColor when diffuse is not available * Automatically set preview model on import for animations * Use BaseColor as Diffuse if Diffuse is not defined * Document pivot todo * Rollback transformations related logic * More cleanup * Fix issue when trying to import animation from an fbx without animations --------- Co-authored-by: Eideren <contact@eideren.com>
…or lightweight, abstract and typesafe processing in idiomatic c# (stride3d#2331) * feat: FlexibleProcessing as alternative to EntityComponentProcessor for lightweight, abstract and typesafe processing in idiomatic c# * is ... == false to is not * Access backing buffer of the list to improve get/set operations * More tests for edge cases
…ride3d#2337) This reverts commit f23ce73.
Co-authored-by: Basewq <Basewq@users.noreply.github.com>
…#2638) Co-authored-by: Basewq <Basewq@users.noreply.github.com>
…s too small to fit even one character. (stride3d#2598) Signed-off-by: net2cn <mcopener@gmail.com>
… out of sync issues (stride3d#2629)
* [Core.Mathematics] Modernize code * [Core.Mathematics] Add tests to Stride.Tests.Simple * [Core] Cleanup some code * [Core.CompilerServices] Cleanup some code * [Core.CompilerServices] Add tests to Stride.Tests.Simple * [Core.IO] Modernize code * [Core.MicroThreading] Modernize code * [Core.Serialization] Modernize code * [Core.AssemblyProcessor.Tests] Modernize code * [Core.CompilerServices.Tests] Modernize code * [Core.Mathematics.Tests] Modernize code * [Core.Tests] Modernize code * [Core.Translation] Modernize code * [Core.Reflection] Modernize code * Fixes build of Stride.VisualStudio.sln * [Core.Yaml.Tests] Modernize code * [Core.Design] Modernize code * [Core.Design.Tests] Modernize code * [Core.Mathematics] More annotations * Fix build of projects that import code from Core.Design Especially those targeting .NET Framework
…ue with Avalonia. (stride3d#2651)
…#2650) * handle orientation, Add SetPose, and fix center of mass issue with non default rotation
…tride3d#2654) * [Core.Presentation] Modernize code * [Core.Design] Make ToEnumerable extension safer It will not throw a cast exception for a type mismatch, but instead filter out bad items. * [Core.Quantum] Modernize code * [Core.Quantum.Tests] Modernize code * [Core.Presentation.Quantum] Modernize code * [Core.Presentation.Quantum.Tests] Modernize code
* [Tests] Allow running tests on Linux * [Core] Run tests on Linux * [Core.Presentation] Run tests on Linux * [Core.Assets] Run tests on Linux * [BuilEngine] Run tests on Linux
…3d#2658) * [Core.BuildEngine.Common] Modernize code * [Core.Packages] Modernize code * [Core.Assets.Yaml] Modernize code * [Build] Remove obsolete Prefer32Bit * [Core.Assets] Modernize code * [Core.Assets.Tests] Modernize code * [Core.Assets.Quantum] Modernize code * [Core.Assets.Quantum.Tests] Modernize code * [xunit.runner.stride] Modernize code * Code review
Member
Author
Collaborator
|
the code editor uses roslyn of net6 the latest roslynpad would understand it but updating it isnt as easy.. |
xen2
force-pushed
the
master
branch
2 times, most recently
from
April 16, 2026 07:56
ab329f3 to
482bd28
Compare
Member
|
👋 Apologies for the noise here. This PR was closed unintentionally by a bad force-push to I've contacted GitHub Support to try reopening these in bulk, but no guarantees. If this change is still relevant, it's a good opportunity to sync your branch with the latest master and open a fresh PR (your code is intact). Sorry again for the disruption! 🙏 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

PR Details
Modernize the samples.
I did not enable the
nullablefeature since it isn't the case yet in the whole codebase. I also excluded the C# tutorials projects (beside using file scope namespaces) because we might to use a different style for them that is more beginner friendly.Types of changes
Checklist