15 writes to Type
aspire (1)
BackchannelJsonSerializerContext.PublishingActivity.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.PublishingActivity(){
Type
= (string)args[0], Data = (global::Aspire.Cli.Backchannel.PublishingActivityData)args[1] },
Aspire.Cli.Tests (14)
Commands\DeployCommandTests.cs (5)
407
Type
= PublishingActivityTypes.Step,
420
Type
= PublishingActivityTypes.Task,
432
Type
= PublishingActivityTypes.Task,
446
Type
= PublishingActivityTypes.Step,
459
Type
= PublishingActivityTypes.PublishComplete,
Commands\PublishCommandPromptingIntegrationTests.cs (1)
810
Type
= PublishingActivityTypes.Prompt,
TestServices\TestAppHostCliBackchannel.cs (8)
124
Type
= PublishingActivityTypes.Step,
135
Type
= PublishingActivityTypes.Task,
146
Type
= PublishingActivityTypes.Task,
157
Type
= PublishingActivityTypes.Task,
168
Type
= PublishingActivityTypes.Task,
179
Type
= PublishingActivityTypes.Task,
190
Type
= PublishingActivityTypes.Task,
201
Type
= PublishingActivityTypes.Step,
10 references to Type
aspire (10)
BackchannelJsonSerializerContext.PublishingActivity.g.cs (2)
58
Getter = static obj => ((global::Aspire.Cli.Backchannel.PublishingActivity)obj).
Type
,
112
writer.WriteString(PropName_Type, ((global::Aspire.Cli.Backchannel.PublishingActivity)value).
Type
);
Commands\PipelineCommandBase.cs (8)
324
if (activity.
Type
== PublishingActivityTypes.PublishComplete)
329
else if (activity.
Type
== PublishingActivityTypes.Step)
348
else if (activity.
Type
== PublishingActivityTypes.Prompt)
352
else if (activity.
Type
== PublishingActivityTypes.Log)
435
if (activity.
Type
== PublishingActivityTypes.PublishComplete)
440
else if (activity.
Type
== PublishingActivityTypes.Step)
477
else if (activity.
Type
== PublishingActivityTypes.Prompt)
483
else if (activity.
Type
== PublishingActivityTypes.Log)