Christopher Dresel

Results 15 issues of Christopher Dresel

## Summary There are requests for badge support for classic [tabs](https://github.com/xamarin/Xamarin.Forms/issues/3352) and there are also some libraries out there which kinda support that. With shell it's not possible to use...

From [issue 48](https://github.com/Dresel/RouteLocalization/issues/48): Atm when AddCultureAsRoutePrefix is used, the prefix is always added at the beginning of the route. This should be configurable: > Before [RouteArea], [RoutePrefix], [Route] - (as...

enhancement

Code XML Documentation Comments should be added for at least public API functions.

enhancement

This addresses the issue that inherited lists (or custom implementations of `IEnumerable`) cannot be used and will lead to runtime exceptions (e.g. #380). Implementation Detail: - Distinguish between framework implementations...

As discussed in Discord, this is the draft PR of my contribution for the iOS part for the camera view proposal, mostly as starting point for discussion / feedback. It...

help wanted
stale

Hi, when adding `Xamarin.Firebase.iOS.Analytics` and building on Windows with a paired Mac I receive the following error: > Severity Code Description Project File Line Suppression State Error linker command failed...

I'm using the `CookieAuthenticationMiddleware` and now trying to integrate IdentityServer3 in combination with IdentityServer3.AspNetIdentity. To invalidate cookies when user information (password, external accounts, ...) changes you would normally use the...

question

Hi, I'm playing around with your sample project. Changed the code to var snackbar = new TTGSnackbar("Hello Xamarin snackbar"); snackbar.Duration = TimeSpan.FromSeconds(3); snackbar.AnimationType = TTGSnackbarAnimationType.SlideFromLeftToRight; snackbar.Show(); Is this supposed to...

This will be necessary if users want to mix `IMemoryCache` and `IDistributedCache` (assuming implementation of #3 and #4) within one class. Users can explicitly specify which Cache property or field...

enhancement

Support usage of default values via FodyWeavers.xml configuration where appropriate (e.g. for default values of #6, #8).

enhancement