2025-04-21 14:10:27 +08:00

25 lines
6.3 KiB
C#
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2202:不要多次释放对象", Scope = "member", Target = "FileUtils.#CreateFile(System.String,System.String)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2202:不要多次释放对象", Scope = "member", Target = "FileUtils.#FileDecryptInfo(System.String,System.String,System.String)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2202:不要多次释放对象", Scope = "member", Target = "MyCode.Project.Infrastructure.Common.CommonMethod.#WebRequestPostOrGet(System.String,System.String)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2202:不要多次释放对象", Scope = "member", Target = "MyCode.Project.Infrastructure.Common.CommonMethod.#WriteTxt(System.String)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2202:不要多次释放对象", Scope = "member", Target = "MyCode.Project.Infrastructure.Common.EncryptHelper.#AES_Decrypt(System.String,System.Byte[],System.Byte[])")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2202:不要多次释放对象", Scope = "member", Target = "MyCode.Project.Infrastructure.Common.JsonHelper.#ObjectToByte(System.Object)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2202:不要多次释放对象", Scope = "member", Target = "MyCode.Project.Infrastructure.Common.JsonHelper.#ToObject(System.Byte[])")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2202:不要多次释放对象", Scope = "member", Target = "MyCode.Project.Infrastructure.Common.ZipUtils.#ZipUnFileInfo(System.String,System.String)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2202:不要多次释放对象", Scope = "member", Target = "MyCode.Project.Infrastructure.Common.ZipUtils.#ZipUnFileWithOutFolderInfo(System.String,System.String)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2237:MarkISerializableTypesWithSerializable", Scope = "type", Target = "MyCode.Project.Infrastructure.Exceptions.BaseException")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2202:不要多次释放对象", Scope = "member", Target = "MyCode.Project.Infrastructure.Exports.ExportExcelConfig.#CreateExcelFile(System.Collections.IList,System.String)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2202:不要多次释放对象", Scope = "member", Target = "MyCode.Project.Infrastructure.WebPost.RongHttpClient.#ExecutePost()")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2202:不要多次释放对象", Scope = "member", Target = "MyCode.Project.Infrastructure.WebPost.WebUtils.#DoPostJson(System.String,System.String)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2202:不要多次释放对象", Scope = "member", Target = "MyCode.Project.Infrastructure.WebPost.WebUtils.#GetResponseAsString(System.Net.HttpWebResponse,System.Text.Encoding)")]
// 代码分析使用此文件来维护应用到此项目的 SuppressMessage
// 特性。
// 项目级禁止显示或者没有目标,或者已给定
// 一个特定目标且其范围为命名空间、类型和成员等。
//
// 若要向此文件中添加禁止显示,请右击
// 代码分析结果中的消息,指向“禁止显示消息”,然后单击
//“在禁止显示文件中”。
// 无需手动向此文件添加禁止显示。