10 lines
967 B
C#
10 lines
967 B
C#
// This file is used by Code Analysis to maintain SuppressMessage
|
|
// attributes that are applied to this project.
|
|
// Project-level suppressions either have no target or are given
|
|
// a specific target and scoped to a namespace, type, member, etc.
|
|
|
|
using System.Diagnostics.CodeAnalysis;
|
|
|
|
[assembly: SuppressMessage("Interoperability", "CA1416:验证平台兼容性", Justification = "<挂起>", Scope = "member", Target = "~M:XPrint.Production.Business.ImageLogic.RegionImageComposer.ProcessRow(System.Int32,System.ValueTuple{System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.ValueTuple{System.Int32,System.Int32}}[],System.Int32,System.Int32)")]
|
|
[assembly: SuppressMessage("Interoperability", "CA1416:验证平台兼容性", Justification = "<挂起>", Scope = "member", Target = "~M:XPrint.Production.Business.ImageLogic.RegionImageComposer.MergeTileFiles(System.String,System.String,System.Int32,System.Int32)")]
|