ASP.NET 核心安全调试的 pdb

pdb for ASP.NET core security debugging

据我所知,为了对参考库进行调试和断点,需要pdb文件。

我想用 asp.net core security nuget 包来完成,但似乎没有提供 pdb。

我怎样才能做到?

在GitHub上获取源代码并编译:https://github.com/aspnet/Security 它就像一个魅力。