This contains an ASP.NET project as the gRPC server. The client apps are built by the .NET MAUI project. To use this demo:
- Set the web project as startup project
- Rebuild
- Start without debugging Ctrl+F5)
You should see the app is running in its own process, output to a console window:
- Right-click on the MAUI project, select as startup project
- Choose target platform (Windows is default)
- Rebuild
- Start with or without debugging (Ctrl+F5 is best)
You will then see the following successful result:
You can continue making requests. The request history will be displayed in the DataGrid