Xamarin.Forms Droid warn about project .csproj.filelistabsolute.txt

I was wondering how to fix these warnings from my Xamarin.Forms project. These are only warnings, but we need to clear our warnings, so it can't be here.

Failed to write lines to file 'obj \ Debug \ Eagle.Framework.Common.csproj.FileListAbsolute.txt'. This process cannot access the file "C: \ Builds \ Eagle.Framework \ Framework \ Common \ Eagle.Framework.Common \ obj \ Debug \ Eagle.Framework.Common.csproj.FileListAbsolute.txt" because it is being used by another process.

Any ideas on how to fix this? I looked at several places on how to fix this, but none of the solutions work (other than disabling the parallel building, which is not an option). But these are all mistakes . In my case, they are warnings .

https://bugzilla.xamarin.com/show_bug.cgi?id=36190 https://forums.xamarin.com/discussion/56013/upgrade-to-xamarin-4-brings-vs2015-problems

Here is some of the information from my Visual Studio Help dialog.

Microsoft Visual Studio Enterprise 2017 Version 15.1

Xamarin 4.4.0.34

Xamarin.Android SDK 7.2.0.7

I also posted this question on the Xamarin forums.

https://forums.xamarin.com/discussion/93165/xamarin-forms-droid-project-warning-about-csproj-filelistabsolute-txt/p1?new=1

+3


source to share


1 answer


If you are still looking for a solution;

I saw this error with VS2017 and for my case the only way to continue debugging is to delete all bin and obj folders of projects and then without creating a solution, just run it on an emulator or device.



As you know, when you click Run, it builds the project anyway.

Hope this helps you or other people until Xamarin fixes this reintroduced bug. Below you can see the version information. enter image description here

0


source







All Articles