microsoft / microsoft/automatic-graph-layout
GraphLayout.NetCore solution does not compile
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 319
- Avg merge
- 38m
- Merged PRs (30d)
- 1
Description
See attached screenshot for specific errors. This is because the functions being referenced in LgInteractor.cs on the LgData class are excluded with a pre-compiler directive (#if !NETCORE).
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
Start by opening LgInteractor.cs and the LgData class, then inspect the #if !NETCORE directives around the referenced functions. Run the GraphLayout.NetCore solution build to reproduce the errors shown in the screenshot. Done means the solution compiles without those missing-function errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100