aspnet / AspNetWebStack

ASP.NET MVC 5.x, Web API 2.x, and Web Pages 3.x (not ASP.NET Core)
Other
858 stars 354 forks source link

Please upload debug symbols for the latest versions for the NuGet package Microsoft.AspNet.WebApi.Cors #246

Closed Sathyaish closed 3 years ago

Sathyaish commented 5 years ago

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:

  1. System.Web.Http.dll
  2. System.Web.Cors.dll
  3. System.Web.Http.Cors.dll
  4. System.Net.Http.Formatting.dll

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

<package id="Microsoft.AspNet.Cors" version="5.2.7" targetFramework="net461" />
<package id="Microsoft.AspNet.WebApi.Cors" version="5.2.7" targetFramework="net461" />

Symbols loaded but of an older version

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.

mkArtakMSFT commented 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.