1 write to RestoreCallCount
Aspire.Cli.Tests (1)
TestServices\FakeNuGetClient.cs (1)
51RestoreCallCount++;
8 references to RestoreCallCount
Aspire.Cli.Tests (8)
NuGet\BundleNuGetServiceTests.cs (7)
50Assert.Equal(1, nuGetClient.RestoreCallCount); 187Assert.Equal(0, nuGetClient.RestoreCallCount); 211Assert.Equal(1, nuGetClient.RestoreCallCount); 235Assert.Equal(1, nuGetClient.RestoreCallCount); 244Assert.Equal(2, nuGetClient.RestoreCallCount); 273Assert.Equal(1, nuGetClient.RestoreCallCount); 311Assert.Equal(1, nuGetClient.RestoreCallCount);
Projects\PrebuiltAppHostServerTests.cs (1)
1427Assert.Equal(1, nuGetClient.RestoreCallCount);