You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET Command Line Tools (2.0.3)
Product Information:
Version: 2.0.3
Commit SHA-1 hash: eb1d5ee318
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.13
OS Platform: Darwin
RID: osx.10.12-x64
Base Path: /usr/local/share/dotnet/sdk/2.0.3/
Microsoft .NET Core Shared Framework Host
Version : 2.0.3
Build : a9190d4a75f4a982ae4b4fa8d1a24526566c69df```
_Copied from original issue: dotnet/cli#8175_
The text was updated successfully, but these errors were encountered:
From @hsorbo on December 6, 2017 20:33
dotnet new may end up creating invalid-code if its folder conflicts with a keyword
Example:
Steps to reproduce
mkdir class
cd class
dotnet new console
dotnet build
Expected behavior
compiles
Actual behavior
Environment data
The text was updated successfully, but these errors were encountered: