Code Monkey home page Code Monkey logo

Comments (3)

VaclavElias avatar VaclavElias commented on June 2, 2024

I did a few more tests for code only simple project.

  • Weirdly. When I install Stride Launcher. The build is still broken.
  • When I install the latest version of Stride from the launcher. The build is still broken.
  • When I start Stride from the Launcher, it installs additional dependencies and after this the code only simple project build is working

image

Even though there is no mentioned package system.security.cryptography.pkcs 6.0.0

image

from stride.

VaclavElias avatar VaclavElias commented on June 2, 2024

I guess, something changed in our configurations in the last 2 releases, as previously, I didn't need to do this.

When I add this to the code only project <RuntimeIdentifier>win-x64</RuntimeIdentifier> all references are resolved including the package System.Security.Cryptography.Pkcs.

from stride.

VaclavElias avatar VaclavElias commented on June 2, 2024

Fixed with stride3d/stride-community-toolkit#134.

Some notes from Discord:

I was able to debug the error but I wasn't able to find the issue itself because it happens in the NuGet library itself. I moved on and these are the suggetions for the toolkit for now:

Anywhere we reference Stride.Core.Assets.CompilerApp we have to add also <RuntimeIdentifier>win-x64</RuntimeIdentifier> which makes it Windows only.

  • Stride.CommunityToolkit library will have no Stride.Core.Assets.CompilerApp references, so it can be built correctly and be platfom agnostic. Should work in code-only and regular Stride Projects.
  • The new Stride.CommunityToolkit.Windows library will have Stride.Core.Assets.CompilerApp reference and also <RuntimeIdentifier>win-x64</RuntimeIdentifier>, at the moment it is an empty library refrencing Stride.CommunityToolkit project mainly for code-only purpose, just to remove the above boilerplate. That means, code only examples would reference Stride.CommunityToolkit.Windows instead of Stride.CommunityToolkit. This could be done also for Linux later.
  • Stride.CommunityToolkit.Skyboxes library mainly for code-only purpose, will have Stride.Core.Assets.CompilerApp reference removed so the NuGet package can be created. Because it is used with Stride.CommunityToolkit.Windows, it should build correctly

from stride.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.