3
How to use the namespace System.Text.Regularexpression in Asp.Net 5, I’m with a project and went to upgrade it to Asp.net 5, my problem was that I can’t use regular expressions in it and n can reference the namespace in question.
3
How to use the namespace System.Text.Regularexpression in Asp.Net 5, I’m with a project and went to upgrade it to Asp.net 5, my problem was that I can’t use regular expressions in it and n can reference the namespace in question.
1
I found this issue in the beta issues yet and was resolved by adding the "System.Text.Regularexpressions" dependency to the project.json.
From what I understand, Regex is now an isolated System.Text library
Browser other questions tagged asp.net regex namespace expressions asp.net-core
You are not signed in. Login or sign up in order to post.
Just one addendum: ASP.NET is now called ASP.NET Core 1.0
– Jéf Bueno
jbueno, you know how to solve it? I already knew this, and Asp.net core will die too, because it will be attached to . net core q is about to leave, if I can help resolve I thank you...!
– Roberto Ramos
I don’t know much about . NET Core yet, I’m looking for something to help you.
– Jéf Bueno