Open zacharylayne opened 3 years ago
Tagging subscribers to this area: @tommcdon, @krwq See info in area-owners.md if you want to be subscribed.
Author: | zacharylayne |
---|---|
Assignees: | - |
Labels: | `:watch: Not Triaged`, `Pri3`, `area-System.Diagnostics` |
Milestone: | - |
I stumbled over this too.
Given that it is not part of net8, is it supposed to be removed? Is there only the default behavior? What is that? Or are there plans for changes regarding the Debug interface and its targets?
Documentation for several methods begin with
Writes information about the debug to the trace listeners in the [Listeners](https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.debug.listeners?view=net-6.0#System_Diagnostics_Debug_Listeners) collection.
or something similar.
This property does not appear available outside of .NET Framework.
See here for example:
https://github.com/dotnet/dotnet-api-docs/blob/b134dfc2df834c76e42f1a2038964a5813ccd146/xml/System.Diagnostics/Debug.xml#L1394