Jules Raffoux
Jules Raffoux
Change ITenantInfo's Id type to a generic to allow for more flexibility when implementing the library. This would help since here, even if the Id is a number in the...
Currently, the `IMultiTenantStrategy` and the `ITenantResolver` have methods requiring passing the HttpContext as an object, which doesn't seems needed, since it is accessible from the middlewares. The change doesn't seems...
Change the endpoints type from `Dictionary` with a `IReadOnlyDictionary` to prevent accidental insertions or updates. Note that I didn't choose to use the [`ReadOnlyDictionary`](https://learn.microsoft.com/en-us/dotnet/api/system.collections.objectmodel.readonlydictionary-2?view=net-6.0) type since the default dictionary type...