当我查询AutoQuery服务(常规GET请求)时,即使请求运行正常,也会在日志中收到警告。对于URL:https://localhost:5001/employees?BirthDate%3E=1950-01-01 - - Property'birthdate>' does not exist on type 'autoquery<
ServiceStack的允许您使用AutoQuery元数据属性来修饰AutoQueries。我使用AutoQuery中现有的元数据服务来支持前端和显示搜索查询(类似于现有的AutoQuery管理功能)。如何向AutoQueryViewerAttribute扩展/添加其他属性,使其在自动查询元数据服务中可用?当前可用的AutoQuery属性列表:
public class AutoQueryViewerAt