ODataSamples
ODataSamples copied to clipboard
Does not contain definition for filter
I am trying one of the samples and getting following error Severity Code Description Project File Line Suppression State Error CS1061 'HttpConfiguration' does not contain a definition for 'Filter' and no extension method 'Filter' accepting a first argument of type 'HttpConfiguration' could be found (are you missing a using directive or an assembly reference?)
You are probably not using the latest Restier version (1.0 beta)
I am having the same issue, using 1.0.0-beta from NuGet. Any idea?