visual studio - C# Suppress MS Fakes warnings -


how can suppress warnings generated ms fakes in build ? edited xml file generate elements need, it’s not enough.

error message

cannot generate shim restservicehelper`2+<>c: type not supported because of internal limitations.

xml sample

<fakes xmlns="schemas.microsoft.com/fakes/2011/"; diagnostic="false">    <assembly name="common.api"/>    <stubgeneration>      <clear />    </stubgeneration>    <shimgeneration>      <clear />      <add fullname="restservicehelper" />    </shimgeneration>  </fakes> 

i have read thread before asking question: suppressing microsoft fakes warnings

thanks


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -