SPC060202: Avoid deployment of Assembly to GAC if it is not necessary

Assemblies should only be deployed to global assembly cache (GAC) if they contain e.g. feature receivers, event receivers, timer jobs or workflows. Consider the deployment to WebApplication.

TypeName: DoNotDeployAssemblyToGACIfNotNecessary
CheckId: SPC060202
Severity: Warning
Type: AssemblyFileReference
Resolution

Change DeploymentTarget in manifest.xml for the assembly to 'WebApplication'.

comments powered by Disqus