Donald Roy Airey

Results 14 comments of Donald Roy Airey

Doesn't compile with VS2019. Too many errors to sort through.

I'm running into the same issue. Either fix it, or give me some idea how to fix the nuspec so I can get rid the warning, please. [ThetaRex.Forms.zip](https://github.com/novotnyllc/MSBuildSdkExtras/files/4019135/ThetaRex.Forms.zip)

I'm using Microsoft.Azure.WebJobs 3.0.31. Not ever getting a signal the WebJob has been shut down with this code (I'm shutting down from Azure Portal->App Service->WebJobs page: ``` using Microsoft.Azure.WebJobs; namespace...

You can't possibly expect us to release a product to customers when the icon looks like that. It screams that this product is unstable. Why bother with the rest of...

@MitchBomcanhao - You'll observe that the binding error happens on the parent control, not the item. There appears to be a bug in the way Xamarin binds where it first...

Same issue with iOS. The first attempt to access resources that are not in the main project fail. This is a huge problem because I don't want to ignore a...

[ButtonBug.zip](https://github.com/dotnet/maui/files/9446569/ButtonBug.zip)

> However, on the latest version of .NET 6 and now on .NET 7, it seems to work (with the reproductions here) on iOS/macOS and Android, but not yet on...

I'm running into this with a new Maui application. I use multiple projects for the View Models and Views (forms). Nothing fancy, just trying to port a working XAMARIN project...