File tree Expand file tree Collapse file tree
DotNetNuke.Tests.Utilities
DotNetNuke.Tests.Web/Api/Internals
Dnn.AdminExperience/Dnn.PersonaBar.Extensions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,12 +12,10 @@ namespace DotNetNuke.Tests.Data
1212 using DotNetNuke . Data ;
1313 using DotNetNuke . Data . PetaPoco ;
1414 using DotNetNuke . Tests . Utilities ;
15-
16- using Moq ;
17-
1815 using DotNetNuke . Tests . Utilities . Fakes ;
1916
2017 using Microsoft . Extensions . DependencyInjection ;
18+ using Moq ;
2119 using NUnit . Framework ;
2220 using PetaPoco ;
2321
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ namespace DotNetNuke.Tests.UI.WatiN.Utilities;
77using System ;
88using System . Configuration ;
99using System . IO ;
10- using System . Xml ;
11- using System . Xml . Linq ;
1210using System . Linq ;
13- using System . Xml . XPath ;
1411using System . Reflection ;
1512using System . Web . Configuration ;
13+ using System . Xml ;
14+ using System . Xml . Linq ;
15+ using System . Xml . XPath ;
1616
1717using DotNetNuke . Services . Installer ;
1818
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ namespace DotNetNuke.Tests.Web.Api.Internals
1111 using DotNetNuke . Common ;
1212 using DotNetNuke . Common . Extensions ;
1313 using DotNetNuke . Tests . Utilities ;
14- using Moq ;
1514 using Microsoft . Extensions . DependencyInjection ;
15+ using Moq ;
1616 using NUnit . Framework ;
1717
1818 [ TestFixture ]
Original file line number Diff line number Diff line change @@ -22,10 +22,8 @@ namespace Dnn.PersonaBar.Themes.Components;
2222using DotNetNuke . Instrumentation ;
2323using DotNetNuke . Services . Exceptions ;
2424using DotNetNuke . UI . Skins ;
25-
26- using Microsoft . Extensions . Logging ;
27-
2825using Microsoft . Extensions . DependencyInjection ;
26+ using Microsoft . Extensions . Logging ;
2927
3028using Image = System . Drawing . Image ;
3129
Original file line number Diff line number Diff line change @@ -40,9 +40,8 @@ namespace Dnn.PersonaBar.Pages.Services;
4040using DotNetNuke . Web . Api ;
4141using DotNetNuke . Web . UI . WebControls ;
4242
43- using Microsoft . Extensions . Logging ;
44-
4543using Microsoft . Extensions . DependencyInjection ;
44+ using Microsoft . Extensions . Logging ;
4645
4746using Localization = Dnn . PersonaBar . Pages . Components . Localization ;
4847
You can’t perform that action at this time.
0 commit comments