Skip to content
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

Provide a nuget package of the core implementation, so one can include it in other apps. #62

Open
fpintos opened this issue Nov 23, 2016 · 2 comments
Assignees

Comments

@fpintos
Copy link

fpintos commented Nov 23, 2016

No description provided.

@OmarElabd
Copy link
Owner

Could you clarify on what you mean by providing a nuget package? As this is a visual studio extension what purpose would a nuget package serve? Do you have an example or use case in mind?

@OmarElabd OmarElabd self-assigned this Nov 23, 2016
@fpintos
Copy link
Author

fpintos commented Nov 26, 2016

I was looking for a nuget package that would write to a text writer the same kind of output that Object Explorer shows in its output window.
I would imagine that you have a core engine that produces that text, and that could be a reusable package.

A sample scenario would be to do something like:

myVariable.WriteObjectInitializer(Console.Out);

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

No branches or pull requests

2 participants