The easiest way to [install](https://github.com/SimonG96/LghtweightIocContainer/wiki/Install-Lightweight-IOC-Container) the Lightweight IOC Container is by using [NuGet](https://www.nuget.org/packages/LightweightIocContainer.Validation/) through the [`.NET CLI`](https://github.com/SimonG96/LightweightIocContainer/wiki/Install-Lightweight-IOC-Container#net-cli):
Returns the first element of a <seecref="T:System.Collections.Generic.IEnumerable`1"/>, or a new instance of a given <seecref="T:System.Type"/> if the <seecref="T:System.Collections.Generic.IEnumerable`1"/> contains no elements
</summary>
@ -58,7 +58,7 @@
<paramname="source">The given <seecref="T:System.Collections.Generic.IEnumerable`1"/></param>
<returns>The first element of the <seecref="T:System.Collections.Generic.IEnumerable`1"/>, or a new instance of a given <seecref="T:System.Type"/> if the <seecref="T:System.Collections.Generic.IEnumerable`1"/> contains no elements</returns>
Returns the first element of a <seecref="T:System.Collections.Generic.IEnumerable`1"/> that satisfies a condition, or a new instance of a given <seecref="T:System.Type"/> if no such element is found
</summary>
@ -68,7 +68,7 @@
<paramname="predicate">A function to test each element for a condition</param>
<returns>The first element of the <seecref="T:System.Collections.Generic.IEnumerable`1"/> that satisfies a condition, or a new instance of the given <seecref="T:System.Type"/> if no such element is found</returns>
Tries to get the first element of the given <seecref="T:System.Collections.Generic.IEnumerable`1"/> or creates a new element of a given <seecref="T:System.Type"/> when no element is found
@ -19,7 +19,7 @@ A lightweight IOC Container that is powerful enough to do all the things you nee
The easiest way to [install](https://github.com/SimonG96/LightweightIocContainer/wiki/Install-Lightweight-IOC-Container) the Lightweight IOC Container is by using [NuGet](https://www.nuget.org/packages/LightweightIocContainer/) through the [`.NET CLI`](https://github.com/SimonG96/LightweightIocContainer/wiki/Install-Lightweight-IOC-Container#net-cli):