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
If we set Zilean__Dmm__EnableScraping to false, querying that instance of zilean with a DB that is completely populated fails with the following :
System.InvalidOperationException: Body was inferred but the method does not
allow inferred body parameters.
Below is the list of parameters that we found:
Parameter | Source
--------------------------------------------------------------------------------
-
logger | Services (Inferred)
executionService | Services (Inferred)
syncLogger | Services (Inferred)
mutex | Services (Inferred)
state | Body (Inferred)
Did you mean to register the "Body (Inferred)" parameter(s) as a Service or
apply the [FromServices] or [FromBody] attribute?
The text was updated successfully, but these errors were encountered:
If we set Zilean__Dmm__EnableScraping to false, querying that instance of zilean with a DB that is completely populated fails with the following :
The text was updated successfully, but these errors were encountered: