Skip to content

Commit

Permalink
Update dependencies (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMacocian committed Nov 22, 2024
1 parent 8403dad commit 1c4ccb9
Show file tree
Hide file tree
Showing 45 changed files with 17 additions and 103 deletions.
3 changes: 2 additions & 1 deletion Daybreak.Tests/Daybreak.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
Expand All @@ -22,6 +22,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
<PackageReference Include="System.Private.Uri" Version="4.3.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 1 addition & 3 deletions Daybreak/Controls/ChromiumBrowserWrapper.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
using Daybreak.Configuration;
using Daybreak.Configuration.Options;
using Daybreak.Configuration.Options;
using Daybreak.Models;
using Daybreak.Models.Browser;
using Daybreak.Models.Builds;
using Daybreak.Models.Guildwars;
using Daybreak.Services.Browser;
using Daybreak.Services.BuildTemplates;
using Daybreak.Utils;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using Daybreak.Services.Scanner;
using Daybreak.Views;
using Microsoft.Extensions.DependencyInjection;
using NAudio.CoreAudioApi;
using System;
using System.Core.Extensions;
using System.Threading;
Expand Down
15 changes: 1 addition & 14 deletions Daybreak/Controls/Glyphs/GWToolboxGlyph.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Controls;

namespace Daybreak.Controls.Glyphs;
/// <summary>
Expand Down
6 changes: 1 addition & 5 deletions Daybreak/Controls/Glyphs/StarGlyph.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Windows.Controls;
using System.Windows.Extensions;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Controls;

namespace Daybreak.Controls.Glyphs;

Expand Down
15 changes: 1 addition & 14 deletions Daybreak/Controls/Glyphs/UModGlyph.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Controls;

namespace Daybreak.Controls.Glyphs;
/// <summary>
Expand Down
1 change: 0 additions & 1 deletion Daybreak/Controls/ImageViewer.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Windows.Controls;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Imaging;

namespace Daybreak.Controls;

Expand Down
1 change: 0 additions & 1 deletion Daybreak/Controls/Templates/BuildTemplate.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using Daybreak.Services.Navigation;
using Daybreak.Utils;
using Daybreak.Views;
using MahApps.Metro.Controls;
using Microsoft.Extensions.DependencyInjection;
using System;
using System.Collections.Generic;
Expand Down
3 changes: 0 additions & 3 deletions Daybreak/Controls/Templates/GuildwarsPathTemplate.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
using Daybreak.Controls.Buttons;
using Daybreak.Models;
using Daybreak.Models.Progress;
using Daybreak.Models.Versioning;
using Daybreak.Services.GuildWars;
using Daybreak.Services.Navigation;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Win32;
using System;
using System.Core.Extensions;
using System.Data;
using System.Extensions;
using System.IO;
using System.Threading;
Expand Down
1 change: 0 additions & 1 deletion Daybreak/Controls/Templates/SkillListEntryTemplate.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Daybreak.Models.Guildwars;
using Daybreak.Services.IconRetrieve;
using Daybreak.Services.TradeChat;
using Daybreak.Utils;
using Microsoft.Extensions.DependencyInjection;
using System.Core.Extensions;
Expand Down
3 changes: 1 addition & 2 deletions Daybreak/Converters/AttributeJsonConverter.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Daybreak.Models.Guildwars;
using Newtonsoft.Json;
using Newtonsoft.Json;
using System;

namespace Daybreak.Converters;
Expand Down
1 change: 0 additions & 1 deletion Daybreak/Converters/TradeAlertConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Reflection.Emit;

namespace Daybreak.Converters;
public sealed class TradeAlertConverter : JsonConverter<ITradeAlert>
Expand Down
2 changes: 1 addition & 1 deletion Daybreak/Daybreak.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2849.39" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2903.40" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.135" />
<PackageReference Include="NAudio" Version="2.2.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
Expand Down
1 change: 0 additions & 1 deletion Daybreak/Exceptions/CredentialsNotFoundException.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Runtime.Serialization;

namespace Daybreak.Exceptions;

Expand Down
1 change: 0 additions & 1 deletion Daybreak/Exceptions/ExecutableNotFoundException.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Runtime.Serialization;

namespace Daybreak.Exceptions;

Expand Down
1 change: 0 additions & 1 deletion Daybreak/Exceptions/FatalException.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Runtime.Serialization;

namespace Daybreak.Exceptions;

Expand Down
3 changes: 0 additions & 3 deletions Daybreak/Launch/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@
using Daybreak.Services.Updater;
using Daybreak.Views;
using MahApps.Metro.Controls;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using System;
using System.Configuration;
using System.Core.Extensions;
using System.Diagnostics;
using System.Extensions;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Extensions;
Expand Down
1 change: 0 additions & 1 deletion Daybreak/Models/Builds/TeamBuildEntry.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Extensions;
using System.Linq;

namespace Daybreak.Models.Builds;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Daybreak.Launch;
using System.Windows;

namespace Daybreak.Models.Notifications.Handling;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Daybreak.Services.ApplicationLauncher;
using Daybreak.Services.LaunchConfigurations;
using Daybreak.Services.LaunchConfigurations;
using Daybreak.Services.Navigation;
using Daybreak.Views;
using Microsoft.Extensions.Logging;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using Daybreak.Services.Privilege;
using Daybreak.Services.Registry;
using Daybreak.Services.Startup.Actions;
using Daybreak.Views;
using Microsoft.Extensions.Logging;
using System;
using System.Core.Extensions;
Expand Down
2 changes: 0 additions & 2 deletions Daybreak/Services/DSOAL/DSOALService.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Daybreak.Configuration.Options;
using Daybreak.Models;
using Daybreak.Models.Mods;
using Daybreak.Models.Progress;
using Daybreak.Services.Downloads;
Expand All @@ -15,7 +14,6 @@
using System.Core.Extensions;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;

Expand Down
2 changes: 0 additions & 2 deletions Daybreak/Services/GWCA/GWCAInjector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
using System.Configuration;
using System.Core.Extensions;
using System.Extensions;
using System.IO;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;

Expand Down
1 change: 0 additions & 1 deletion Daybreak/Services/IconRetrieve/IconCache.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using System.Extensions;
using System.IO;
using System.Net.Http;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;

Expand Down
2 changes: 0 additions & 2 deletions Daybreak/Services/Images/ImageCache.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
using Daybreak.Configuration.Options;
using Daybreak.Controls.Options;
using Daybreak.Models.Metrics;
using Daybreak.Services.Images.Models;
using Daybreak.Services.Metrics;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
Expand Down
3 changes: 1 addition & 2 deletions Daybreak/Services/Logging/Models/LogDTO.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Microsoft.Extensions.Logging;
using Realms;
using Realms;
using System;

namespace Daybreak.Services.Logging.Models;
Expand Down
3 changes: 1 addition & 2 deletions Daybreak/Services/Mods/IModService.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Daybreak.Models;
using Daybreak.Models.Mods;
using Daybreak.Models.Mods;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
Expand Down
3 changes: 1 addition & 2 deletions Daybreak/Services/Notifications/Models/NotificationDTO.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Microsoft.Extensions.Logging;
using Realms;
using Realms;
using System;

namespace Daybreak.Services.Notifications.Models;
Expand Down
1 change: 0 additions & 1 deletion Daybreak/Services/Screenshots/Models/Location.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Daybreak.Models.Guildwars;
using LiveChartsCore.Geo;
using System.Collections.Generic;

namespace Daybreak.Services.Screenshots.Models;
Expand Down
1 change: 0 additions & 1 deletion Daybreak/Services/Screenshots/OnlinePictureClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Media;
Expand Down
4 changes: 1 addition & 3 deletions Daybreak/Services/Sounds/ISoundService.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Media;

namespace Daybreak.Services.Sounds;
namespace Daybreak.Services.Sounds;

public interface ISoundService
{
Expand Down
1 change: 0 additions & 1 deletion Daybreak/Services/TradeChat/ITradeChatService.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Daybreak.Configuration.Options;
using Daybreak.Models.Guildwars;
using Daybreak.Models.Trade;
using System;
using System.Collections.Generic;
Expand Down
4 changes: 1 addition & 3 deletions Daybreak/Services/TradeChat/ITraderQuoteService.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Daybreak.Models.Guildwars;
using Daybreak.Models.Trade;
using System;
using Daybreak.Models.Trade;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
Expand Down
1 change: 0 additions & 1 deletion Daybreak/Services/UMod/UModService.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Daybreak.Configuration.Options;
using Daybreak.Models;
using Daybreak.Models.Github;
using Daybreak.Models.Mods;
using Daybreak.Models.Progress;
Expand Down
5 changes: 1 addition & 4 deletions Daybreak/Services/Updater/ApplicationUpdater.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using ControlzEx.Standard;
using Daybreak.Configuration.Options;
using Daybreak.Configuration.Options;
using Daybreak.Exceptions;
using Daybreak.Models;
using Daybreak.Models.Github;
using Daybreak.Models.Progress;
using Daybreak.Services.Downloads;
Expand All @@ -13,7 +11,6 @@
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.ComponentModel.Design.Serialization;
using System.Configuration;
using System.Core.Extensions;
using System.Data;
Expand Down
1 change: 0 additions & 1 deletion Daybreak/Utils/NativeMethods.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Runtime.InteropServices;
using System.Runtime.InteropServices.ComTypes;
using System.Text;
using static Daybreak.Utils.NativeMethods;

namespace Daybreak.Utils;

Expand Down
4 changes: 1 addition & 3 deletions Daybreak/Validators/AllGoesValidator.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;

namespace Daybreak.Validators;
namespace Daybreak.Validators;

public sealed class AllGoesValidator : IValidator
{
Expand Down
1 change: 0 additions & 1 deletion Daybreak/Views/BuildsListView.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using Daybreak.Utils;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Extensions;
using System.Linq;
using System.Windows.Controls;
Expand Down
4 changes: 0 additions & 4 deletions Daybreak/Views/FocusView.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using Daybreak.Launch;
using Daybreak.Models;
using Daybreak.Models.Builds;
using Daybreak.Models.FocusView;
using Daybreak.Models.Guildwars;
using Daybreak.Models.LaunchConfigurations;
using Daybreak.Services.ApplicationLauncher;
Expand All @@ -19,15 +18,12 @@
using System.Configuration;
using System.Core.Extensions;
using System.Extensions;
using System.Linq;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Extensions;
using System.Windows.Media;
using Position = Daybreak.Models.Guildwars.Position;

namespace Daybreak.Views;

Expand Down
1 change: 0 additions & 1 deletion Daybreak/Views/LogsView.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Daybreak.Models;
using Daybreak.Services.Logging;
using ICSharpCode.AvalonEdit.Editing;
using ICSharpCode.AvalonEdit.Highlighting;
using ICSharpCode.AvalonEdit.Search;
using Microsoft.Extensions.Logging;
Expand Down
1 change: 0 additions & 1 deletion Daybreak/Views/MetricsView.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Extensions;
using System.Windows.Media;

namespace Daybreak.Views;
Expand Down
Loading

0 comments on commit 1c4ccb9

Please sign in to comment.