I have a solution with several projects, and we need to make serious global replacements.
Is there a way to make a template replacement where some values ββremain after the replacement?
So, if I want every HttpContext.Current.Session ["anyvalue"] to become HttpContext.Current.Session ["anyvalue"]. Is string value passed to toring () ? I don't want to replace "anyvalue", I just want to add .ToString () where the pattern matches.
Is this possible in Visual Studio?
source
share