theraot / Theraot

Backporting .NET and more: LINQ expressions in .net 2.0 - nuget Theraot.Core available.
MIT License
158 stars 30 forks source link

LazyThreadSafetyMode should be in System.Threading #155

Closed NN--- closed 3 years ago

NN--- commented 3 years ago

Currently it is inside System namespace.

@theraot Is this breaking change acceptable ?

NN--- commented 3 years ago

Seems like it should not break code since System.Threading will be imported anyway when dealing with multithreading.

theraot commented 3 years ago

Arguably a breaking change. However, arguably also a bug to begin with.