This question is locked. New answers and comments are not allowed.
Hi There,
If my models are in a separate project, how do I use the SourceCodeFile attribute?
Currently the demo uses
[SourceCodeFile("EditableCustomer (model)", "~/Models/EditableCustomer.cs")]
How would the new one look if my models are in a separate project/class library?[SourceCodeFile("EditableCustomer (model)", "??What goes in here??")]