Thomas Galliker
Thomas Galliker
I was reading trough the docs but I couldn't find a way to exclude particular endpoints from rate limiting. When I add e.g. api/accounts/* to the rate limit config and...
Currently, Xamarin.Plugin.DeviceOrientation uses the Plugin.CurrentActivity nuget package in the Android implementation to access the current activity. This is the same behavior as many plugins use. However, since the rise of...
Integrate new diacritics source and cross check with: https://github.com/sindresorhus/transliterate/blob/main/replacements.js
https://github.com/thomasgalliker/ValueConverters.NET/blob/823eeca5e0d89844f26cf09b8b8389c5e6d18235/ValueConverters.Shared/ConverterBase.cs#L57
We often have the situation that dumped objects contain sensitive data such a personal information (name, address,...) or security relevant information (password hashes, authentication tokens). ObjectDumper of course cannot automatically...
Extend CommandTimeout property on IDbConnection interface and assign it in ContextDbBase to Database.CommandTimeout
Construct new interface IUnitOfWork where Tr1, Tr2 are repositories which constitute a unit of work context.
Create a new nuget which integrates with Autofac IoC. - Register all IRepository implementations - Register IUnitOfWork dynamically