Shreyas Zare

Results 824 comments of Shreyas Zare

> I tried to add all transitive dependencies as a direct dependency, but it didn't make any difference. The loop takes the DLLs through a loop. If the dependencies are...

I have found the issue with the dependency loader. Will share the solution soon.

I got the loader code tested with your app. Check out this updated code in [develop branch](https://github.com/TechnitiumSoftware/DnsServer/blob/develop/DnsServerCore/Dns/Applications/DnsApplicationAssemblyLoadContext.cs) which you can copy and use to test the app.

Good to know that. So are you able to make it to work after adding the `Microsoft.Extensions.Configuration` nuget package? I had tried the app from your branch and it was...

Thanks for the PR. I checked it but its not addressing the root issue. Let me explain: As I mentioned above, I tested your app with the changed that I...

> Hi @ShreyasZare, > > That's an amazing solution. I admire the way you solved the issue. The plugin works as expected with the changes. Anything regarding the code itself?...

Thanks for the request. The default sort order is as per the DNS name ordering in lexical form which is the same for all the zones. This order allows manually...

Will see how this can be implemented. It will however take a while for this to be available since there is already some core features planned for next few major...

Thanks for the PR. Will check this soon.

Thanks for the request. Will take this up when DHCP server major upgrade is planned. This will take a while since there are some features being prioritized currently and DHCP...