We are using .net core 2.0 and the LoadXMLAsync method is not showing up for me?
What am I doing wrong?
https://docs.microsoft.com/en-us/dotnet/api/system.xml.linq.xdocument.loadasync?view=netcore-2.0
We are taking in a string of xml text.
We are using .net core 2.0 and the LoadXMLAsync method is not showing up for me?
What am I doing wrong?
https://docs.microsoft.com/en-us/dotnet/api/system.xml.linq.xdocument.loadasync?view=netcore-2.0
We are taking in a string of xml text.