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:
authorViktor Hofer <viktor.hofer@microsoft.com>2017-04-19 19:58:29 +0300
committerGitHub <noreply@github.com>2017-04-19 19:58:29 +0300
commit9f03a84341e9c1e003982ae10f3577087fb265ea (patch)
tree4830887a36da48eed2101e4f64e7d4f860986836 /src/shims/ApiCompatBaseline.netcoreapp.netfx461.ignore.txt
parent79619650c0f198cf2265951b299e43fb93385f7b (diff)
Ignored DataAnnotations (#18620)
Diffstat (limited to 'src/shims/ApiCompatBaseline.netcoreapp.netfx461.ignore.txt')
-rw-r--r--src/shims/ApiCompatBaseline.netcoreapp.netfx461.ignore.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shims/ApiCompatBaseline.netcoreapp.netfx461.ignore.txt b/src/shims/ApiCompatBaseline.netcoreapp.netfx461.ignore.txt
index fdff0cb912..a7a14056c1 100644
--- a/src/shims/ApiCompatBaseline.netcoreapp.netfx461.ignore.txt
+++ b/src/shims/ApiCompatBaseline.netcoreapp.netfx461.ignore.txt
@@ -19,6 +19,9 @@ MembersMustExist : Member 'System.Runtime.InteropServices.RuntimeEnvironment..ct
// Activator changed to static class intentionally. See here: https://github.com/dotnet/corefx/issues/11869
CannotMakeTypeAbstract : Type 'System.Activator' is abstract in the implementation but is not abstract in the contract.
+// Won't came back into netcoreapp. See here: https://github.com/dotnet/corefx/issues/18075
+MembersMustExist : Member 'System.ComponentModel.DataAnnotations.ValidationContext.ServiceContainer.get()' does not exist in the implementation but it does exist in the contract.
+
// Debugger changed to static class intentionally. See here: https://github.com/dotnet/standard/commit/d5fbcbeeeb7f15102fdac111bc8d7d5d72c32036#diff-2856a41639a1f4feb4e95ae667e069b7R10012
CannotMakeTypeAbstract : Type 'System.Diagnostics.Debugger' is abstract in the implementation but is not abstract in the contract.
MembersMustExist : Member 'System.Diagnostics.Debugger..ctor()' does not exist in the implementation but it does exist in the contract.