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

Please clarify: How to separate Nuget tags in project file? #14073

Open
SetTrend opened this issue Jan 29, 2025 · 1 comment
Open

Please clarify: How to separate Nuget tags in project file? #14073

SetTrend opened this issue Jan 29, 2025 · 1 comment

Comments

@SetTrend
Copy link

SetTrend commented Jan 29, 2025

The .nuspec File Reference for NuGet reads:

tags

A space-delimited list of tags


The Visual Studio 2022 project file designer reads:
Image

Semicolon or space delimited? What's correct?

@microsoft-github-policy-service microsoft-github-policy-service bot added the missing-required-type The required type label is missing. label Jan 29, 2025
@nkolev92
Copy link
Member

nkolev92 commented Feb 6, 2025

Since tags don't accept spaces, it doesn't really matter.

tag1;tag2 becomes tag1 tag2 in the nuspec
tag1 tag2 becomes tag1 tag2 in the nuspec
tag1; tag2 tag3 becomes tag1 tag2 tag3 in the nuspec
tag1 tag2; tag3 becomes tag1 tag2 tag3 in the nuspec

@nkolev92 nkolev92 added Functionality:Pack Type:Bug and removed missing-required-type The required type label is missing. labels Feb 6, 2025
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

2 participants