Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
Update baseline & exclude for RuntimeFeature
Browse files Browse the repository at this point in the history
  • Loading branch information
terrajobst committed Jul 13, 2018
1 parent 6e2b82f commit dacf39a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion netstandard/src/ApiCompatBaseline.net461.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ MembersMustExist : Member 'System.Net.Http.HttpClientHandler.SslProtocols.set(Sy
TypesMustExist : Type 'System.Net.Sockets.SocketReceiveFromResult' does not exist in the implementation but it does exist in the contract.
TypesMustExist : Type 'System.Net.Sockets.SocketReceiveMessageFromResult' does not exist in the implementation but it does exist in the contract.
TypesMustExist : Type 'System.Net.Sockets.SocketTaskExtensions' does not exist in the implementation but it does exist in the contract.
TypesMustExist : Type 'System.Runtime.CompilerServices.RuntimeFeature' does not exist in the implementation but it does exist in the contract.
TypesMustExist : Type 'System.Runtime.Serialization.DataContractSerializerExtensions' does not exist in the implementation but it does exist in the contract.
TypesMustExist : Type 'System.Runtime.Serialization.ISerializationSurrogateProvider' does not exist in the implementation but it does exist in the contract.
TypesMustExist : Type 'System.Security.SecureStringMarshal' does not exist in the implementation but it does exist in the contract.
Expand All @@ -51,4 +52,4 @@ MembersMustExist : Member 'System.Text.RegularExpressions.Regex.Caps.set(System.
TypesMustExist : Type 'System.Threading.PreAllocatedOverlapped' does not exist in the implementation but it does exist in the contract.
TypesMustExist : Type 'System.Threading.ThreadPoolBoundHandle' does not exist in the implementation but it does exist in the contract.
TypesMustExist : Type 'System.Xml.XPath.XDocumentExtensions' does not exist in the implementation but it does exist in the contract.
Total Issues: 52
Total Issues: 53
3 changes: 2 additions & 1 deletion netstandard/src/GenApi.exclude.net461.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ T:System.Security.Cryptography.IncrementalHash
T:System.Security.Cryptography.TripleDESCng
T:System.Threading.PreAllocatedOverlapped
T:System.Threading.ThreadPoolBoundHandle
T:System.Xml.XPath.XDocumentExtensions
T:System.Xml.XPath.XDocumentExtensions
T:System.Runtime.CompilerServices.RuntimeFeature

0 comments on commit dacf39a

Please sign in to comment.