-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code-only sample code doesn't build #133
Comments
Let me check this.. |
I am going to do a few more tests, but it seems to be working for me on my VM. I am going to try a clean VM. Could you try to delete your obj and bin folder, and build the project again? |
Still same error. For repro, I've set up a tiny repo with exactly the steps from the doc (I've added a global.json to ensure same version of SDK and disable preview SDK). |
I was able to replicate this issue on clean VM. There seems to be some hidden and deep depenceny on this package 'System.Security.Cryptography.Pkcs, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Weirdly, it works on my dev computer because of some unknown references. I will raise a ticket in Stride repo and will work on this to figure out where the reference is and update it. |
I have some way around, till this is resolved. Please follow these steps, which install/change references to the missing package:
References: |
I confirm it's now working, thanks 👍 |
Thank you for confirmation. You can leave this issue with me and I will close it once I have a proper solution :) |
The issue addressed in the description was resolved. I have to update all code-only examples, so they are using |
The docs were just released and examples updated. The main example updated https://stride3d.github.io/stride-community-toolkit/manual/code-only/create-project.html I am closing this as resolved. |
Trying to follow instructions on https://stride3d.github.io/stride-community-toolkit/manual/code-only/create-project.html
Error from the Build log
at
After running the failing underlying command in CLI, I get this error:
Repro:
Program.cs
with provided sample codeThe text was updated successfully, but these errors were encountered: