DNNCommunity / DNNDocs

The documentation site for the open source Content Management System DNN (formerly DotNetNuke).
https://docs.dnncommunity.org
24 stars 51 forks source link

Add details about DNN DI Extensions like TryAdd #642

Open valadas opened 2 years ago

valadas commented 2 years ago

Description of documentation change

Add details about registering services that may or may not yet be registered (TryAdd) which is in DotNetNuke.DependencyInjection.Extensions

Proposed area for new documentation (if applicable)

It would be nice to tag along the area when #641 is merged.

Additional context

I can submit that, just waiting to get the section to exist to append to it.

valadas commented 2 years ago

Actually, this is in Microsoft.Extensions.DependencyInjection.Extensions

Would still be nice to show an example usage though as DNN does not have all of its interfaces registered.