We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b89468 commit 91fcfdbCopy full SHA for 91fcfdb
src/Files.App/App.xaml.cs
@@ -25,6 +25,9 @@
25
using Files.Shared.Cloud;
26
using Files.Shared.Services;
27
using Files.Shared.Services.DateTimeFormatter;
28
+using Microsoft.AppCenter;
29
+using Microsoft.AppCenter.Analytics;
30
+using Microsoft.AppCenter.Crashes;
31
using Microsoft.Extensions.DependencyInjection;
32
using Microsoft.Extensions.Hosting;
33
using Microsoft.Extensions.Logging;
@@ -38,6 +41,7 @@
38
41
using Windows.Storage;
39
42
using Windows.System;
40
43
using Windows.UI.Notifications;
44
+using LogLevel = Microsoft.Extensions.Logging.LogLevel;
45
46
namespace Files.App
47
{
0 commit comments