Replies: 2 comments 2 replies
-
Chocolatey packages are not the same as NuGet packages. They have different There is already an existing template for Chocolatey packages, which can be generated with the |
Beta Was this translation helpful? Give feedback.
-
The choco create does not include non-mandatory argumente like path. Creating a schema takes only a few seconds, create more compatibility with existing code editors and why not take advantage of it to create compatibility between different existing systems (new suggestion) |
Beta Was this translation helpful? Give feedback.
-
Before starting, ensure that you have done the following.
What do you want to add?
I suggest adding a new scheme to the XML .nuspec file, which would provide a standardized template for developers to create NuGet packages with ease. Currently, there is no such template available, and the Microsoft template provided is not compatible with some use cases. This creates a problem for developers who have to manually create the file from scratch, leading to errors and inconsistencies.
What problem will the feature/enhancement solve?
The addition of a new scheme to the XML .nuspec file would solve these problems by providing a standardized format that aligns with the Microsoft format used by NuGet. This would make it easier for developers to create packages as they would have a clear idea of the necessary arguments and parameters needed to populate the fields in the XML file. Additionally, it would reduce the potential for errors and inconsistencies, ensuring that packages are created correctly and efficiently. By providing a standardized template for the XML .nuspec file, developers would be able to streamline their package creation process, leading to improved productivity and better quality packages.
If the feature or enhancement is approved:
Additional Context
Beta Was this translation helpful? Give feedback.
All reactions