ms-structural / ms-structural/femdesign-api
Refactor core to CLR classes from XSD
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 51
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
Refactor C# to CLR classes from XSD
Initiative 2
Goals
- Implement CLR classes from XSD instead of manually created classes.
- Identify changes to XML-schema by catching breaking code changes.
Background
Most classes in this framework that are related to the XML-schema were created manually. This is not scalable or maintainable. It is difficult to catch changes to the XML-schema, and quality assurance becomes more cumbersome.
Research
- #132
Requirements
Questions
Not doing
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
The issue names no files, tests, or entry points; begin by reviewing the manually created XML-schema-related classes and the completed research in #132. Done means replacing those classes with CLR classes generated from XSD and detecting breaking code changes when the XML schema changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend-api-design
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100