-
-
Notifications
You must be signed in to change notification settings - Fork 27
Is there any good documentation??? #36
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
Comments
Either MvsSln/MvsSln/Projects/Item.cs Lines 91 to 97 in 9ce5885
or use MvsSln/MvsSln/Projects/Item.cs Lines 43 to 51 in 9ce5885
Actually MvsSln was extracted from https://github.com/3F/vsSolutionBuildEvent as independent project too late at 18 Jun 2017; I have already voiced earlier that some parts are not so good covered for most convenient use today (like IXProject, or even like #10) because it was just a quick migration from vsSolutionBuildEvent. That's why I'd love to see any help from the community at least in our wiki, and so on. But just to be clear, I had many tasks in my timeline around MvsSln and IeXod as you can see it; But unfortunately I am stuck due to my life problems and currently it's still hard to manage time for something more but I am trying it and of course welcome everyone who is willing to improve something here
It should actually look like Q & A. Later, of course, this can be explicitly limited like here. So don't worry yet. |
👍👍 |
almost forget about the new feature (beta as of this day) on github
Never used yet and still not sure if needed for my repositories at all. Because I think this is only good for repos where high activity and you definitely need to separate users from dev members. But who knows... |
Strugginly with something that should be simple (IMHO)... I have
var items = mvsProj.GetItems();
Now for each item (iteration is not the problem), how do I get to the file name???
I feel bad asking these questions as they are not "issues..... But some documentation beyond what is on the start page (or downloading an understanding the source) should be great .... hopefully I am just missing something obvious.)
(note, the best I could come up was filtering on the "type" property...
The text was updated successfully, but these errors were encountered: