ImaginaryDevelopment.Helpers.NamespaceFree by Brandon D'Imperio

<PackageReference Include="ImaginaryDevelopment.Helpers.NamespaceFree" Version="0.12.0" />

 ImaginaryDevelopment.Helpers.NamespaceFree 0.12.0

Various useful extension methods that I find myself using in most projects. Also adds static reflection to get property and method names that are compile time safe

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>ImaginaryDevelopment.Helpers.NamespaceFree</id>
    <version>0.12</version>
    <title>ImaginaryDevelopment.Helpers.NamespaceFree</title>
    <authors>Brandon D'Imperio</authors>
    <owners>Brandon D'Imperio</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Various useful extension methods that I find myself using in most projects. Also adds 
static reflection to get property and method names that are compile time safe</description>
    <summary>Helper extensions assembly with LinqOp
this version takes most extension methods and puts them in the always available default namespace</summary>
    <language>en-US</language>
    <tags>Linq</tags>
  </metadata>
</package>