There are a bunch of supporting/internal types that can cause name collisions with consumer's namespace. These aren't very generic and not used very often unlike some other types, i.e. File, Stream, etc.., but thinking long term this could for sure create problems for someone. I wonder maybe its possible to neatly wrap all these supporting types into their own namespace.
There are a bunch of supporting/internal types that can cause name collisions with consumer's namespace. These aren't very generic and not used very often unlike some other types, i.e.
File
,Stream
, etc.., but thinking long term this could for sure create problems for someone. I wonder maybe its possible to neatly wrap all these supporting types into their own namespace.