Content files not added to project (but copied to it) #9094
Labels
Area:ContentFiles
PackageReference contentFiles folder
Priority:2
Issues for the current backlog.
Resolution:External
This issue appears to be External to nuget
Style:PackageReference
(Moved from: dotnet/project-system#5316 and opened on behalf of @MaceWindu)
Visual Studio Version: 16.2.2
Summary:
Check
OrmTest.csrpoj
project file from this issue. Installing package with content files doesn't work with it properly - files are copied to project folder, but not included into project itself.
I've tried to edit project file by replacing almost everything except project guid with content of new Windows Forms project, but it didn't helped (I suspect it already broke something in solution files at this point).
Steps to Reproduce:
Open attached project
Reinstall linq2db.PostgreSQL nuget package
Expected Behavior:
Content files appeared in project under
LinqToDB.Templates
folderActual Behavior:
Content files appeared in project folder, but not in project
User Impact:
Confusion and anxiety
The text was updated successfully, but these errors were encountered: