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:
authorHuangli Wu <huanwu@microsoft.com>2017-04-01 03:05:14 +0300
committerGitHub <noreply@github.com>2017-04-01 03:05:14 +0300
commit39514943cac0ca081894ac0763c2a91d30345e52 (patch)
tree508bdc6808b1c626c415af9cd34f5cd5b0bd3d75 /pkg/descriptions.json
parent619bef1bb1b4c9522b5994f5de24f3d4052b70eb (diff)
Create a Microsoft.XmlSerializer.Generator Project (#17615)
* Create a Microsoft.XmlSerializer.Generator as a base infrasture for sgen tool to be implemented. * Fix the build issue and update the code based on the comments. * Few more fix based on Shim's feedback. * Add test project * Several fix based on Zhenlan's feedback. * Few more fix. * delete SR.Designer.cs * Add package description. * Add package index. * Update index version. * update version. * Update package version to 1.0.0 * fix indention problem * Put using together. * Fix indention problem
Diffstat (limited to 'pkg/descriptions.json')
-rw-r--r--pkg/descriptions.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index 7f17a98767..35d0e3c7cf 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -144,6 +144,11 @@
]
},
{
+ "Name": "Microsoft.XmlSerializer.Generator",
+ "Description": "Provides SGen tool to generate Xml serialization code for types in a specified assembly in order to improve the startup performance of a XmlSerializer when it serializes or deserializes objects of the specified types",
+ "CommonTypes": []
+ },
+ {
"Name": "NETStandard.Library",
"Description": "A set of standard .NET APIs that are prescribed to be used and supported together. This includes all of the APIs in the NETStandard.Platform package plus additional libraries that are core to .NET but built on top of NETStandard.Platform.",
"CommonTypes": [