You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2021. It is now read-only.
Which is wrong because in this case the value for this parameter should be Microsoft.AspNetCore.Mvc.Filters.ActionExecutingContext
The current .NET Agent extension.xsd file which New Relic documentation states we should validate against has an interesting comment for the parameters which makes me think they're not needed anyway.
<xs:attribute name="parameters" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>
The method parameters to match. This is optional, and should only be used when a
method is overloaded and you want to instrument a specific version of the method.
</xs:documentation>
</xs:annotation>
</xs:attribute>
Is there a flag to ignore these unnecessary method parameters that I can pass to the command so they are not emitted? What's your preference for a PR if I'd like to add this as a feature?