11 lines
1.5 KiB
C#
11 lines
1.5 KiB
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("Major Code Smell", "S6966:Awaitable method should be used", Justification = "<Pending>", Scope = "member", Target = "~M:OnlineSalesAutoCrop.CoreAPI.Services.Services.Setups.ExternalProductService.GetExternalProductAsync(System.Int32)~System.Threading.Tasks.Task{OnlineSalesAutoCrop.CoreAPI.Models.Responses.Setups.ExternalProductByIdResponse}")]
|
|||
|
|
[assembly: SuppressMessage("Major Code Smell", "S6966:Awaitable method should be used", Justification = "<Pending>", Scope = "member", Target = "~M:OnlineSalesAutoCrop.CoreAPI.Services.Services.Activities.FATranService.AddFATranAsync(OnlineSalesAutoCrop.CoreAPI.Models.Requests.Activities.FaTranRequest,System.String,System.Int32)~System.Threading.Tasks.Task{OnlineSalesAutoCrop.CoreAPI.Models.Responses.BooleanResponse}")]
|
|||
|
|
[assembly: SuppressMessage("Major Code Smell", "S6966:Awaitable method should be used", Justification = "<Pending>", Scope = "member", Target = "~M:OnlineSalesAutoCrop.CoreAPI.Services.Services.Setups.ExternalProductService.GetExternalProductsBasicAsync(System.Nullable{System.Int32},System.Int32,System.Int16,System.String,System.Boolean,System.Boolean,System.Boolean)~System.Threading.Tasks.Task{OnlineSalesAutoCrop.CoreAPI.Models.Responses.Setups.BasicExternalProductsResponse}")]
|