Skip to content

Commit 91fcfdb

Browse files
authored
Code Quality: Added back usings for AppCenter (#12904)
1 parent 0b89468 commit 91fcfdb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Files.App/App.xaml.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
using Files.Shared.Cloud;
2626
using Files.Shared.Services;
2727
using Files.Shared.Services.DateTimeFormatter;
28+
using Microsoft.AppCenter;
29+
using Microsoft.AppCenter.Analytics;
30+
using Microsoft.AppCenter.Crashes;
2831
using Microsoft.Extensions.DependencyInjection;
2932
using Microsoft.Extensions.Hosting;
3033
using Microsoft.Extensions.Logging;
@@ -38,6 +41,7 @@
3841
using Windows.Storage;
3942
using Windows.System;
4043
using Windows.UI.Notifications;
44+
using LogLevel = Microsoft.Extensions.Logging.LogLevel;
4145

4246
namespace Files.App
4347
{

0 commit comments

Comments
 (0)