Page 1 of 1

Compilation error after migration to .Net Core

Posted: Wed Oct 25, 2023 4:52 am
by radekcerny2
We are re-platforming from .Net framework to .Net 7 and are getting this error

[Compilation error: The type name 'Regex' could not be found in the namespace 'System.Text.RegularExpressions'. This type has been forwarded to assembly 'System.Text.RegularExpressions, Version=0.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' Consider adding a reference to that assembly.

How can we add that reference?

Re: Compilation error after migration to .Net Core

Posted: Fri Oct 27, 2023 8:12 am
by Max Shamanov
Hello,

Could you please send a sample project that reproduces the issue for analysis?

Thank you.