name space sync

This commit is contained in:
Dimitrij
2023-03-03 23:25:18 +00:00
parent c43c85bb21
commit 985feb4b91
20 changed files with 18 additions and 27 deletions

View File

@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Connection;
using mRemoteNG.Connection;
using mRemoteNG.Connection.Protocol;
using mRemoteNG.Connection.Protocol.Http;

View File

@@ -3,7 +3,6 @@ using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Security;
using Connection;
using mRemoteNG.App;
using mRemoteNG.Connection;
using mRemoteNG.Connection.Protocol;

View File

@@ -18,7 +18,6 @@ using mRemoteNG.Tree.Root;
using mRemoteNG.UI.Forms;
using mRemoteNG.UI.TaskDialog;
using mRemoteNG.Resources.Language;
using Connection;
namespace mRemoteNG.Config.Serializers.ConnectionSerializers.Xml
{

View File

@@ -8,7 +8,6 @@ using mRemoteNG.Properties;
using mRemoteNG.Tools;
using mRemoteNG.Tools.Attributes;
using mRemoteNG.Resources.Language;
using Connection;
namespace mRemoteNG.Connection
{

View File

@@ -18,7 +18,6 @@ using mRemoteNG.Properties;
using mRemoteNG.Tree;
using mRemoteNG.Resources.Language;
using mRemoteNG.Tree.Root;
using Connection;
namespace mRemoteNG.Connection
{

View File

@@ -1,7 +1,7 @@
using mRemoteNG.Resources.Language;
using mRemoteNG.Tools;
namespace Connection
namespace mRemoteNG.Connection
{
public enum ExternalAddressProvider
{

View File

@@ -1,7 +1,7 @@
using mRemoteNG.Resources.Language;
using mRemoteNG.Tools;
namespace Connection
namespace mRemoteNG.Connection
{
public enum ExternalCredentialProvider
{

View File

@@ -11,7 +11,6 @@ using System.Threading;
using System.Windows.Forms;
using mRemoteNG.Properties;
using mRemoteNG.Resources.Language;
using Connection;
using System.IO;
// ReSharper disable ArrangeAccessorOwnerBody

View File

@@ -15,7 +15,6 @@ using mRemoteNG.UI.Forms;
using mRemoteNG.UI.Tabs;
using MSTSCLib;
using mRemoteNG.Resources.Language;
using Connection;
using static System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel;
using System.DirectoryServices.ActiveDirectory;

View File

@@ -15,8 +15,8 @@ using System.Resources;
[assembly: AssemblyCulture("")]
// Version information
[assembly: AssemblyVersion("1.77.3.1763")]
[assembly: AssemblyFileVersion("1.77.3.1763")]
[assembly: AssemblyVersion("1.77.3.1782")]
[assembly: AssemblyFileVersion("1.77.3.1782")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
[assembly: AssemblyInformationalVersion("1.77.3 (Nightly Build: 1763)")]
[assembly: AssemblyInformationalVersion("1.77.3 (Nightly Build: 1782)")]

View File

@@ -8,9 +8,10 @@
// </auto-generated>
//------------------------------------------------------------------------------
using Connection;
using mRemoteNG.Connection;
namespace mRemoteNG.Properties {
namespace mRemoteNG.Properties
{
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]

View File

@@ -12,7 +12,7 @@ namespace mRemoteNG.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.1.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.5.0.0")]
internal sealed partial class rbac : global::System.Configuration.ApplicationSettingsBase {
private static rbac defaultInstance = ((rbac)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new rbac())));

View File

@@ -44,7 +44,7 @@ namespace mRemoteNG.Tools
public static Optional<SecureString> PasswordDialog(string passwordName = null, bool verify = true)
{
var splash = FrmSplashScreenNew.GetInstance();
//var splash = FrmSplashScreenNew.GetInstance();
//TODO: something not right there
//if (PresentationSource.FromVisual(splash))
// splash.Close();

View File

@@ -17,7 +17,6 @@ using mRemoteNG.Tools;
using mRemoteNG.Tools.Attributes;
using mRemoteNG.Tree.Root;
using mRemoteNG.Resources.Language;
using Connection;
namespace mRemoteNG.UI.Controls.ConnectionInfoPropertyGrid
{

View File

@@ -1,7 +1,6 @@
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Connection;
using mRemoteNG.Config.Serializers.ConnectionSerializers.Csv;
using mRemoteNG.Connection;
using mRemoteNG.Connection.Protocol;
@@ -16,7 +15,7 @@ using NUnit.Framework;
namespace mRemoteNGTests.Config.Serializers.ConnectionSerializers.Csv
{
public class CsvConnectionsDeserializerMremotengFormatTests
public class CsvConnectionsDeserializerMremotengFormatTests
{
private CsvConnectionsDeserializerMremotengFormat _deserializer;
private CsvConnectionsSerializerMremotengFormat _serializer;

View File

@@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Connection;
using mRemoteNG.Config.Serializers.MiscSerializers;
using mRemoteNG.Connection;
using mRemoteNG.Connection.Protocol;

View File

@@ -7,7 +7,7 @@ using NSubstitute;
using NUnit.Framework;
namespace mRemoteNGTests.Tree
namespace mRemoteNGTests.Tree.ClickHandlers
{
public class ExpandNodeClickHandlerTests
{

View File

@@ -6,7 +6,7 @@ using NSubstitute;
using NUnit.Framework;
namespace mRemoteNGTests.Tree
namespace mRemoteNGTests.Tree.ClickHandlers
{
public class OpenConnectionClickHandlerTests
{

View File

@@ -6,7 +6,7 @@ using NSubstitute;
using NUnit.Framework;
namespace mRemoteNGTests.Tree
namespace mRemoteNGTests.Tree.ClickHandlers
{
public class SwitchToConnectionClickHandlerTests
{

View File

@@ -5,7 +5,7 @@ using NSubstitute;
using NUnit.Framework;
namespace mRemoteNGTests.Tree
namespace mRemoteNGTests.Tree.ClickHandlers
{
public class TreeNodeCompositeClickHandlerTests
{
@@ -24,7 +24,7 @@ namespace mRemoteNGTests.Tree
{
var handler1 = Substitute.For<ITreeNodeClickHandler<ConnectionInfo>>();
var handler2 = Substitute.For<ITreeNodeClickHandler<ConnectionInfo>>();
_clickHandler.ClickHandlers = new[] {handler1, handler2};
_clickHandler.ClickHandlers = new[] { handler1, handler2 };
_clickHandler.Execute(_connectionInfo);
handler1.Received().Execute(_connectionInfo);
handler2.Received().Execute(_connectionInfo);