开发者

How to suppress DISPPARAMS warnings in msbuild?

开发者 https://www.devze.com 2022-12-22 11:27 出处:网络
I hav开发者_StackOverflowe bunch of COM dependencies and my build script emits tons of following warnings:

I hav开发者_StackOverflowe bunch of COM dependencies and my build script emits tons of following warnings:

c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets : warning : The type library importer could not convert the signature for the member 'DISPPARAMS.rgvarg'. c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets : warning : The type library importer could not convert the signature for the member 'DISPPARAMS.rgdispidNamedArgs'.

This is really annoying. How may I suppress them?


You can use the pragma keyword to disable specific warnings.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号