Giter Site home page Giter Site logo

Comments (8)

jeffkl avatar jeffkl commented on July 18, 2024 1

Yes you've discovered the problem with NuGet.Frameworks being referenced by Microsoft.NET.Test.Sdk:

This causes your unit test to need that particular version in the output directory and causes collisions. Specifically, the error includes Could not find or load a specific file. This is because MSBuild is loading NuGet assemblies that ship with .NET SDK/Visual Studio which can be different than the version than are in the package dependency graph of your app. I try to keep MSBuild.ProjectCreation updated to match the latest version that is out there but have fallen behind. Do you want to send a PR to update the version used by MSBuild.ProjectCreation?

from msbuildprojectcreator.

craigktreasure avatar craigktreasure commented on July 18, 2024

A workaround appears to be to apply a transitive update for NuGet.Frameworks to update to the latest version.

from msbuildprojectcreator.

craigktreasure avatar craigktreasure commented on July 18, 2024

Well, for the record, it looks like you already have a more recent update (6.2.0) to that dependency checked in, but haven't shipped an updated release. 8.0.0 currently depends on 6.1.0. The latest is 6.2.1. I'm happy to submit a PR to update to 6.2.1. We'd just need an updated release following that update.

from msbuildprojectcreator.

craigktreasure avatar craigktreasure commented on July 18, 2024

To be honest, i'm surprised Dependabot isn't helping out here.

from msbuildprojectcreator.

jeffkl avatar jeffkl commented on July 18, 2024

I was getting bombarded with emails from dependabot every single day so I changed the frequency to monthly 😄 My curse for having so many repos. I can try changing it to weekly so you don't have to send a PR.

4755c0d

from msbuildprojectcreator.

craigktreasure avatar craigktreasure commented on July 18, 2024

Haha, i completely understand. I think i can manage the one character PR 😉.

from msbuildprojectcreator.

craigktreasure avatar craigktreasure commented on July 18, 2024

Looks like Dependabot beat me to it.

from msbuildprojectcreator.

jeffkl avatar jeffkl commented on July 18, 2024

Fixed by #175 and available in https://github.com/jeffkl/MSBuildProjectCreator/releases/tag/v8.2.1

from msbuildprojectcreator.

Related Issues (18)

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.