I’d like to use VolatileAssembly from the T4 Toolbox but do not want to require all developers to install the T4 Toolbox.
Is it possible include the DLL with with project in source control and reference it by path?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In Visual Studio 2010 you are able to do:
Which I believe is what you are asking for.
EDIT: I understand VolatileAssembly is used to reference assemblies without locking them. This is one of the fixes for VS2010 SP1 so if your devs run VS2010 SP1 you shouldn’t need VolatileAssembly anymore.