Skip to content

Instantly share code, notes, and snippets.

@felipebaltazar
Created May 15, 2019 12:24
Show Gist options
  • Save felipebaltazar/09a4662e023dc97c5aee01d602590412 to your computer and use it in GitHub Desktop.
Save felipebaltazar/09a4662e023dc97c5aee01d602590412 to your computer and use it in GitHub Desktop.
basic linker file for Prism + DryIoc
<?xml version="1.0" encoding="UTF-8"?>
<linker>
<assembly fullname="DryIoc">
<type fullname="DryIoc.CurrentScopeReuse*" />
<type fullname="DryIoc.Registrator*" />
<type fullname="DryIoc.IResolver*" />
<type fullname="DryIoc.Resolver*" />
<type fullname="DryIoc.ResolutionScopeName*" />
<type fullname="DryIoc.Request*">
<method name="Push" />
</type>
</assembly>
<assembly fullname="Prism">
<type fullname="Prism.Logging.EmptyLogger">
<method name=".ctor" />
</type>
<type fullname="Prism.Modularity.IModuleCatalog*" />
</assembly>
<assembly fullname="Prism.Forms">
<type fullname="Prism.Modularity.ModuleCatalog*" />
</assembly>
<assembly fullname="BeerTrade">
<type fullname="BeerTrade.Views.*Page">
<method name=".ctor" />
</type>
<type fullname="BeerTrade.ViewModels.*PageViewModel">
<method name=".ctor" />
</type>
</assembly>
</linker>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment