Closed Sathyaish closed 3 years ago
Thanks for contacting us. We will check how easy is this to do for potential upcoming releases. if it turns out it's straight forward, we will do that from next release on. Otherwise, we'll keep with our current processes without shipping symbols.
Could you please make available the symbols for the latest versions of all the assemblies in the NuGet package Microsoft.AspNet.WebApi.Cors?
The assemblies in the package for which the latest debug symbols are required are:
I downloaded the latest package version 5.2.7 and started debugging but Visual Studio 2019 Community won't step into the source for the modules in this package because I believe that the symbols available on these listed symbol servers downloaded are for version 5.02.x.
packages.config
I tried referencing the ASP.NET MVC source and building it but isn't as easy as it references strongly named assemblies. This answer on StackOverflow thus advises against building your own sources.