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

Clientvalidatorfixes #458

Closed reaver330 closed 1 year ago

reaver330 commented 1 year ago

This small change became somewhat large as time went by and things were uncovered :)

reaver330 commented 1 year ago

The net48 build picked up some errors specific to that framework version, so I'm closing this PR, will fix them, and open a new one.

smolchanovsky commented 1 year ago

The net48 build picked up some errors specific to that framework version, so I'm closing this PR, will fix them, and open a new one.

Hi @reaver330! Errors is ok :) In the future, you shouldn't close the pull request. You can fix the problem and commit it to the branch. The changes will be displayed here, the pipeline will start again and the tests will pass