Adding more, custom project types
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 25/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- csharp
- Domain
- build-system, tooling
Research direction
Start by reading src/Microsoft.VisualStudio.SolutionPersistence/Model/ProjectTypeTable.BuiltInTypes.cs and trace how project extensions are recognized when solution files are parsed. Determine whether custom project types need an extension point or additional built-ins; done means .cproj, .cxxproj, and .zigproj projects can be recognized in solution files.
Written by the indexing model from the issue text.
Description
I frequently use @alexrp's Vezel.Zig.Sdk, which introduces the project file extensions .cproj, cxxproj, and .zigproj. As of today, it is not possible to add these projects to a solution file, because the extensions are not recognized.
Built-in project types appear to be handled in ProjectTypeTable.BuiltInTypes.cs. Would it be possible to add more project types here, or is there another way to allow them to be recognized by solution files?
- Dominant language
- C#
- Stars
- 213
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from microsoft/vs-solutionpersistence
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
microsoft/vs-solutionpersistence#73 · 2 comments ·
-
Difficulty 5/5 Over a week Newbie friendliness 45/100
-
Difficulty 3/5 1-2 days Newbie friendliness 72/100
-
Difficulty 5/5 Over a week Newbie friendliness 30/100
-
microsoft/vs-solutionpersistence#151 · 1 assignee ·
All issues in microsoft/vs-solutionpersistence
Similar issues
-
type/automation type/tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
t/bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
ci-failure-cause test-failure
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
area:auth FE mvp P3
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
klasolsson81/jobbliggaren#1788 ·