@@ -150,6 +150,9 @@ public async Task ComplexServiceAddComplex()
150150 }
151151
152152
153+ #if PCL
154+ [ Ignore ( "Can't get ValueTuple compiler to work" ) ]
155+ #endif
153156 // TODO: Move these to a separate file
154157#if ! NET40
155158 [ Test ]
@@ -171,6 +174,9 @@ public async Task ComplexServiceTupleSplitName()
171174 Assert . That ( surName , Is . EqualTo ( "Simpson" ) ) ;
172175 }
173176
177+ #if PCL
178+ [ Ignore ( "Can't get ValueTuple compiler to work" ) ]
179+ #endif
174180 [ Test ]
175181 public async Task ComplexServiceTupleSplitNameTask ( )
176182 {
@@ -190,6 +196,9 @@ public async Task ComplexServiceTupleSplitNameTask()
190196 Assert . That ( surName , Is . EqualTo ( "Simpson" ) ) ;
191197 }
192198
199+ #if PCL
200+ [ Ignore ( "Can't get ValueTuple compiler to work" ) ]
201+ #endif
193202 [ Test ]
194203 public async Task ComplexServiceAddComplex_TupleCalleeProxy ( )
195204 {
@@ -211,7 +220,9 @@ public async Task ComplexServiceAddComplex_TupleCalleeProxy()
211220 Assert . That ( ci , Is . EqualTo ( 8 ) ) ;
212221 }
213222
214-
223+ #if PCL
224+ [ Ignore ( "Can't get ValueTuple compiler to work" ) ]
225+ #endif
215226 [ Test ]
216227 public async Task ComplexServiceAddComplex_TupleCalleeProxyTask ( )
217228 {
@@ -281,6 +292,9 @@ public async Task ComplexPositionalTupleServiceAddComplex()
281292 Is . EquivalentTo ( new [ ] { 6 , 8 } ) ) ;
282293 }
283294
295+ #if PCL
296+ [ Ignore ( "Can't get ValueTuple compiler to work" ) ]
297+ #endif
284298 [ Test ]
285299 public async Task LongPositionalTupleServiceCalleeProxy ( )
286300 {
@@ -315,6 +329,9 @@ public async Task LongPositionalTupleServiceCalleeProxy()
315329 Assert . That ( length , Is . EqualTo ( name . Length ) ) ;
316330 }
317331
332+ #if PCL
333+ [ Ignore ( "Can't get ValueTuple compiler to work" ) ]
334+ #endif
318335 [ Test ]
319336 public async Task LongKeywordTupleServiceCalleeProxy ( )
320337 {
0 commit comments