dotnet-installer/src/Microsoft.DotNet.InternalAbstractions
Piotr Puszkiewicz 9d01e3bc2e Merge rel/1.0.0-preview2 to rel/1.0.0 (#3677)
* Update README.md

* Moving Ubuntu 16.04 to be next to Ubuntu 14.04

* Adding Oracle Linux and Linux Mint to the titles

Adding Oracle Linux and Linux Mint to the titles next to their compatible binaries.

* Remove showing firsttime eula for non verbs.

* Add Serviceable assembly attribute and nuspec attributes for all shipping CLI assemblies.

Fix #3345

* Use NugetCache Sentinel for Telemetry setting.

* Fix Oracle Linux version in README.md

Oracle Linux 7 -> Oracle Linux 7.1

* Fix README to use hostfxr download links (#3622)

Also fix a rebase error from b524fd079e6dcdd744faeb6061ccbfe99d1f810f#diff-04c6e90faac2675aa89e2176d2eec7d8

* Remove the VS2012 CRT dependency from docs (#3632)

* fix typo in dotnet-install file

This was needed to rebuild the CLI with the updated Roslyn NuGet packages.

Thanks goes to @akoken for the fix.
2016-06-22 15:17:54 -07:00
..
Native Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal 2016-04-29 16:06:23 -07:00
Properties Merge rel/1.0.0-preview2 to rel/1.0.0 (#3677) 2016-06-22 15:17:54 -07:00
ApplicationEnvironment.cs Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal 2016-04-29 16:06:23 -07:00
DirectoryWrapper.cs Almost all of the code to prime the NuGet cache from the archive. 2016-06-10 16:53:55 -07:00
EnvironmentWrapper.cs Refactor DependencyModel, make it ready for tests 2016-02-16 09:56:19 -08:00
FileSystemWrapper.cs Refactor DependencyModel, make it ready for tests 2016-02-16 09:56:19 -08:00
FileWrapper.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
HashCodeCombiner.cs Copy FileSystemGlobbing and HashCodeCombiner sources 2016-04-29 17:55:06 -07:00
IDirectory.cs Almost all of the code to prime the NuGet cache from the archive. 2016-06-10 16:53:55 -07:00
IEnvironment.cs Refactor DependencyModel, make it ready for tests 2016-02-16 09:56:19 -08:00
IFile.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
IFileSystem.cs Refactor DependencyModel, make it ready for tests 2016-02-16 09:56:19 -08:00
ITemporaryDirectory.cs Almost all of the code to prime the NuGet cache from the archive. 2016-06-10 16:53:55 -07:00
Microsoft.DotNet.InternalAbstractions.xproj Revert "Update the .xproj files to reference the "DotNet" targets and props instead of "DNX"." 2016-03-16 11:44:09 -05:00
Platform.cs Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal 2016-04-29 16:06:23 -07:00
project.json replicate https://github.com/dotnet/cli/pull/3492 2016-06-15 12:29:09 -07:00
RuntimeEnvironment.cs Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal 2016-04-29 16:06:23 -07:00
TemporaryDirectory.cs Almost all of the code to prime the NuGet cache from the archive. 2016-06-10 16:53:55 -07:00