1 write to ApplyInvoked
Aspire.Cli.Tests (1)
TestServices\TestMigration.cs (1)
40ApplyInvoked = true;
4 references to ApplyInvoked
Aspire.Cli.Tests (4)
Commands\UpdateCommandTests.cs (4)
1019Assert.False(pendingMigration.ApplyInvoked); 1049Assert.True(pendingMigration.ApplyInvoked); 1081Assert.False(pendingMigration.ApplyInvoked); 1108Assert.False(migration.ApplyInvoked);