NFive / nfpm

NFive Plugin Manager
GNU General Public License v3.0
3 stars 10 forks source link

Initial build of source fails on VS2019 #27

Open IgiCodes opened 5 years ago

IgiCodes commented 5 years ago

Project fails to build first time when building a clean solution. Seems to refer to nfpm.exe during the build process.

Produced errors: Severity Code Description Project File Line Suppression State Error CS0006 Metadata file 'C:\Workspace\NFive\nfpm\src\bin\Debug\nfpm.exe' could not be found PluginManager.Tests C:\Workspace\NFive\nfpm\tests\CSC 1 Active Error Fody: No weavers found for the configuration entries Costura. Add the desired weavers via their nuget package. PluginManager

Steps to reproduce: Given I am in a clean solution in VS2019 And my build directories have no previous builds in them When I build the solution Then the build fails

Expected: Given I am in a clean solution in VS2019 And my build directories have no previous builds in them When I build the solution Then the build succeeds

IgiCodes commented 5 years ago

Identified that this is an issue with VS2019, updated the original issue to reflect this.