Skip to content

Instantly share code, notes, and snippets.

@kumpera
Created March 22, 2012 02:57
Show Gist options
  • Select an option

  • Save kumpera/2155329 to your computer and use it in GitHub Desktop.

Select an option

Save kumpera/2155329 to your computer and use it in GitHub Desktop.
Rodrigo-Kumperas-MacBook-Pro:~ kumpera$ cd src/mono/mcs/class/System.Runtime.Serialization
Rodrigo-Kumperas-MacBook-Pro:System.Runtime.Serialization kumpera$ make check
ok=:; make run-test-recursive || ok=false; make run-test-local || ok=false; $ok
MCS [net_4_5] System.Runtime.Serialization_test_net_4_5.dll
Test/System.Runtime.Serialization/DataContractSerializerTest_NullableWithDictionary.cs(36,66): error CS0102: The type `Client.EvalServiceReference.Eval' already contains a definition for `extensionDataField'
Test/System.Runtime.Serialization/Bug2843Test.cs(36,66): (Location of the symbol related to previous error)
Test/System.Runtime.Serialization/DataContractSerializerTest_NullableWithDictionary.cs(39,24): error CS0102: The type `Client.EvalServiceReference.Eval' already contains a definition for `IdField'
Test/System.Runtime.Serialization/Bug2843Test.cs(42,24): (Location of the symbol related to previous error)
Test/System.Runtime.Serialization/DataContractSerializerTest_NullableWithDictionary.cs(48,65): error CS0102: The type `Client.EvalServiceReference.Eval' already contains a definition for `ExtensionData'
Test/System.Runtime.Serialization/Bug2843Test.cs(57,65): (Location of the symbol related to previous error)
Test/System.Runtime.Serialization/DataContractSerializerTest_NullableWithDictionary.cs(58,23): error CS0102: The type `Client.EvalServiceReference.Eval' already contains a definition for `Id'
Test/System.Runtime.Serialization/Bug2843Test.cs(80,23): (Location of the symbol related to previous error)
Test/System.Runtime.Serialization/DataContractSerializerTest_NullableWithDictionary.cs(96,72): error CS0102: The type `Client.EvalServiceReference.Eval' already contains a definition for `PropertyChanged'
Test/System.Runtime.Serialization/Bug2843Test.cs(144,72): (Location of the symbol related to previous error)
Compilation failed: 5 error(s), 0 warnings
make[1]: *** [System.Runtime.Serialization_test_net_4_5.dll] Error 1
make: *** [do-run-test] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment