question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Build fail after update to latest RC2/RC Refresh

See original GitHub issue

As requested by @morrisjoe

I previously created this issue: https://github.com/dotnet/coreclr/issues/8602

Basically build works if you use dotnet cli only. When using Visual Studio 2017 (besides it crash a lot) it fail to build and multitarget is not working…

To reproduce:

  1. dotnet new -> Any console app build fail with the error in the previously mentioned issue while building from VS2017
  2. You can check our “updated/simplified” csproj by trying to build https://github.com/galvesribeiro/orleans/blob/codegen-core/vNext/src/ClientGenerator/ClientGenerator.csproj

The error is basically:

1>------ Build started: Project: ConsoleApp2, Configuration: Debug Any CPU ------
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.Sdk.targets(127,7): error MSB4131: The "FilesWritten" parameter is not supported by the "GenerateRuntimeConfigurationFiles" task. Verify the parameter exists on the task, and it is a gettable public instance property.
1>Done building project "ConsoleApp2.csproj" -- FAILED.
========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped ==========

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:24 (16 by maintainers)

github_iconTop GitHub Comments

8reactions
harshjain2commented, Dec 13, 2016

+1 on this issue. I’m also facing this issue.

2reactions
dsplaistedcommented, Dec 14, 2016

This happens when there are MSBuild processes running that have loaded the tasks from the earlier version of the .NET SDK. If you kill all MSBuild.exe processes that are running, this should fix the issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android Build Issue with New Architecture #3595
FAILURE : Build completed with 2 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ...
Read more >
ESS known issues
1.1 build. In an existing cluster with quorum nodes not exceeding 7 nodes, addition of new nodes will fail irrespective of the firmware...
Read more >
Firefox 3.0rc3:BuildNotes
Build 1. Bootstrap tag: RELEASE_AUTOMATION_M9_1. NB: Italicized items were not required for this build (reason given for each). Setup before starting:.
Read more >
Magnet Field Help
NOTICE. Once activated MAGNET Field does not require a new activation after updating. If you cancel activation, the application will run in Demo...
Read more >
Steel Age and Character Customization (v1.14.0-rc.1,rc.2 ...
300 features, tweaks and fixes later - here's the nearly completed version v1.14! As always, before updating, we recommend making a backup of ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found