8 references to IsFileBasedApp
Aspire.Hosting (7)
ApplicationModel\CommandsConfigurationExtensions.cs (1)
127
if (projectMetadata is null || !projectMetadata.
IsFileBasedApp
)
Dcp\DcpExecutor.cs (3)
1506
if (_configuration.GetBool("DOTNET_WATCH") is not true || projectMetadata.
IsFileBasedApp
)
1509
projectArgs.Add(projectMetadata.
IsFileBasedApp
? "--file" : "--project");
1511
if (projectMetadata.
IsFileBasedApp
)
ProjectResourceBuilderExtensions.cs (2)
403
if (((IProjectMetadata)projectMetadata).
IsFileBasedApp
917
if (projectMetadata is null || projectMetadata.
IsFileBasedApp
)
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (1)
93
if (!projectMetadata.
IsFileBasedApp
)
Aspire.Hosting.Azure.Functions (1)
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (1)
93
if (!projectMetadata.
IsFileBasedApp
)