Skip to content

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

Closed
DynConcepts opened this issue Dec 17, 2020 · 3 comments
Closed

Is there any good documentation??? #36

DynConcepts opened this issue Dec 17, 2020 · 3 comments

Comments

@DynConcepts
Copy link

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...

@3F
Copy link
Owner

3F commented Dec 17, 2020

Now for each item (iteration is not the problem), how do I get to the file name???

Either

/// <summary>
/// Try to extract assembly information, e.g.:
/// Include="DllExport, Version=1.5.1.35977, Culture=neutral, PublicKeyToken=8337224c9ad9e356, processorArchitecture=MSIL"
/// Include="System.Core"
/// ...
/// </summary>
public AsmData Assembly

or use

/// <summary>
/// The unevaluated value of the Include attribute.
/// </summary>
public string unevaluatedInclude;
/// <summary>
/// The evaluated value of the Include attribute.
/// </summary>
public string evaluatedInclude;

@DynConcepts

Actually MvsSln was extracted from https://github.com/3F/vsSolutionBuildEvent as independent project too late at 18 Jun 2017;
And today this is normal to ask everything related to its use together with its bugs and features. Because yes, we don't really have a good documentation yet except src and unit-tests.

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

I feel bad asking these questions as they are not "issues.....

It should actually look like Q & A. Later, of course, this can be explicitly limited like here. So don't worry yet.

@3F 3F added the help wanted label Dec 17, 2020
@DynConcepts
Copy link
Author

👍👍

@3F
Copy link
Owner

3F commented Dec 19, 2020

It should actually look like Q & A ...

almost forget about the new feature (beta as of this day) on github

Discussions is the space for your community to have conversations, ask questions and post answers without opening issues.

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants