Loading App Settings (per environment) in .NET MAUI - FULL STACK .NET TUTORIAL (BUGPORTER) #11

preview_player
Показать описание
Learn how to load app settings JSON files in a .NET MAUI application!

In this series, we'll create a full stack .NET application with:
⚡ Azure Functions
💎 .NET MAUI
🔥 Firebase Authentication
⭐ and much more!

Our application, called "Bugporter", will allow users to report bugs in an application. We'll be developing Bugporter as a standalone, full stack application. However, I'd eventually like to make Bugporter a reusable component that any application can integrate with to allow users to report bugs.

🕗 Timestamps:
0:00 - Introduction
1:12 - Loading an App Settings File
5:20 - Loading App Settings Files per Environment
8:31 - Summary

➖➖➖➖➖➖➖➖➖➖

© Credits
Рекомендации по теме
Комментарии
Автор

Cool video! But I have a question: What should I do if there are more than 2 environments?

Metalvast
Автор

Hey Sean, this is a wonderful explanation - however, its not environment specific. This is build type specific. In turn, if you have a local, dev, qa, and prod deployed environments (almost all will be built using Release) its not useful. Please consider renaming the video. Misleading.

rcanacci