File tree Expand file tree Collapse file tree
csharp/ql/test/experimental/Security Features/Serialization Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- // semmle-extractor-options: /r:System.Data.Common.dll /r:System.Runtime.WindowsRuntime.dll /r:System. Xml.XmlSerializer.dll /r:System.Runtime.Serialization.Xml.dll /r:System.Runtime.Serialization.Xml.dll /r:System.Collections.dll /r:System.Private.Xml.dll /r:System.Private.DataContractSerialization.dll /r:System.Runtime.Extensions.dll /r:System.ComponentModel.TypeConverter.dll /r:System.Xml.ReaderWriter.dll /r:System.IO.FileSystem.dll
1+ // semmle-extractor-options: /r:System.Data.Common.dll /r:System.Xml.XmlSerializer.dll /r:System.Runtime.Serialization.Xml.dll /r:System.Runtime.Serialization.Xml.dll /r:System.Collections.dll /r:System.Private.Xml.dll /r:System.Private.DataContractSerialization.dll /r:System.Runtime.Extensions.dll /r:System.ComponentModel.TypeConverter.dll /r:System.Xml.ReaderWriter.dll /r:System.IO.FileSystem.dll
22
33using System ;
44using System . Data ;
@@ -19,9 +19,9 @@ public DerivesFromDeprecatedType1()
1919 }
2020 }
2121
22- /*
22+ /*
2323 * TODO: I cannot use DataContract on a QL unit test
24- *
24+ *
2525 [DataContract(Name = "Customer", Namespace = "http://www.contoso.com")]
2626 public class PatternDataContractSerializer : XmlObjectSerializer
2727 {
You can’t perform that action at this time.
0 commit comments