How to use the System.Text.RegularExpression namespace in Asp.Net 5, I'm having a project and I was upgrading it to ASP.NET 5, my problem was that I can not use regular expressions in the same en as I can reference the namespace in issue.
How to use the System.Text.RegularExpression namespace in Asp.Net 5, I'm having a project and I was upgrading it to ASP.NET 5, my problem was that I can not use regular expressions in the same en as I can reference the namespace in issue.
I found this issue in the beta issues yet and was resolved by adding the dependency "System.Text.RegularExpressions" in project.json.
From what I understand, Regex is now an isolated System.Text library
Source: link