-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
c# support #32
Comments
I decided to give it a go and the property issue turned out to be a simple fix, just added the $ python3 -m coverxygen --xml-dir doxygen/doxyxml --src-dir ../ --output doc-coverage.info --kind enum,enumvalue,variable,function,class,define,namespace,property I have a feeling there will be more missing kinds, so not submitting a PR just yet, changes will be tracked in master...noname77:coverxygen:feat/csharp-support |
To leave a trace somewhere, I added the but for some reason it fails on a generic interface: weirdly, a similar class is hadndled correctly |
I'll be happy to merge your PR if can provide one 👍 |
Hi,
This project looks great, thanks!
I tried it with doxygen output for a c# project and run into some issues where the coverage is not reflected correctly.
I was wondering if this is meant to be supported and if you could point me in the right direction?
Unfortunately I cannot share the project and didn't get around to creating a minimum reproducible example, but the two issues im seeing at first glance are:
top level file comment block is incorrectly recognised as code giving a false missEDIT: this is same as #15
I'd be happy to share more debug output, create a minimum example or test stuff or submit a PR if this project scope would include c# support.
Best,
wiktor
The text was updated successfully, but these errors were encountered: