Stat1cV01D

Results 4 comments of Stat1cV01D

> Since you're using a submodule to your dependency could you add `submodules: 'true'` under the [actions/checkout](https://github.com/actions/checkout) workflow. I haven't had a good chance to work with GitHub's CI, so...

Sure, why not. If it eliminates confusions then I am for it.

Hello Michal, I tried the `/p:DisableUnsupportedError=true` flag for `dotnet publish`, but it was not enough to make HelloWorld example compile as `win-x86`. There is the `The PrivateSdkAssemblies ItemGroup is required...

I see. So when you wrote about compiling the snake game you also had to add all the "supplementary" code (and probably more) that is in "no-runtime zerosharp sample", right?