Giter Site home page Giter Site logo

Comments (1)

deepakaravindr avatar deepakaravindr commented on September 28, 2024

Fixed with NuGetArchive/NuGet.PackageManagement@b6dc770 and NuGetArchive/NuGet.VisualStudioExtension@cd8352b

folder not part of Source Control

A) Packages.config add/edit/delete (Perform each scenario with no pending changes)

  1. Add the first package to a project and check that packages.config created is marked for addition on Source Control - Works!
  2. Add a second package and check that entries are added to packages.config and it is marked for edit on Source Control - Works!
  3. Update a package and check that entries are edited on packages.config and it is marked for edit on Source Control - Works!
  4. Uninstall a package and check that entries are removed from packages.config and it is marked for edit on Source Control - Works!
  5. Uninstall all packages and check that the packages.config deleted is marked for deletion on Source Control - Works!
  6. With a pending delete for packages.config, install another package to see if it correctly marked for an edit - Works!

B) Content files add/edit/delete (Perform each scenario with no pending changes)

  1. Add a package with nested content files and check that content files are marked for addition on Source Control - Works! (Used jQuery)
  2. Uninstall a package and check that necessary files are marked for deletion on Source Control - Works! (Used jQuery)
  3. Update the package with nested content files and check that the right content files are marked for add/edit/delete on Source Control - Works! (Used jQuery)
  4. Install a package with transforms and ensure that the right files are marked for edit and additions on Soure Control - Works! (Used EntityFramework on WebApp)

from home.

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.