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?
- i tried traditional way: tools > options > debugging > general
- enable code (disabled)
- enable .net framework source stepping (enabled) not work
- i've found page
- debugging asp.net core 1.1 mvc source code in visual studio 2017 rc there's no solution
- 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
Post a Comment