Giter Club home page Giter Club logo

Comments (3)

masteroleary avatar masteroleary commented on May 18, 2024 3

@pavel-b-novikov
While your solution temporarily fixed the immediate issue and allowed dotnet watch to compile, it also made visual studio 2017 unable to find any nuget references (as in ALL packages including system and aspnet.mvc)

I wasn't aware that this was causing it and spent two days dealing with nuget restore, changing the location of the user nuget packages, forcing it to not use global nuget packages, etc. Finally I recreate my branch one change at a time until i found that applying your change and then closing and opening VS caused the issue. Just wanted to put this here and hopefully safe another developer some hair.

Because I believed it was "working" and did remove the MSB4044 error I did not follow your next step, which was to remove the 2nd line. After doing so, all the nuget references and intellisense was restored.

from reinforced.typings.

pavel-b-novikov avatar pavel-b-novikov commented on May 18, 2024

I have dirty hack to suggest :D

Add to your Reinforced.Typings.settings.xml, at early beginning, right after opening <PropertyGroup> tag, the following lines:

<PublishPipelineCollectFilesCore>Stub</PublishPipelineCollectFilesCore>
<BuiltProjectOutputGroupDependsOn>Stub</BuiltProjectOutputGroupDependsOn>

Check if it is working correctly. If no - remove 2nd line

from reinforced.typings.

PandaWood avatar PandaWood commented on May 18, 2024

Thanks, yes this works for now. I left just the first line in

from reinforced.typings.

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.