Skip to content

Commit

Permalink
Remove IDE0130: Namespace does not match folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectron committed Feb 15, 2024
1 parent 47fb933 commit 0fd364d
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 39 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
using System;
using System.Reactive.Linq;

#pragma warning disable IDE0130 // Namespace does not match folder structure

namespace PlcInterface;
#pragma warning restore IDE0130 // Namespace does not match folder structure

/// <summary>
/// Extension methods for <see cref="IMonitor"/>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
using System.Reactive.Threading.Tasks;
using System.Threading.Tasks;

#pragma warning disable IDE0130 // Namespace does not match folder structure

namespace PlcInterface;
#pragma warning restore IDE0130 // Namespace does not match folder structure

/// <summary>
/// Extension methods for <see cref="IPlcConnection{T}"/>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
using System.Threading;
using System.Threading.Tasks;

#pragma warning disable IDE0130 // Namespace does not match folder structure

namespace PlcInterface;
#pragma warning restore IDE0130 // Namespace does not match folder structure

/// <summary>
/// Extension methods for <see cref="IReadWrite"/>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
using TwinCAT.Ads.TypeSystem;
using TwinCAT.TypeSystem;

#pragma warning disable IDE0130 // Namespace does not match folder structure

namespace PlcInterface.Ads;
#pragma warning restore IDE0130 // Namespace does not match folder structure

/// <summary>
/// Extension methods for <see cref="DynamicObject"/>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
using Microsoft.Extensions.Logging;
using PlcInterface.Ads.TwinCATAbstractions;

#pragma warning disable IDE0130 // Namespace does not match folder structure

namespace PlcInterface.Ads;
#pragma warning restore IDE0130 // Namespace does not match folder structure

/// <summary>
/// Extension methods for <see cref="IServiceCollection"/>.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#pragma warning disable IDE0130 // Namespace does not match folder structure

namespace PlcInterface.Ads;
#pragma warning restore IDE0130 // Namespace does not match folder structure

/// <summary>
/// Extension methods for <see cref="ISymbolInfo"/>.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
using TwinCAT.TypeSystem;

#pragma warning disable IDE0130 // Namespace does not match folder structure

namespace PlcInterface.Ads;
#pragma warning restore IDE0130 // Namespace does not match folder structure

/// <summary>
/// Extension methods for <see cref="IValueSymbol"/>.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
using System;
using System.Collections.Generic;

#pragma warning disable IDE0130 // Namespace does not match folder structure

namespace PlcInterface.Ads;
#pragma warning restore IDE0130 // Namespace does not match folder structure

/// <summary>
/// Extension methods for any object.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
using System;
using TwinCAT.Ads;

#pragma warning disable IDE0130 // Namespace does not match folder structure

namespace PlcInterface.Ads;
#pragma warning restore IDE0130 // Namespace does not match folder structure

/// <summary>
/// Extension methods for <see cref="AdsClient"/>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
using System.Collections;
using System.Collections.Generic;

#pragma warning disable IDE0130 // Namespace does not match folder structure

namespace PlcInterface.OpcUa;
#pragma warning restore IDE0130 // Namespace does not match folder structure

/// <summary>
/// Extension methods for <see cref="ICollection{T}"/>.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
using Microsoft.Extensions.DependencyInjection;

#pragma warning disable IDE0130 // Namespace does not match folder structure

namespace PlcInterface.OpcUa;
#pragma warning restore IDE0130 // Namespace does not match folder structure

/// <summary>
/// Extension methods for <see cref="IServiceCollection"/>.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#pragma warning disable IDE0130 // Namespace does not match folder structure

namespace PlcInterface.OpcUa;
#pragma warning restore IDE0130 // Namespace does not match folder structure

/// <summary>
/// Extension methods for <see cref="ISymbolInfo"/>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
using Opc.Ua;
using Opc.Ua.Client;

#pragma warning disable IDE0130 // Namespace does not match folder structure

namespace PlcInterface.OpcUa;
#pragma warning restore IDE0130 // Namespace does not match folder structure

/// <summary>
/// Extension methods for <see cref="ISession"/>.
Expand Down

0 comments on commit 0fd364d

Please sign in to comment.