c# - Howto debug asp.net core and EF core with MSVC 2017? -


how can debug these libraries withoud bulding on own?

i want debug release versions distributed nuget.

  • microsoft.aspnetcore (1.1.2)
  • microsoft.entityframeworkcore (1.1.2)

where symbol files?


what have tried far?

  1. i tried traditional way: tools > options > debugging > general
    • enable code (disabled)
    • enable .net framework source stepping (enabled) not work
  2. i've found page
  3. i've found

did know if there symbol files available?

btw. downloaded entityframework-rel-1.1.2 sourcecode github , tried compile it. throws bunch of errors, looks there dependencies/references missing... not work out of box...


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -