Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Perovich <alperovi@microsoft.com>2016-09-16 22:06:04 +0300
committerGitHub <noreply@github.com>2016-09-16 22:06:04 +0300
commit3bbc5ddc7006bafa0d68883dde90fbd0f839d57c (patch)
treefb28c02f5d14f3d032918de1f39cb44726842415 /pkg/descriptions.json
parent1db4eff07ed9530b4b73e99d8ca009686e38e2c2 (diff)
Port S.Web.HttpUtility and add tests. (#11642)
* Port S.Web.HttpUtility and add tests Fixes #11262 * Make ProjectReference self closing * Remove unneeded supports items from project.json * Fix theory with no data and packageIndex
Diffstat (limited to 'pkg/descriptions.json')
-rw-r--r--pkg/descriptions.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index a670c70abd..f34f7168ba 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -1772,6 +1772,13 @@
]
},
{
+ "Name": "System.Web.HttpUtility",
+ "Description": "Provides the System.Web.HttpUtility class for encoding and decoding various web formats.",
+ "CommonTypes": [
+ "System.Web.HttpUtility"
+ ]
+ },
+ {
"Name": "System.Private.Xml",
"Description": "Provides a fast, non-cached, forward-only way to read and write Extensible Markup Language (XML) data.",
"CommonTypes": [