jenius-apps / ambie

An app that uses white noise, nature sounds, and focus features to boost your productivity.
https://ambieapp.com
MIT License
1.86k stars 142 forks source link

Use CommunityToolkit DI generator to register services #389

Closed Sergio0694 closed 11 months ago

Sergio0694 commented 1 year ago

This PR switches the DI registration to CommunityToolkit.Extensions.DependencyInjection. This makes the resolution faster, trim/AOT safe, and also benefits from the new analyzers to catch some registration errors (eg. there was a duplicate one).