Tim Miller
Tim Miller
`ApplicationConfiguration` is from a source generator, and Roslyn doesn't seem to be able to find it. I tried running the Prerelease extension with the "Prefer Runtime From SDK" setting checked...
For compiling Whisper.cpp, I would ask in [their repo](https://github.com/ggerganov/whisper.cpp). Their [docs for it](https://github.com/ggerganov/whisper.cpp#blas-cpu-support-via-openblas) mention the `WHISPER_OPENBLAS=1` flag, which for cmake would be adding `-DWHISPER_OPENBLAS=1` to the existing Linux cmake command....
The MAUI UI Framework team does not maintain the debugger tooling, it's maintained by the Visual Studio team. If you ask there, they could help you out.
Could you please create a small reproduction project of how you're using this view? Just looking at a video doesn't give much for what types of controls you're using and...
> This PR adds a new `TitleBar` control and API to set the TitleBar on a `Window`. It currently only applies to the Windows platform, but it's built entirely as...
Could you create a reproduction sample showing how you got into this condition? Assuming you don't see that issue with other, non-custom, text fields, it may be the act of...
I think you need to create a small repro project for what you're trying to do. From the looks of it, you're calling into straight UIKit code for showing your...
@dhruvindudhat Something like this? https://github.com/steventroughtonsmith/CatalystUnsavedChanges?tab=readme-ov-file If you want something to appear when a user tries and closes a window (such as a dialog box asking them if they want to...
Is the MAUI workload provisioned on the bots you're building on? Can you build a template MAUI project in your Azure Pipelines?
This issue would need to be addressed by the Visual Studio team, since that tooling isn't maintained in this repo. My guess would be that the .NET workloads didn't update...