Brandon Butler
Brandon Butler
I have this issue when recording video
It looks like the control would need to be modified to use Border instead of Frame. https://github.com/dotnet/maui/issues/15851
> I am currently able to work around this by doing: > > ```cs > LineAnnotation a = new() > { > ... > }; > ChartModel.Annotations.Add(a); > a.EnsureAxes(); //...
I agree. Having the ability to adjust the music volume would be beneficial
Using [this](https://stackoverflow.com/questions/69855276/azure-net-5-isolated-functions-using-middleware-to-catch-exceptions) as an example, I think I have it working. ```C# public class SentryMiddleware : IFunctionsWorkerMiddleware { public async Task Invoke(FunctionContext context, FunctionExecutionDelegate next) { try { await next(context);...
I am still experiencing this in .NET 8
We decided not to use Avalonia for a client's project because of this.
I just used this to easily show error messages in my UI. My current architecture has a bloc per page and it is considered part of the presentation layer, not...
Kind of shocked that there isn't a good way to specify page transition animations in MAUI. :(
Same issue with 6.3.2 (6D2105)