Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

FAQ | Essentials

James Montemagno edited this page Apr 25, 2018 · 3 revisions

Here are some common questions about Essentials:

How much will Essentials increase my app size? What if I only want a few of the features?

Essentials is an extremely small library and provides access to core platform APIs. We built Essentials to be Linker Safe, which means if you only use ONE feature that is the ONLY feature that will be added to your app. The rest will be linked away and even works with Link All Assemblies.

Clone this wiki locally