Open NicoJuicy opened 2 years ago
You shouldn't need the dll since that's part of the .NET runtime.
I think all you should need is:
@using System.Text.RegularExpressions
Note the line has to be just like that, without a semi-colon at the top of the template.
I tried this with your code and I get a bunch of other errors, but not the double ;;
and have the included System.Text.RegularExpressions
.
I will check it out this evening, although this was the first thing i tried.
I created a ToC snippet and tried to run the application but ran into issues ( references and etc).
Is it possible to add support for the System.Text.RegularExpressions namespace?
The snippet i would like to add as a c# razor template is the following one:
When i added the regex dll to the folder, it found the namespace. But it displayed it with double ;; on the end. So the execution failed.