I created a class that implement from IOperationBehavior, in the method ApplyDispatchBehavior I cannot use dispatchOperation.ParameterInspectors, it's telling that this collection is not available in netstandard2.0.
I have no idea about this, can someone advice me? If there are no solution for this, I think I need to downgrade to use .net framework instead.
I created a class that implement from IOperationBehavior, in the method ApplyDispatchBehavior I cannot use dispatchOperation.ParameterInspectors, it's telling that this collection is not available in netstandard2.0. I have no idea about this, can someone advice me? If there are no solution for this, I think I need to downgrade to use .net framework instead.