Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using MatroskaBatchFlow.Core.Logging;
using Microsoft.Extensions.Logging;

namespace MatroskaBatchFlow.Core.Services;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using MatroskaBatchFlow.Core.Logging;
using Microsoft.Extensions.Logging;

namespace MatroskaBatchFlow.Core.Services.Processing;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using MatroskaBatchFlow.Core.Models;

namespace MatroskaBatchFlow.Uno.Contracts.Services;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using CommunityToolkit.Mvvm.Messaging;
using MatroskaBatchFlow.Core.Services.Pipeline;
using MatroskaBatchFlow.Core.Services;
using MatroskaBatchFlow.Core.Services.Pipeline;
using MatroskaBatchFlow.Uno.Messages;

namespace MatroskaBatchFlow.Uno.Services.Pipeline;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using MatroskaBatchFlow.Uno.Logging;

namespace MatroskaBatchFlow.Uno.Services;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
using MatroskaBatchFlow.Core.Models;
using MatroskaBatchFlow.Core.Services;
using MatroskaBatchFlow.Core.UnitTests.Builders;
using MatroskaBatchFlow.Core.Utilities;
using Microsoft.Extensions.Logging;
using NSubstitute;
using static MatroskaBatchFlow.Core.Models.MediaInfoResult.MediaInfo;

namespace MatroskaBatchFlow.Core.UnitTests.Services;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using MatroskaBatchFlow.Core.Enums;
using MatroskaBatchFlow.Core.Models;
using MatroskaBatchFlow.Core.Services.Processing;
using MatroskaBatchFlow.Core.UnitTests.Builders;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.ComponentModel;
using MatroskaBatchFlow.Core.Enums;
using MatroskaBatchFlow.Core.Models;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System.Collections.Specialized;
using System.ComponentModel;
using MatroskaBatchFlow.Core.Enums;
using MatroskaBatchFlow.Core.Models;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.ComponentModel;
using MatroskaBatchFlow.Core.Enums;
using MatroskaBatchFlow.Core.Models;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.ComponentModel;
using MatroskaBatchFlow.Core.Enums;
using MatroskaBatchFlow.Core.Models;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using MatroskaBatchFlow.Uno.Presentation;
using MatroskaBatchFlow.Uno.Services;
using Microsoft.UI.Xaml.Controls;

namespace MatroskaBatchFlow.Uno.UnitTests.Services;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using MatroskaBatchFlow.Core.Services.Pipeline;
using MatroskaBatchFlow.Core.Models;
using MatroskaBatchFlow.Core.Services;
using MatroskaBatchFlow.Core.Services.Pipeline;
using MatroskaBatchFlow.Uno.Services.Pipeline;
using Microsoft.Extensions.Logging;
using NSubstitute;
Expand Down
Loading