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)
1015Assert.False(pendingMigration.ApplyInvoked); 1045Assert.True(pendingMigration.ApplyInvoked); 1077Assert.False(pendingMigration.ApplyInvoked); 1104Assert.False(migration.ApplyInvoked);