Skip to content

Commit

Permalink
Add issue to getting started guides about case-sensitive package names
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate McMaster committed Nov 24, 2015
1 parent d4c2277 commit 05a096e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/getting-started/x-plat/issues.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- DNX-coreclr will die silentily if you are missing the ICU library. Make sure to install all dependencies listed in the install guide. (See `Issue dnx#2875 <https://github.com/aspnet/dnx/issues/2875>`_)
- Migrations on SQLite do not support more complex schema changes due to limitations in SQLite itself.
- Package names are case-sensitive on Linux and OS X due to the case-sensitive filesystem. Make sure to use ``EntityFramework.Sqlite`` not ``EntityFramework.SQLite`` in your ``project.json`` file. (See `Issue dotnet/cli#236 <https://github.com/dotnet/cli/issues/236>`_)

0 comments on commit 05a096e

Please sign in to comment.