dotnet-installer/test/Microsoft.DotNet.Configurer.UnitTests
2017-06-14 00:27:26 -07: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 Merge branch 'rel/1.1.0' into merge_rel_110 2017-06-01 09:43:31 -07:00
GivenANuGetCacheSentinel.cs Making restore use a config file so that it does not use fallback folders that may exist in the machine. 2017-05-22 09:42:40 -07:00
GivenANuGetConfig.cs Fixing failures in tests when the user has a fallbackfolder setup on this machine already. These failures are again due to the fact that --packages are not populated when the packages are found in the fallback folder. 2017-04-03 22:15:40 -07:00
Microsoft.DotNet.Configurer.UnitTests.csproj Updating the SDK. Mostly, had to change PackageTargetFallback to AssetTargetFallback. 2017-06-14 00:27:26 -07:00