nclient / NClient

:dizzy: NClient is an automatic type-safe .Net HTTP client that allows you to call web service API methods using annotated interfaces or controllers without boilerplate code.
Apache License 2.0
43 stars 11 forks source link

Updating ClientValidator to public #468

Closed carlosmiguel84 closed 1 year ago

carlosmiguel84 commented 1 year ago

Description

As described in issue #216 , the ClientValidator has been made public so it can be used to validate clients outside of the build step. As part of this change, that validation step has been removed from 'build'.

Unit tests have been udpated to reflect this change.

smolchanovsky commented 1 year ago

Hello @carlosmiguel84 ! Sorry for the delay. I had a vacation :)

Thank you for pull request. Tonight I will watch the pull request and write a feedback

smolchanovsky commented 1 year ago

Great job! Thank you @carlosmiguel84