Git Product home page Git Product logo

Comments (8)

balachir avatar balachir commented on September 2, 2024

@joperezr for my comment above for the 'Setup using CLI' part, is there a particular order that you recommend for those commands?

from docs-aspire.

joperezr avatar joperezr commented on September 2, 2024

Theoretically the right order is dotnet workload update and then dotnet workload install aspire. Reason is that dotnet workload update will go and update all of the baseline workload manifests you have inside the SDK (a workload manifest is not the workload itself, but simply a "reference" to it which describes which things compose it and what needs to be downloaded if the workload is to be installed), and once those manifests are on their latest version, then you can run dotnet workload install aspire which will then go and download the packs and install them.

That said, I believe in most cases when running dotnet workload install aspire that would also go and internally call update if needed, so it is possible that install alone would be sufficient. That said, this depends on when was the last time that the SDK in the background did a advertising manifest update, so the safest thing is to run update first and then install.

from docs-aspire.

alistairmatthews avatar alistairmatthews commented on September 2, 2024

I'm hoping to have a PR for this issue later today or tomorrow. I'm not able to assign myself for some reason.

from docs-aspire.

alistairmatthews avatar alistairmatthews commented on September 2, 2024

My PR currently addresses the text issues and the first screenshot. I'll push again when I have preview.2 running.

from docs-aspire.

joperezr avatar joperezr commented on September 2, 2024

FWIW, I also created a PR in aspire repo that will add instructions on how to test against the latest version of preview 2.

from docs-aspire.

alistairmatthews avatar alistairmatthews commented on September 2, 2024

Thanks @joperezr - I've updated to preview 2 with your scripts, which worked perfectly. All @balachir's issues are now fixed except the last one. Even though Preview 2 is in place, the NuGet package manager still shows 8.0.0-preview.1 versions. I can get it to show 8.0.0-preview.3 by selecting the dotnet8 package source and clearing the search box, but no preview 2 versions anywhere. But this is expected, right? Thanks!

from docs-aspire.

joperezr avatar joperezr commented on September 2, 2024

Preview 2 packages will show in nuget.org after we ship it. To see them in the package manager before we release, you just need to add the package source: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json

from docs-aspire.

alistairmatthews avatar alistairmatthews commented on September 2, 2024

Preview 2 packages will show in nuget.org after we ship it. To see them in the package manager before we release, you just need to add the package source: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json

Thanks @joperezr. I think we'll put up with the old version numbers.

To resolve some conflicts I've closed the original PR and created this new one: #208

Should be ready to merge.

from docs-aspire.

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.