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

RoslynQuoter Program hardcodes input #52

Open
jzabroski opened this issue Apr 13, 2020 · 2 comments
Open

RoslynQuoter Program hardcodes input #52

jzabroski opened this issue Apr 13, 2020 · 2 comments

Comments

@jzabroski
Copy link

static void Main(string[] args)
{
var sourceText = "class C{}";
var sourceNode = CSharpSyntaxTree.ParseText(sourceText).GetRoot() as CSharpSyntaxNode;

@GrahamTheCoder
Copy link

Program.cs isn't actually included in the project, and the project is a net standard library (not console app), so that file should probably just be deleted, and start with a fresh project for #53.

@jzabroski
Copy link
Author

Ah, I missed this:

<Compile Remove="Program.cs" />

I was thinking #53 is actually two Tools.

  1. Tool that launches a DotNetTry Jupyter notebook that does Roslyn quoting, so that RoslynQuoter doesn't require internet connectivity to work: https://devblogs.microsoft.com/dotnet/net-core-with-juypter-notebooks-is-here-preview-1/
  2. Tool that is described in PackAsTool / ToolCommandName #53

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