13 instantiations of DotnetAddPostActionProcessor
dotnet (1)
Commands\New\NewCommandParser.cs (1)
142
(typeof(IPostActionProcessor), new
DotnetAddPostActionProcessor
()),
dotnet.Tests (12)
CommandTests\New\DotnetAddPostActionTests.cs (12)
41
DotnetAddPostActionProcessor actionProcessor =
new
();
55
DotnetAddPostActionProcessor actionProcessor =
new
();
70
DotnetAddPostActionProcessor actionProcessor =
new
();
94
DotnetAddPostActionProcessor actionProcessor =
new
();
112
DotnetAddPostActionProcessor actionProcessor =
new
();
128
DotnetAddPostActionProcessor actionProcessor =
new
();
147
DotnetAddPostActionProcessor actionProcessor =
new
();
156
DotnetAddPostActionProcessor actionProcessor =
new
(callback.AddPackageReference, callback.AddProjectReference);
184
DotnetAddPostActionProcessor actionProcessor =
new
(callback.AddPackageReference, callback.AddProjectReference);
211
DotnetAddPostActionProcessor actionProcessor =
new
(callback.AddPackageReference, callback.AddProjectReference);
254
DotnetAddPostActionProcessor actionProcessor =
new
(callback.AddPackageReference, callback.AddProjectReference);
280
DotnetAddPostActionProcessor actionProcessor =
new
(callback.AddPackageReference, callback.AddProjectReference);
24 references to DotnetAddPostActionProcessor
dotnet.Tests (24)
CommandTests\New\DotnetAddPostActionTests.cs (24)
41
DotnetAddPostActionProcessor
actionProcessor = new();
44
IReadOnlyList<string> projFilesFound =
DotnetAddPostActionProcessor
.FindProjFileAtOrAbovePath(_engineEnvironmentSettings.Host.FileSystem, outputBasePath, new HashSet<string>());
55
DotnetAddPostActionProcessor
actionProcessor = new();
59
IReadOnlyList<string> projFilesFound =
DotnetAddPostActionProcessor
.FindProjFileAtOrAbovePath(_engineEnvironmentSettings.Host.FileSystem, outputBasePath, projectFileExtensions);
70
DotnetAddPostActionProcessor
actionProcessor = new();
74
IReadOnlyList<string> projFilesFound =
DotnetAddPostActionProcessor
.FindProjFileAtOrAbovePath(_engineEnvironmentSettings.Host.FileSystem, outputBasePath, projectFileExtensions);
94
DotnetAddPostActionProcessor
actionProcessor = new();
98
IReadOnlyList<string> projFilesFound =
DotnetAddPostActionProcessor
.FindProjFileAtOrAbovePath(_engineEnvironmentSettings.Host.FileSystem, outputBasePath, projectFileExtensions);
112
DotnetAddPostActionProcessor
actionProcessor = new();
113
IReadOnlyList<string> projFilesFound =
DotnetAddPostActionProcessor
.FindProjFileAtOrAbovePath(_engineEnvironmentSettings.Host.FileSystem, outputBasePath, new HashSet<string>());
128
DotnetAddPostActionProcessor
actionProcessor = new();
130
IReadOnlyList<string> projFilesFound =
DotnetAddPostActionProcessor
.FindProjFileAtOrAbovePath(_engineEnvironmentSettings.Host.FileSystem, outputBasePath, new HashSet<string>());
147
DotnetAddPostActionProcessor
actionProcessor = new();
148
IReadOnlyList<string> projFilesFound =
DotnetAddPostActionProcessor
.FindProjFileAtOrAbovePath(_engineEnvironmentSettings.Host.FileSystem, outputBasePath, new HashSet<string>());
156
DotnetAddPostActionProcessor
actionProcessor = new(callback.AddPackageReference, callback.AddProjectReference);
163
var postAction = new MockPostAction(default, default, default, default, default!) { ActionId =
DotnetAddPostActionProcessor
.ActionProcessorId, Args = args };
184
DotnetAddPostActionProcessor
actionProcessor = new(callback.AddPackageReference, callback.AddProjectReference);
191
var postAction = new MockPostAction(default, default, default, default, default!) { ActionId =
DotnetAddPostActionProcessor
.ActionProcessorId, Args = args };
211
DotnetAddPostActionProcessor
actionProcessor = new(callback.AddPackageReference, callback.AddProjectReference);
234
ActionId =
DotnetAddPostActionProcessor
.ActionProcessorId, Args = args
254
DotnetAddPostActionProcessor
actionProcessor = new(callback.AddPackageReference, callback.AddProjectReference);
260
var postAction = new MockPostAction(default, default, default, default, default!) { ActionId =
DotnetAddPostActionProcessor
.ActionProcessorId, Args = args };
280
DotnetAddPostActionProcessor
actionProcessor = new(callback.AddPackageReference, callback.AddProjectReference);
286
var postAction = new MockPostAction(default, default, default, default, default!) { ActionId =
DotnetAddPostActionProcessor
.ActionProcessorId, Args = args };