SPC040209: Do not store Urls hardcoded in Assembly

Remove hard coded Urls from the code and make them configurable.

TypeName: DoNotStoreUrlsHardCodedInAssemblies
CheckId: SPC040209
Severity: CriticalWarning
Type: AssemblyFileReference
Resolution

Remove the string from the code and make it configurable e.g. via PropertyBag or a SharePoint list.

Remarks

The rule can only check for fixed strings in the code which start with 'http' and contains '.aspx'. This is done to avoid problems with xml namespaces which also are Urls.

comments powered by Disqus