CK.Testing.StObjMap by Signature Code

<PackageReference Include="CK.Testing.StObjMap" Version="22.0.0" />

 CK.Testing.StObjMap 22.0.0

Extends CK.Testing.Monitoring TestHelper to exploit generated assemblies (loading, deletion, obtaining a IServiceProvider with the AutomaticServices, etc.). This package doesn't know how to generate the code (it only provides access to the final compiled code). CK.Testing.StObjSetup uses this package along with CK.Testing.CKSetup to fully support out-of-process setup.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>CK.Testing.StObjMap</id>
    <version>22.0.0</version>
    <authors>Signature Code</authors>
    <icon>PackageIcon.png</icon>
    <description>Extends CK.Testing.Monitoring TestHelper to exploit generated assemblies (loading, deletion, obtaining a IServiceProvider with the AutomaticServices, etc.). This package doesn't know how to generate the code (it only provides access to the final compiled code). CK.Testing.StObjSetup uses this package along with CK.Testing.CKSetup to fully support out-of-process setup.</description>
    <copyright>Copyright Signature-Code 2007-2022</copyright>
    <repository type="git" url="https://github.com/signature-opensource/CK-StObj" commit="7a0a3ecbf70ad4a6e3e970408e9ef146ffd9cba0" />
    <dependencies>
      <group targetFramework="net6.0">
        <dependency id="CK.StObj.Model" version="22.0.0" exclude="Build,Analyzers" />
        <dependency id="CK.Testing.Monitoring" version="6.0.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.DependencyInjection" version="6.0.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>