dotnet-installer/test/Microsoft.DotNet.Configurer.UnitTests
2017-01-26 14:48:40 -08:00
..
GivenADotnetFirstTimeUseConfigurer.cs Introducing a in progress sentinel that gets verified before running the first time experience. If we can get a handle for this sentinel, we proceed with the first time run, otherwise, it means there is a first time experience running already, in which case we continue running dotnet normally, even though the final (real) sentinel is not present yet. This prevents multiple dotnet commands from running the first time experience in parallel and prevents us from running into parallel nuget restores. 2016-06-10 16:54:39 -07:00
GivenANuGetCachePrimer.cs First time experience populating the NuGet cache with 1.1 packages. 2017-01-06 17:45:34 -06:00
GivenANuGetCacheSentinel.cs Introducing a in progress sentinel that gets verified before running the first time experience. If we can get a handle for this sentinel, we proceed with the first time run, otherwise, it means there is a first time experience running already, in which case we continue running dotnet normally, even though the final (real) sentinel is not present yet. This prevents multiple dotnet commands from running the first time experience in parallel and prevents us from running into parallel nuget restores. 2016-06-10 16:54:39 -07:00
Microsoft.DotNet.Configurer.UnitTests.csproj FluentAssertions 4.18.0 2017-01-26 14:48:40 -08:00