1
0
mirror of synced 2025-12-19 18:06:02 -05:00
Files
core/release-notes/1.0/1.0.1-known-issues.md
Jay 1085350163 Polish release notes 1.x (#8357)
* release notes 1.x

* escape

Co-authored-by: Maira Wenzel <mairaw@microsoft.com>

* undo

Co-authored-by: Maira Wenzel <mairaw@microsoft.com>

* extras

* revert titles

Co-Authored-By: Maira Wenzel <mairaw@microsoft.com>

---------

Co-authored-by: Maira Wenzel <mairaw@microsoft.com>
2023-04-10 15:29:15 -07:00

1.0 KiB

1.0.1 Known Issues

This document lists known issues for .NET Core 1.0.1 and .NET Core SDK 1.0.0 Preview 2 - 003131 which may be encountered.

macOS Sierra

dotnet command not found after installing on a clean macOS Sierra system that previously did not have .NET Core SDK installed.

ln -s /usr/local/share/dotnet/dotnet /usr/local/bin will create the symbolic link in the correct location and dotnet should now work.

.NET Core 1.0.1 - VS 2015 Tooling Preview 2 installer fails

There was a recent change in the VC Redist installer which may lead to a failure during installation of .NET Core 1.0.1 - VS 2015 Tooling Preview 2. The workaround is to install the VC Redist before installing .NET Core 1.0.1 - VS 2015 Tooling Preview 2.

First, install appropriate VC_Redist:

Then install .NET Core 1.0.1 - VS 2015 Tooling Preview 2