Open Mikolaytis opened 8 years ago
works fine for me
Hi, Do you have any specific example that is having problem?
I get a MissingMethodException, but I have no idea what's the reason for the issue.
System.MissingMethodException: Method not found: '!0[] .getValues()'.
at .()
at .()
at beM.J~FRE;Z4;0{OHr=@nJ3x$.()
at beM.J~FRE;Z4;0{OHr=@nJ3x$.( )
at beM.J~FRE;Z4;0{OHr=@nJ3x$..ctor( profinetDeviceCatalogService, profinetDevice)
at .(IEnumerable`1 , )
at Waschhauser.Profinet.MSBuild.Tasks.PNC.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.
Hi, Is there any sample code that can reproduce this issue?
It may be the bug #407
I'am not shure. Is there anything I can do to help you to reproduce the problem?
Pseudocode, when I encountered the same error
<rule pattern="true">
<protection id="rename">
<argument name="mode" value="debug" />
</protection>
</rule>
internal interface IInterface<T>
{
Boolean Foo(T t);
}
abstract class AbstractClass<T> : IInterface<T>
{
public Boolean Foo(T t) { ... }
}
sealed class Class : AbstractClass<TCLass>
{
}
}
Method not found: 'Boolean _xxx.IInterface`1.Foo(!0)
it's sad that confuser can't obfuscate assemblies from vs2015. output assemblies throwing fatal errors