Giter VIP home page Giter VIP logo

Comments (10)

robrisner avatar robrisner commented on August 15, 2024 1

I'm seeing the same issue and found it's related to VS 2022 17.10. Looks like it's going to be patched soon per https://developercommunity.visualstudio.com/t/Cannot-build-any-project-after-update-to/10664111.

Thanks for everyone who uploaded the logs. Have a pretty good handle on the situation now. We’ll be patching 17.10 to fix this soon. In the meantime you can work around by installing the following package into impacted projects: Microsoft.Net.Compilers.Toolset at version 4.9.2.

from runner-images.

kishorekumar-anchala avatar kishorekumar-anchala commented on August 15, 2024

HI @qwertie , Could you please help us to provide repro steps to investigate further.

from runner-images.

qwertie avatar qwertie commented on August 15, 2024

Sorry, I don't think I'll have time. I was able to work around the issue by using DotNetCoreCLI@2 instead of VSBuild@1:

image

    - task: DotNetCoreCLI@2
      displayName: Build
      inputs:
        command: 'build'
        projects: $(buildSolution)
        configuration: Release

from runner-images.

kishorekumar-anchala avatar kishorekumar-anchala commented on August 15, 2024

Hi @qwertie ,

your investigation is good , also look into your version compatibility and configuration values in the project and pipeline .

ex : .Net core or .net SDK versions . .Net 4.8 will support vs2019 and higher.
Default value of configuration is Release , verify it from your end

if you have any questions feel free to ask us , hope your workaround works in your case.

from runner-images.

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.