I have .Net project as nuget package. I am creating new project and adding this package to my new project. Nuget package project has Debug.WriteLine
commands but I do not see any ouput in new project's console when project run on Debug mode.
is there any setting to enable that in Visual Studio 2019?
Thank you in advance.