Git Product home page Git Product logo

Comments (10)

baronfel avatar baronfel commented on June 8, 2024 1

We're going to make an Ionide group in nuget and publish the initial version of this dotnet tool under that group. It's quite easy to add/transfer ownership of the package if it becomes necessary (ie if the fsharporg organization should be the maintainer, etc).

from fsautocomplete.

baronfel avatar baronfel commented on June 8, 2024

Is the intent here to have a FsAutoComplete nuget package that just zips up all the outputs and makes them available via single-package download?

from fsautocomplete.

rneatherway avatar rneatherway commented on June 8, 2024

That might have been it, but honestly it is so long ago that I cannot remember why this would be useful.

from fsautocomplete.

enricosada avatar enricosada commented on June 8, 2024

@baronfel ihmo the easier way to release FSAC will be:

  • pack the fsac as .net global tool (so will bundle the .net core fsac) with /p:PackAsTool=true
  • copy the published .NET FSAC inside the nupkg, in tools/net461/any, similar to tools/netcoreapp2.0/any
  • publish that package to nuget org

that will allow to install fsac with dotnet tool install, or bundle in others editors extensions because is just a single zip package

example dotnet tool install Equinox.Tool -g who is a .net core tool + contains a net .exe:

from fsautocomplete.

Krzysztof-Cieslak avatar Krzysztof-Cieslak commented on June 8, 2024

We should

  1. Release LanguageServerProtocol.fsproj as NuGet package
  2. Release FSAC.Core as NuGet package
  3. Release FSAC as global dotnet tool (especially important for people that'd want to use LSP version with emacs/ST3/etc - right now suggestion for them is to build from master - look at instructions here https://github.com/emacs-lsp/lsp-mode#supported-languages)

from fsautocomplete.

Krzysztof-Cieslak avatar Krzysztof-Cieslak commented on June 8, 2024

But we probably want to wait with releasing all that for solving FSAC ownership problem. CC: @ReedCopsey

from fsautocomplete.

enricosada avatar enricosada commented on June 8, 2024

from fsautocomplete.

tani avatar tani commented on June 8, 2024

@enricosada @Krzysztof-Cieslak I could not found any packages about FSAC on nuget.org, Do you have any plan to upload these packages?

from fsautocomplete.

baronfel avatar baronfel commented on June 8, 2024

Going to reopen this as we're not currently publishing packages to nuget right now of any kind.

from fsautocomplete.

baronfel avatar baronfel commented on June 8, 2024

This has been done, the package can now be fetched from Nuget. The command is dotnet tool install fsautocomplete, though of course it can be installed globally, locally, or to a specific path based on what the user wants.

from fsautocomplete.

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.