microsoft / microsoft/node-api-dotnet
Compile error 'CS8078' when a single class has many export properties
Open
Nobody has claimed this yet.
bug
build
- Dominant language
- C#
- Stars
- 783
- Forks
- 80
- PR merge metrics
- No merged PRs in 30d
Description
When a class has many export properties (~800), generate the expression new JSClassBuilder (...).AddProperty(...). AddProperty(...) ... ... It will be very large, causing compilation error CS8078
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.
Research direction
Start by reproducing generation for a class with roughly 800 export properties and confirm the CS8078 compiler error. Inspect how the large JSClassBuilder expression is generated; done means the generated output compiles without CS8078.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, javascript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100