You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to use LINQ and XML inside <script language="c-sharp"> block, but unfortunately assembly reference was not found.
I've checked the code and indeed only System was referenced in a code template. However, it works after I've added them to both template and ReferencedAssemblies field of CompilerParameters()
Could you add some of the standard namespaces that might be useful or parametrize? Also, I can create PR fo you like.
The text was updated successfully, but these errors were encountered:
I wanted to use LINQ and XML inside
<script language="c-sharp">
block, but unfortunately assembly reference was not found.I've checked the code and indeed only
System
was referenced in a code template. However, it works after I've added them to both template andReferencedAssemblies
field ofCompilerParameters()
Could you add some of the standard namespaces that might be useful or parametrize? Also, I can create PR fo you like.
The text was updated successfully, but these errors were encountered: