We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 170dfeb commit d730f85Copy full SHA for d730f85
1 file changed
src/NuGet.Core/NuGet.CommandLine.XPlat/IVirtualProjectBuilder.cs
@@ -12,6 +12,11 @@
12
13
namespace NuGet.CommandLine.XPlat;
14
15
+/// <summary>
16
+/// We cannot have a dependency on a package from SDK due to source build,
17
+/// hence we invert the relationship and define the interface here,
18
+/// SDK implements it and we load the implementation dynamically.
19
+/// </summary>
20
public interface IVirtualProjectBuilder
21
{
22
bool IsValidEntryPointPath(string entryPointFilePath);
0 commit comments