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

16 lines
2.7 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 = "MyCode.Project.Services.Implementation.CourseService.#Get99ShareImgUrl(System.Int32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2202:不要多次释放对象", Scope = "member", Target = "MyCode.Project.Services.Implementation.CourseService.#Get9point9ShareImgUrl(System.Int32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2202:不要多次释放对象", Scope = "member", Target = "MyCode.Project.Services.Implementation.CourseService.#GetSharePosterImgUrl(System.Guid,System.Int32,System.Guid)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2202:不要多次释放对象", Scope = "member", Target = "MyCode.Project.Services.Implementation.CourseService.#GetVipGoodsShareImgUrl(System.Int32,System.Int32,System.Guid)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2202:不要多次释放对象", Scope = "member", Target = "MyCode.Project.Services.Implementation.MemberService.#GetSharePosterImgUrl(MyCode.Project.Domain.Message.Response.User.MemberLoginInfo)")]
// 代码分析使用此文件来维护应用到此项目的 SuppressMessage
// 特性。
// 项目级禁止显示或者没有目标,或者已给定
// 一个特定目标且其范围为命名空间、类型和成员等。
//
// 若要向此文件中添加禁止显示,请右击
// 代码分析结果中的消息,指向“禁止显示消息”,然后单击
//“在禁止显示文件中”。
// 无需手动向此文件添加禁止显示。