What is the difference between using Full and Portable for .net core projects?

后端 未结 2 1970
灰色年华
灰色年华 2020-12-30 19:44

To generate open cover report I have to make debugType as Full. I generate report on build server as I have to fail the build if the coverage doesn\'t reach a certain thresh

2条回答
  •  爱一瞬间的悲伤
    2020-12-30 20:43

    There is no difference between full and pdb-only since Visual Studio 2013 (Roslyn). We should update the docs. @VSadov

    https://github.com/dotnet/runtime/issues/25550#issuecomment-374996117

提交回复
热议问题