2 writes to ProjectDirectory
Aspire.Hosting.Tests (2)
DistributedApplicationBuilderTests.cs (2)
152
ProjectDirectory
= projectDirectory,
183
ProjectDirectory
= projectDirectory,
3 references to ProjectDirectory
Aspire.Hosting (3)
DistributedApplication.cs (3)
253
if (!string.IsNullOrEmpty(options.
ProjectDirectory
))
255
realOptions.ProjectDirectory = options.
ProjectDirectory
;
258
realOptions.ContentRootPath = options.
ProjectDirectory
;