Shreyas Zare
|
c188d0146b
|
DnsApplication: updated implementation to move assembly loading code to DnsApplicationAssemblyLoadContext. Code refactoring done.
|
2024-05-19 14:55:44 +05:30 |
|
Shreyas Zare
|
9c0e4a2f5c
|
DnsApplication: added IDnsRequestBlockingHandler support.
|
2023-10-29 18:47:49 +05:30 |
|
Shreyas Zare
|
5c0f0e3975
|
DnsApplication: added support for reading app description from assembly. Fixed app loading issue due to .NET 7 migration.
|
2022-11-26 11:49:43 +05:30 |
|
Shreyas Zare
|
9c025f077a
|
DnsApplication: updated code to replace depricated method usage.
|
2022-11-12 18:01:39 +05:30 |
|
Shreyas Zare
|
11a08c6a2d
|
DnsApplication: implemented support for new IDnsPostProcessor interface.
|
2022-11-12 15:06:42 +05:30 |
|
Shreyas Zare
|
88c7beccfc
|
DnsApplication: updated InitializeAsync() to handle exception to soft fail app loading.
|
2021-11-06 14:05:55 +05:30 |
|
Shreyas Zare
|
73f9b13586
|
DnsApplication: updated implementation to use new IDnsApplication interface to load dns apps.
|
2021-09-26 17:07:49 +05:30 |
|
Shreyas Zare
|
161c7d5c9b
|
code refactoring changes done
|
2021-09-18 11:53:34 +05:30 |
|
Shreyas Zare
|
eeee534cdb
|
DnsApplication: updated code to load all DLLs first and then start loading the app handlers.
|
2021-09-11 18:58:33 +05:30 |
|
Shreyas Zare
|
649d72a173
|
DnsApplication: updated dns app loading code to make sure that the app loads even if some component fails to initialize.
|
2021-09-11 17:58:32 +05:30 |
|
Shreyas Zare
|
f8558a8fc6
|
DnsApplication: minor refactoring done.
|
2021-09-11 17:40:57 +05:30 |
|
Shreyas Zare
|
946aa4fb97
|
DnsApplication: implemented new dns app interfaces.
|
2021-09-11 13:10:03 +05:30 |
|
Shreyas Zare
|
41e84d0fa9
|
DnsApplication: code refactoring done.
|
2021-04-10 13:35:59 +05:30 |
|
Shreyas Zare
|
bdf40ac1aa
|
DnsApplication: added version for app.
|
2021-03-27 16:36:32 +05:30 |
|
Shreyas Zare
|
f43affb2bb
|
DnsApplication: added exception logging when loading dll. Letting the app load even when no request handler was loaded to allow uninstalling from the UI.
|
2021-03-13 13:17:51 +05:30 |
|
Shreyas Zare
|
60e2805a29
|
DnsApplication: refactored code and implemented dll loading, unloading, init and dispose correctly.
|
2021-03-06 16:29:30 +05:30 |
|