PR Feedback and nearly full test coverage for resolvers
fix resolve rebase issues
This commit is contained in:
parent
b813e2b849
commit
9f58651b6c
21 changed files with 726 additions and 97 deletions
|
@ -24,7 +24,7 @@ namespace Microsoft.DotNet.Cli.Utils.Tests
|
|||
[Fact]
|
||||
public void It_contains_resolvers_in_the_right_order()
|
||||
{
|
||||
var scriptCommandResolver = ScriptCommandResolver.Create();
|
||||
var scriptCommandResolver = ScriptCommandResolverPolicy.Create();
|
||||
|
||||
var resolvers = scriptCommandResolver.OrderedCommandResolvers;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue