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:
authorDan Moseley <danmose@microsoft.com>2017-03-28 23:23:36 +0300
committerGitHub <noreply@github.com>2017-03-28 23:23:36 +0300
commite5cba5572d5b3634e768e3df3ddb5399fcf969b1 (patch)
tree40c93b0ccad1c3268d830484663ea8112ed52aae /src/shims/ApiCompatBaseline.uap.netstandard20Only.txt
parent412f9d29ecb21257ced2ca704892b9eb9988d016 (diff)
Add baselines strictly against netstandard.dll (#17588)
* Add netstandard.dll baselines * Remove netfx baselines * Remove conditions
Diffstat (limited to 'src/shims/ApiCompatBaseline.uap.netstandard20Only.txt')
-rw-r--r--src/shims/ApiCompatBaseline.uap.netstandard20Only.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/shims/ApiCompatBaseline.uap.netstandard20Only.txt b/src/shims/ApiCompatBaseline.uap.netstandard20Only.txt
new file mode 100644
index 0000000000..17f6af0071
--- /dev/null
+++ b/src/shims/ApiCompatBaseline.uap.netstandard20Only.txt
@@ -0,0 +1,12 @@
+Compat issues with assembly netstandard:
+TypesMustExist : Type 'System.Net.Cookie' does not exist in the implementation but it does exist in the contract.
+MembersMustExist : Member 'System.Net.CookieCollection.Add(System.Net.Cookie)' does not exist in the implementation but it does exist in the contract.
+MembersMustExist : Member 'System.Net.CookieCollection.CopyTo(System.Net.Cookie[], System.Int32)' does not exist in the implementation but it does exist in the contract.
+MembersMustExist : Member 'System.Net.CookieCollection.Item.get(System.Int32)' does not exist in the implementation but it does exist in the contract.
+MembersMustExist : Member 'System.Net.CookieCollection.Item.get(System.String)' does not exist in the implementation but it does exist in the contract.
+MembersMustExist : Member 'System.Net.CookieContainer.Add(System.Net.Cookie)' does not exist in the implementation but it does exist in the contract.
+MembersMustExist : Member 'System.Net.CookieContainer.Add(System.Uri, System.Net.Cookie)' does not exist in the implementation but it does exist in the contract.
+TypesMustExist : Type 'System.Net.CookieException' does not exist in the implementation but it does exist in the contract.
+MembersMustExist : Member 'System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve)' does not exist in the implementation but it does exist in the contract.
+MembersMustExist : Member 'System.Security.Cryptography.ECDsaCng..ctor(System.Security.Cryptography.ECCurve)' does not exist in the implementation but it does exist in the contract.
+Total Issues: 10