Skip to content

Commit d730f85

Browse files
committed
Add a comment
1 parent 170dfeb commit d730f85

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/NuGet.Core/NuGet.CommandLine.XPlat/IVirtualProjectBuilder.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212

1313
namespace NuGet.CommandLine.XPlat;
1414

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>
1520
public interface IVirtualProjectBuilder
1621
{
1722
bool IsValidEntryPointPath(string entryPointFilePath);

0 commit comments

Comments
 (0)