Frederic MEYER
Frederic MEYER
I am too getting the contact number in this form (long string rather than just the phone number). Do you plan to fix this?
Same issue here with latest (0.8.6) version of maui-check and .NET6 preview 7 on M1 Mac ``` ~ % dotnet --list-sdks 3.1.412 [/usr/local/share/dotnet/sdk] 5.0.400 [/usr/local/share/dotnet/sdk] 6.0.100-preview.7.21379.14 [/usr/local/share/dotnet/sdk] ~ % maui-check...
Hmmm this is not an issue about the PATH. Rather MacOS killing the process because it is not conforming to some specific (security?) requirements. ``` fmeyer@FREDSM1 ~ % cd .dotnet/tools...
Of course the syntax I was showing was taken from some PHP framework. With [Microsoft's Web API 2](https://docs.microsoft.com/en-us/aspnet/web-api/overview/web-api-routing-and-actions/attribute-routing-in-web-api-2) i.e. using `?`, this translates to: ```csharp [Delete("/push/notifMsg/{deviceId}/{notifMsgId?}")] Task DeleteNotifMsgs( Guid? deviceId,...
@benjaminhowarth1 Any chance?