1 write to _startupProjectPath
Aspire.Hosting.EntityFrameworkCore (1)
EFCoreOperationExecutor.cs (1)
120
_startupProjectPath
= GetProjectPath(_startupProjectResource);
7 references to _startupProjectPath
Aspire.Hosting.EntityFrameworkCore (7)
EFCoreOperationExecutor.cs (7)
84
return
_startupProjectPath
!= null
121
if (string.IsNullOrEmpty(
_startupProjectPath
))
126
_resolvedTargetProjectPath = _targetProjectPath ??
_startupProjectPath
;
133
_logger.LogDebug("Using startup project: {StartupProject}",
_startupProjectPath
);
136
var workingDir = Path.GetDirectoryName(
_startupProjectPath
);
228
if (
_startupProjectPath
!= _resolvedTargetProjectPath)
231
efArgs.Add(
_startupProjectPath
!);