dotnet / standard

This repo is building the .NET Standard
3.07k stars 428 forks source link

DispatchOperation.ParameterInspectors is not available in netstandard2.0 #1773

Closed kongnhin closed 2 years ago

kongnhin commented 4 years ago

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. image

terrajobst commented 2 years ago

Closing as not planned, as .NET Standard is considered complete.