Giter VIP home page Giter VIP logo

Comments (4)

gregg-miskelly avatar gregg-miskelly commented on July 19, 2024 1

I opened #90 to serve as the announcement page for new releases.

from concordextensibilitysamples.

gregg-miskelly avatar gregg-miskelly commented on July 19, 2024

Hi Simon, sorry for the delay.

We can definitely add System.Threading.Tasks to the vsdbg folder for our next release. If you want to share the full list of your dependencies, I think it might make sense to include all of them as roots to our trimmer to make sure we don't remove any others in the future.

As for notification when a new vsdbg release is out, do you have a preferred mechanism? One though I had would be to have a GitHub issue that we could update as part of releases.

from concordextensibilitysamples.

sae42 avatar sae42 commented on July 19, 2024

Hi Gregg, I think System.Threading.Tasks.dll is the only missing dependency (certainly I could copy it in and everything worked ok again). Most of our dependencies are a consequence of using StreamJsonRpc and async interfaces. When we first did this work I got you to add a few other shared assemblies (System.Buffers.dll, System.Threading.Tasks.DataFlow.dll, System.Threading.Timer.dll and System.IO.Pipes.dll) so as long as they don't go missing I think we're good.

For release info, a github issue sounds good to me. I've gleaned most of my information from various release note entries and PRs over in the omnisharp vscode repo but there's a lot of other noise there obviously.

from concordextensibilitysamples.

gregg-miskelly avatar gregg-miskelly commented on July 19, 2024

All of those are currently on our list of assemblies that we will never trim away. Here is our current list:

    <TrimRoots Include="System.Buffers.dll" />
    <TrimRoots Include="System.Diagnostics.Process.dll" />
    <TrimRoots Include="System.IO.Pipes.dll" />
    <TrimRoots Include="System.Reflection.Emit.dll" />
    <TrimRoots Include="System.Threading.Tasks.Dataflow.dll" />
    <TrimRoots Include="System.Threading.Timer.dll" />
    <TrimRoots Include="System.Threading.Tasks.dll" /> // Just added, hasn't shipped yet
    <TrimRoots Include="System.ValueTuple.dll" /> // Just added, hasn't shipped yet

from concordextensibilitysamples.

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.