Forum Discussion
KishoreRavi
Feb 09, 2021Copper Contributor
Enable Logging for mscorlib/system/runtime/serialization/formatters/binary/binaryobjectreader.cs
Hi, I want to switch on logging of file mscorlib/system/runtime/serialization/formatters/binary/binaryobjectreader.cs So that I could understand the deserialization behavior. #if _DEBUG ...
HotCakeX
Feb 09, 2021MVP
Hi,
I'd suggest trying Microsoft Doc's Q&A site which is for .NET topics you're talking about.
https://docs.microsoft.com/en-us/answers/topics/dotnet-runtime.html
you can see all the available Q&A sites for .NET here:
https://docs.microsoft.com/en-us/answers/products/dotnet
I'd suggest trying Microsoft Doc's Q&A site which is for .NET topics you're talking about.
https://docs.microsoft.com/en-us/answers/topics/dotnet-runtime.html
you can see all the available Q&A sites for .NET here:
https://docs.microsoft.com/en-us/answers/products/dotnet
KishoreRavi
Feb 10, 2021Copper Contributor
Thanks for info HotCakeX
- HotCakeXFeb 10, 2021MVPYou're welcome!