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)
84return _startupProjectPath != null 121if (string.IsNullOrEmpty(_startupProjectPath)) 126_resolvedTargetProjectPath = _targetProjectPath ?? _startupProjectPath; 133_logger.LogDebug("Using startup project: {StartupProject}", _startupProjectPath); 136var workingDir = Path.GetDirectoryName(_startupProjectPath); 228if (_startupProjectPath != _resolvedTargetProjectPath) 231efArgs.Add(_startupProjectPath!);