benaadams / Ben.Demystifier

High performance understanding for stack traces (Make error logs more productive)
Apache License 2.0
2.74k stars 118 forks source link

fix null inLazyInitializer.EnsureInitialized func #182

Closed SimonCropp closed 2 years ago

SimonCropp commented 2 years ago

In net the the nullability of the LazyInitializer.EnsureInitialized func has been clarified. It can no longer return a null

and fixed some typos

SimonCropp commented 2 years ago

thanks ben.