dotnet / dotnet/systemweb-adapters
Consider adding RequestValidator.Current.InvokeIsValidRequestString
Open
needs author feedback
- Dominant language
- C#
- Stars
- 384
- Forks
- 76
- Avg merge
- 2h 24m
- Merged PRs (30d)
- 1
Description
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?
Contributor guide
Assessment
This issue has not been assessed yet.