unitycontainer / aspnet-mvc

ASP.NET MVC 5 Adapter
Apache License 2.0
13 stars 10 forks source link

Please upload PDB files for Unity.Mvc.dll on the Microsoft symbol server #9

Closed Sathyaish closed 5 years ago

Sathyaish commented 6 years ago

I need the debug symbols for Unity.Mvc.dll version 5.0.15 targeting .NET Framework version 4.5.2.

I have set up my Visual Studio Community 2017 version 15.9.2 environment correctly but it doesn't download the PDB's for this specific DLL.

ENikS commented 5 years ago

You could download or clone source files for the project and when VS asks for the *.cs file just point it to appropriate path.

At the moment I am not able to spend any time on creating automated setup to download it to symbol server. But if you want to help and do it yourself and send me a pull request with config changes I'll be happy to add it to the project.

MagicAndre1981 commented 5 years ago

better approach is to implement SourceLink and add the PDBs to the NuGet package

ENikS commented 5 years ago

@MagicAndre1981 Would you like to help with that?

MagicAndre1981 commented 5 years ago

@ENikS I never used your libs. I only saw the question on stackoverflow.com and suggested him to ask here for support.

The blogpost shows the steps.

MagicAndre1981 commented 5 years ago

@ENikS

I've added it for your small lib to show you how it works:

https://github.com/ENikS/ObservableCollectionEx/pull/4

ENikS commented 5 years ago

Done

@MagicAndre1981 Thank you for the sample and explanation.

Sathyaish commented 5 years ago

Thank you, @MagicAndre1981 and @ENikS.

MagicAndre1981 commented 5 years ago

ok, hope this helps you @Sathyaish when next version gets released.