当我尝试编译 FreeImageNET C# 包装器时,我不断收到几条错误消息(当前为 35 条)。所有消息都采用相同的格式。
其实我发现这个问题以前也有人问过,答案是把“typeparamref”改成“paramref”。但是,其余的错误消息已经包含“paramref”,所以我不知道要更改什么来纠正这些错误。
任何帮助,将不胜感激。
其中两条错误消息如下:
Error 1 Warning as Error: XML comment on 'FreeImageAPI.Palette.Palette(FreeImageAPI.Metadata.MetadataTag)' has a paramref tag for 'dib', but there is no parameter by that name D:\[kur]\[csharp]\image_tools\FreeImage\Wrapper\FreeImage.NET\cs\Library\Classes\Palette.cs 70 63 Library
Error 2 Warning as Error: XML comment on 'FreeImageAPI.Metadata.GifInformation.CreateGlobalPalette(int)' has a paramref tag for 'palette', but there is no parameter by that name D:\[kur]\[csharp]\image_tools\FreeImage\Wrapper\FreeImage.NET\cs\Library\Classes\GifInformation.cs 76 23 Library