I'm trying to migrate a solution to .NET Standard 2.0 using the System.Web adapaters, and it's been working well until I came across a project where we use the System.Web.Util namespace, specifically the RequestValidator.
using System.Web.Util results in "The type or namespace name "Util" does not exist [...]"
Does this mean that the Util namespace isn't supported by this project? If so, are there any plans to add support for it later?