Daniel Goncharov
Daniel Goncharov
Separate exclude filter definition to allow to exclude files from filtered results. Related issue: https://github.com/dorny/paths-filter/issues/106 https://github.com/dorny/paths-filter/issues/107
The problem with SerializableRendererContent is that it extends non serializable object RendererContent so it will serialize only SerializableRendererContent itself without T item, int type. Moreover useing this class right now...
Right now the default error class that is returned from the api client is HttpError but when error json is not matching HttpError and there is no CallSpec::errorAs defined than...