Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Supporting shared projects #1152

Open
cphillips83 opened this issue Nov 9, 2021 · 1 comment
Open

Supporting shared projects #1152

cphillips83 opened this issue Nov 9, 2021 · 1 comment

Comments

@cphillips83
Copy link

🚀 Feature Requests

Please add *.projitems to the search pattern in https://github.com/NuKeeperDotNet/NuKeeper/blob/master/NuKeeper.Inspection/RepositoryInspection/ProjectFileReader.cs#L41

Describe the feature

Shared projects utilize 2 files a *.shproj which include all the pieces needed for msbuild to automagically include the source in the target project and a *.projitems file which is basically like a (cs/fs/vb)proj file, these can include references to auto merge in to the target project.

@cphillips83
Copy link
Author

As a working around, you can rename the *.projitems file to a *.csproj file and then update the reference in the *.shproj file as well as any places you included a reference to the shared project. This will let nukeeper inspect work but it will fail to update with an error but this at least lets you check versions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant