Changes:
- Replaces the
== null
check with anis null
check - Supporting of System.Threading.Lock type
- Adds the
Own
/IOwn
API class to thePure.DI.Abstractions
package. See this example for details.
Changes:
== null
check with an is null
checkOwn
/IOwn
API class to the Pure.DI.Abstractions
package. See this example for details.