I need to use TextFieldParser from Microsoft.VisualBasic.FileIO. I used that in past a few times. Now I don't know how to add a needed reference to the Azure function. Framework tab at Reference Manager(Assemblies) doesn't exist. Even more, when I created a test console application there was also no mentioned tab. So that way: "microsoft.visualbasic.fileio does not exist" trying to use TextFieldParser doesn't work.
Asked
Active
Viewed 67 times
1
-
1Does this answer your question? [How to Reference Microsoft.VisualBasic in a .Net Standard Class Library?](https://stackoverflow.com/questions/48897920/how-to-reference-microsoft-visualbasic-in-a-net-standard-class-library) – gunr2171 Aug 23 '21 at 19:29
-
Unfortunately, instaling nugget package (Microsoft.VisualBasic) is not solving the problem as FileIO is missing at that package – Krzysztof Krysztofczyk Aug 24 '21 at 09:24