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

Compiling using csproj small fix #3

Merged

Conversation

lock9
Copy link

@lock9 lock9 commented Nov 13, 2019

Hi Shargon, this is my feedback, you don't have to accept it.
I added Neo Framework and loaded it when compiling, this way is much easier for people to use. Maybe we need to use nuget instead.

@@ -101,7 +109,7 @@ private static void Run(CmdOptions args)
.Select(u => u.Attribute("Update").Value)
.ToList();

files.AddRange(Directory.GetFiles(Path.GetDirectoryName(args.Filename), "*.cs", SearchOption.AllDirectories));
files.AddRange(Directory.GetFiles(path, "*.cs", SearchOption.AllDirectories));
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was causing bugs in my pc

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

which bug?

@shargon shargon merged commit 3239b02 into shargon:compile-source Nov 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants