Nicolas Krier

Results 11 comments of Nicolas Krier

Hello, thanks for being fast to answer ! @drasticactions yea I know, so if it's the standard platform. Why don't we have the Standard folder in MAUI Library to write...

@rachelkang Hey, it depends how far can I get. The first steps would be to test my ViewModels, some extensions method, some helpers, some services etc. I would love to...

Hello, I was looking what was I missing because the same code run in a blink of an eye on Xamarin Forms but on MAUI.... A simple collection of 3000...

@mattleibow the error comes from DisplayPromptAsync. Not An entry : numeric keyboard works everywhere except the display prompt async

I got some problems with MaximumWidthRequest too. I have a maximum width of 650 on my (inside a ) because I don't want my to fill all the screen because...

Same issue on Android (it works in Windows the first time only : if I go from last image to first image again, nothing happens anymore). I try to switch...

> > > Just a note and apologies if this is adding to the noise. > > > .NET MAUI build which targets .NET 8 is failing with the following...

Hello, I got the same issue. swa v2.0.6, using aad custom provider, it works well in production but i got 404 error when launching in local even if I put...

Fix suggested : POGenerator.cs: after `public bool IgnoreLongLines { get; set; }` Add `public int MaxLineLength { get; set; } = 80; ` And constructor: ``` public POGenerator(POGeneratorSettings settings) {...