TinyInsights.Maui
TinyInsights is a library for tracking and a website for showing insights for your .NET MAUI app. Data will be saved in Application Insights. The website will help you to show the data in a more mobile app-friendly user interface.
File Explorer
Download Latest Version (.zip)- PR-Web.yml
- PR.yml
- publish-web-to-blob-storage.yml
- release.yml
- FUNDING.yml
- access-control.png
- add-app.png
- add-permission.png
- add-role.png
- api-permissions.png
- app-id.png
- appreg.png
- data-read.png
- new-form.png
- new.png
- reader-role.png
- search-api.png
- SetupServerSite.md
- CrashToJsonFileStorageHandler.cs
- ICrashHandler.cs
- ApplicationInsightsProvider.cs
- Crash.cs
- Dependency.cs
- ErrorSeverity.cs
- IInsights.cs
- IInsightsProvider.cs
- Insights.cs
- InsightsExtension.cs
- InsightsMessageHandler.cs
- readme.txt
- TinyInsights.csproj
- colors.xml
- AndroidManifest.xml
- MainActivity.cs
- MainApplication.cs
- AppDelegate.cs
- Info.plist
- Program.cs
- AppDelegate.cs
- Entitlements.plist
- Info.plist
- Program.cs
- app.manifest
- App.xaml
- App.xaml.cs
- Package.appxmanifest
- launchSettings.json
- appicon.svg
- appiconfg.svg
- OpenSans-Regular.ttf
- OpenSans-Semibold.ttf
- dotnet_bot.png
- AboutAssets.txt
- splash.svg
- Colors.xaml
- Styles.xaml
- App.xaml
- App.xaml.cs
- AppShell.xaml
- AppShell.xaml.cs
- CustomException.cs
- MainPage.xaml
- MainPage.xaml.cs
- MauiProgram.cs
- NewPage.xaml
- NewPage.xaml.cs
- NewPage1.xaml
- NewPage1.xaml.cs
- TinyInsights.TestApp.csproj
- Badge.razor
- Badge.razor.css
- CustomDateFilter.razor
- CustomDateFilter.razor.css
- GlobalFilters.razor
- GlobalFilters.razor.css
- LabelValuePair.razor
- LoggedInMenuItems.razor
- Menu.razor
- Menu.razor.css
- QueryItem.razor
- QueryItem.razor.css
- MainLayout.razor
- MainLayout.razor.css
- AllProperties.razor
- AllProperties.razor.css
- Dashboard.razor
- Dependencies.razor
- Dependencies.razor.css
- DeviceAnalytics.razor
- DeviceAnalytics.razor.css
- ErrorDetails.razor
- ErrorDetails.razor.css
- Errors.razor
- Errors.razor.css
- EventDetails.razor
- EventDetails.razor.css
- Events.razor
- Events.razor.css
- EventsAnalytics.razor
- EventsAnalytics.razor.css
- FailedDependencies.razor
- Home.razor
- Home.razor.css
- PageAnalytics.razor
- PageAnalytics.razor.css
- Query.razor
- Query.razor.cs
- Query.razor.css
- SearchResult.razor
- UserAnalytics.razor
- UserAnalytics.razor.css
- launchSettings.json
- AvgPerKey.cs
- CountPer.cs
- CountPerDay.cs
- CountPerKey.cs
- CrashItem.cs
- DependencyCount.cs
- ErrorDetails.cs
- ErrorItem.cs
- EventItem.cs
- EventType.cs
- FailedDependencies.cs
- FailedDependencyItem.cs
- LogItem.cs
- PercentPerKey.cs
- IInsightsService.cs
- InsightsService.Analytics.cs
- InsightsService.Diagnostics.cs
- InsightsService.General.cs
- app.css
- icon-192.png
- index.html
- _Imports.razor
- App.razor
- GlobalFilter.cs
- GlobalUsings.cs
- LICENSE
- Program.cs
- TinyInsights.Web.csproj
- TinyInsightsComponentBase.cs
- _Imports.razor
- App.razor
- Routes.razor
- Login.razor
- launchSettings.json
- appsettings.json
- Program.cs
- TinyInsights.WebServer.csproj
- .editorconfig
- .gitignore
- LICENSE
- README.md
- TinyInsights.sln
# Installation Guide
1. Get the code
git clone https://github.com/dhindrik/TinyInsights.Maui
Downloads the entire project code from GitHub to your computer.
cd TinyInsights.Maui
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet add package TinyInsights.Maui.AppInsights
Type this command into your terminal and run it.
After dotnet run, check the message or address shown in the terminal.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
