From 5b7976e8b409d4b97e18534cda5f3f485618c995 Mon Sep 17 00:00:00 2001 From: Pere Viader Date: Mon, 30 Sep 2024 22:38:32 +0200 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d49f4d..4412b56 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,11 @@ Welcome to ManualDi – the simple, fast and extensible C# dependency injection library. - Source generation, no reflection - Faster and more memory efficient than most other dependency injection containers. -- Fully compatible with all client and server platforms, including IL2CPP and WASM +- Compatible with almost all client and server platforms, including IL2CPP and WASM* - Supercharge the container with your own custom extensions - Seamless Unity3D game engine integration +\* [.Net Micro Framework](https://en.wikipedia.org/wiki/.NET_Micro_Framework) is [not compatible](https://learn.microsoft.com/en-us/dotnet/api/system.type.typehandle?view=net-8.0#system-type-typehandle) because of an [optimization](https://github.com/PereViader/ManualDi/commit/d7965d1b77b905084bb1fdf8fdad7c4f53f63fb5) # Benchmark [Benchmark](https://github.com/PereViader/ManualDi/blob/main/ManualDi.Main/ManualDi.Main.Benchmark/Benchmark.cs) against Microsoft's container ```