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
In the t4 template, before line# 109,
I added this to regenerate the content class and use forward slash, as by default, it creates backslash when in windows
Not sure if it's the case when using macos etc.
finalPath = finalPath.Replace("\\","/");
The text was updated successfully, but these errors were encountered:
In the t4 template, before line# 109,
I added this to regenerate the content class and use forward slash, as by default, it creates backslash when in windows
Not sure if it's the case when using macos etc.
finalPath = finalPath.Replace("\\","/");
The text was updated successfully, but these errors were encountered: