Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@brthor
Copy link
Owner

@brthor brthor commented Feb 29, 2016

No description provided.

classes.

Write Unit Tests covering Composite DefaultCommandResolver and
ScriptCommandResolver.

public IEnumerable<string> InferredExtensions { get; set; }

public IEnvironmentProvider Environment { get; set; }

Choose a reason for hiding this comment

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

This does not seem like an Argument. Should this be passed in to the implementations of ICommandResolver?

Copy link
Owner Author

Choose a reason for hiding this comment

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

I had it the way you are suggesting at first, but went back to this because it made it a little easier to test.

I agree though that is a cleaner approach, will make that change back.

@brthor brthor force-pushed the brthor/cli-nuget-tools branch from 5e6feef to 3479cbe Compare March 1, 2016 00:06
Framework = FrameworkConstants.CommonFrameworks.DnxCore50,
Configuration = "Debug"
};

Choose a reason for hiding this comment

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

NIT: there is an extra line here.

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

Successfully merging this pull request may close these issues.

3 participants