IgnoreWarningsOnPropertyNames per Request?

I know that we can easily have servicestack ignore warnings for specific propery names; however, are the following feasible:

  • ignore property warnings per request dto
  • ignore property warnings altogether

thanks

I’ve added Config.IgnoreWarningsOnAllProperties option to disable warnings on all missing properties.

This change is available from v4.5.15 that’s now available on MyGet.

1 Like