Port nullability annotations to refs XmlDocument and XmlSerializer (#41474)
authorDavid CantĂș <dacantu@microsoft.com>
Fri, 28 Aug 2020 09:58:46 +0000 (02:58 -0700)
committerGitHub <noreply@github.com>
Fri, 28 Aug 2020 09:58:46 +0000 (09:58 +0000)
commitc587f9d15d7efbb38e891e8243b89261f12672ef
treefd735a9491383549bd2b1d16c921cd184b555dfe
parente6b9b48f3466c25e17509137e3931229f406b425
Port nullability annotations to refs XmlDocument and XmlSerializer (#41474)

* Port nullability annotations to refs XmlDocument and XmlSerializer

* Fix new System.Data.Common nullability related errors

* Switch nullability of parameter in SoapElementAttribute ctor
src/libraries/System.Data.Common/src/System/Data/Common/ObjectStorage.cs
src/libraries/System.Data.Common/src/System/Data/Common/SqlUDTStorage.cs
src/libraries/System.Private.Xml/src/System/Xml/Serialization/SoapElementAttribute.cs
src/libraries/System.Xml.XmlDocument/ref/System.Xml.XmlDocument.csproj
src/libraries/System.Xml.XmlDocument/src/System.Xml.XmlDocument.csproj
src/libraries/System.Xml.XmlSerializer/ref/System.Xml.XmlSerializer.cs
src/libraries/System.Xml.XmlSerializer/ref/System.Xml.XmlSerializer.csproj
src/libraries/System.Xml.XmlSerializer/src/System.Xml.XmlSerializer.csproj