Adds support for InternalsVisibleTo as an ItemGroup allowing you to annotate assemblies that should be able to see internals of given assembly.
Adds support for AssemblyMetadata as an ItemGroup allowing you to set assembly metadata easily through msbuild
Adds helpers to easily bootstrap into a webjobs or azure functions application by just using the correct extension method. This adds additional configuration, logging and service injections by convention.