Skip to content

Instantly share code, notes, and snippets.

@hanssens
Last active February 23, 2017 14:13
Show Gist options
  • Save hanssens/92f0fddedb6383def4e6bec55d043ae8 to your computer and use it in GitHub Desktop.
Save hanssens/92f0fddedb6383def4e6bec55d043ae8 to your computer and use it in GitHub Desktop.
Issues with dotnet-core and Visual Studio 2017

dotnet-core

  • The tooling... damni
  • Split between project.json (release) vs .csproj (in progress)
  • Lack of third party support for DEBUGGING, due to MS licensing
  • Lack of third party support for the .csproj changes, due to rigorous changes
  • Missing API's for:
    • System.Security.Cryptography.RijndaelDanager
    • System.Diagnostics.PerformanceCounter

Visual Studio 2017

  • You cannot add a connected service to a dotnet core console application
  • No backwards compatability for project.json (requires conversion/migration to .csproj)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment