Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ContentFiles under any are not added for netstandard projects #3118

Closed
emgarten opened this issue Jul 12, 2016 · 1 comment
Closed

ContentFiles under any are not added for netstandard projects #3118

emgarten opened this issue Jul 12, 2016 · 1 comment

Comments

@emgarten
Copy link
Member

Create a package with a contentFile under any/any
ex: contentFiles/any/any/myfile.txt

Install the package into a netstandard project

Expected

contentFiles will show up in the lock file

Actual

No contentFiles are added

This is caused by ContentModel treating any as dotnet which is not compatible with netstandard, within the ContentFiles folder any should mean any

@rrelyea rrelyea added this to the 3.5 RTM milestone Jul 12, 2016
dougbu added a commit to dotnet/extensions that referenced this issue Jul 12, 2016
- part of #93
- copy `WebEncoders` into Common repo
- add hacks to work around dotnet/cli#3831 and NuGet/Home#3118
dougbu added a commit to dotnet/extensions that referenced this issue Jul 13, 2016
- part of #93
- copy `WebEncoders` into Common repo
- add hacks to work around dotnet/cli#3831 and NuGet/Home#3118
@dougbu
Copy link

dougbu commented Jul 13, 2016

/fyi @davidfowl this is the bug I mentioned yesterday evening.

emgarten added a commit to NuGet/NuGet.Client that referenced this issue Jul 14, 2016
By default ContentModel translates 'any' to 'dotnet', this works for the lib folder but for scenarios such as contentFiles any does refer to all frameworks. This change updates contentModel to allow per pattern token replacement tables.

Fixes NuGet/Home#3118
busgaidw2 added a commit to busgaidw2/CommandLineUtils that referenced this issue Aug 6, 2024
- part of #93
- copy `WebEncoders` into Common repo
- add hacks to work around dotnet/cli#3831 and NuGet/Home#3118
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants