Add nuspec parser #3510
patriksvensson
started this conversation in
Extension requests
Replies: 2 comments 1 reply
-
@patriksvensson if we are doing this for nuget package nuspec files, would it make sense to also do this for chocolatey package nuspec files? These are essentially the same thing, however, Chocolatey adds some additional elements into the nuspec file. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@gep13 Sounds like another issue. Should probably only parse nuspec files as it is and add this later. Maybe just as an adapter to the NuSpec class. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently helping out with a project that has a build script that parses nuspec files in one of it's build targets. I got it all working correctly but realized it would be nice to be able to parse the NuSpec into an object instead of driving myself crazy with XDocument.
Beta Was this translation helpful? Give feedback.
All reactions