Denis Suleimanov
Denis Suleimanov
Any updates?
Go get 'em tiger!
@smolchanovsky
I really don't sure that is a good opportunity. First of all how many times do you re-use options? I think we can just create override AddNClient with options default...
I'm sorry, but this feature already implemented, isn't? https://github.com/nclient/NClient/blob/main/tests/NClient.Extensions/NClient.Extensions.DependencyInjection.Tests/AddRestNClientExtensionsTest.cs#L73
So.. correct me if i'm wrong. Implementation of this feature required an additional optional package like "NClient.ServiceDiscovery" with... i dunno.. something class fit to the next signature ```C# interface IServiceRegistryProvider...
Well.. I think I'll take this after [hostProvider]( https://github.com/nclient/NClient/issues/448)
@smolchanovsky There are two issues (#436 and #438) here that look like they could be combined with #448 and current issue in one new pkg on the code layer and...
I suggest implement this feature to the next release with first priority ;-)
In case of non-runtime validation we can run into consistency problem. For ex: 1) Write some code.. 2) Run CI 3) Pass validation 4) Smbdy changes contracts of third-party service.....