1 write to WasCreated
Aspire.Cli.Tests (1)
TestServices\TestFirstTimeUseNoticeSentinel.cs (1)
20
WasCreated
= true;
4 references to WasCreated
Aspire.Cli.Tests (4)
Commands\RootCommandTests.cs (4)
96
Assert.True(sentinel.
WasCreated
);
118
Assert.False(sentinel.
WasCreated
);
140
Assert.True(sentinel.
WasCreated
);
169
Assert.True(sentinel.
WasCreated
);