Eric

Results 44 comments of Eric

Doesn't the same hold for namespaces? I get `Mapping rule [remove method:Lib::SomeClass::DoSomething] did not match any elements.` if I try to ``. Removing `Lib::` has it match, but it is...

Will this be merged sometime please?

There is already [this](https://github.com/stride3d/stride/pull/1469/files#diff-b280b1e408a1e68679d668713d8f036ce7a81c722987e747b035f5a986f30e9bR637) which changes `Utilities` to use `Thread.Sleep`. I also checked the implementation of `Thread.Sleep` on `source.dot.net` and you can find comments about that in that PR in...

I think this PR does a nice cleanup so I would say no keep it. It is preferable to have `Thread.Sleep` in code, which my PR doesn't change. Also I...

This is C# not C++. `Usleep` is a horrible name. And I proposed to remove this method entirely and keep your changes, not to keep it because it is (still)...

> the STRIDE_PLATFORM_UWP can be set whenever the target framework OS is windows10 The goal is to eventually build stride with a near standard build and doing this hack is...

You're probably best off making a build customization package which does what it needs to make UWP work, entirely separate from the proof of concept game, such that other projects...

How do you mean? Change C# source code? That isn't possible and shouldn't be necessary. You change the build using `.props` and `.targets` files so the project obtains the right...

Yes, obviously. But think modular mate. The whole idea is to put that poc you referred to in a box and ship it all by itself. 1. First create a...

The goal would be to enable deployment to Xbox. Any other use would be backwards indeed. If `ilc` is realy 100% suitable for deployment to Xbox One, Series X/S, testing...