I have to port some old VB code (cannot post for security reasons) over to a C# .Net Core application and I added the Microsoft.VisualBasic to my using's but I still get errors saying Cannot resolve symbol Asc/Mid/Chr/Len
Are these methods not available in .net core?
I have read that aside from using the Microsoft.VisualBasic package there really isn't a replacement for these methods.
Do I have any options here?