You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need an idiomatic guide for the following development (not production) scenario:
a mobile app (built with .NET MAUI) and a Web API (built with ASP.NET Core)
the Web API is protected with JWT
all connections must use HTTPS
DevTunnel is not an option because there’s no internet connection during development (due to a programming contest, school examination, unpaid internet bills)
the Android emulator cannot be used, so a physical Android device is required (due to low budget computers in a lab)
the Web API runs at 192.168.1.100 and the Android device is at 192.168.1.200
using self-signed ssl certificate is accepted
Can this scenario be simplified by using .NET Aspire? I couldn’t find any documentation that fits this scenario, either in .NET Aspire or .NET MAUI.
Configuration differences between the development and production environments should be kept to a minimum. Ideally, the only difference would be the SSL certificates.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I need an idiomatic guide for the following development (not production) scenario:
Can this scenario be simplified by using .NET Aspire? I couldn’t find any documentation that fits this scenario, either in .NET Aspire or .NET MAUI.
Configuration differences between the development and production environments should be kept to a minimum. Ideally, the only difference would be the SSL certificates.
Beta Was this translation helpful? Give feedback.
All reactions