OID to its own namespace

This commit is contained in:
Matt Nadareski
2026-03-18 16:18:10 -04:00
parent e4d26d4d81
commit 1a53c093b8
8 changed files with 8 additions and 8 deletions

View File

@@ -117,7 +117,7 @@ Below is a table of all namespaces within the library and what they represent
| `SabreTools.Data.Attributes` | Common attributes for data marking and manipulation |
| `SabreTools.Data.Extensions` | Extension methods related to models |
| `SabreTools.Data.Models` | Models representing different file and structure types |
| `SabreTools.Data.ObjectIdentifier` | Object Identifier (OID) parsing |
| `SabreTools.ObjectIdentifier` | Object Identifier (OID) parsing |
| `SabreTools.Serialization.CrossModel` | Convert between models; mainly used for metadata files converting to and from a common, `Dictionary`-based model |
| `SabreTools.Serialization.Readers` | Convert from external sources to models |
| `SabreTools.Serialization.Wrappers` | Classes that wrap serialization and models to allow for including extension properties |

View File

@@ -1,4 +1,4 @@
using SabreTools.Data.ObjectIdentifier;
using SabreTools.ObjectIdentifier;
using Xunit;
namespace SabreTools.Serialization.Test.ObjectIdentifier

View File

@@ -2,7 +2,7 @@ using System;
using System.Numerics;
using System.Text;
using SabreTools.Data.Models.ASN1;
using SabreTools.Data.ObjectIdentifier;
using SabreTools.ObjectIdentifier;
namespace SabreTools.Data.Extensions
{

View File

@@ -1,5 +1,5 @@
#pragma warning disable IDE0060 // Remove unused parameter
namespace SabreTools.Data.ObjectIdentifier
namespace SabreTools.ObjectIdentifier
{
/// <summary>
/// Methods related to Object Identifiers (OID) and ASN.1 notation

View File

@@ -1,7 +1,7 @@
using System;
using System.Text;
namespace SabreTools.Data.ObjectIdentifier
namespace SabreTools.ObjectIdentifier
{
/// <summary>
/// Methods related to Object Identifiers (OID) and OID-IRI formatting

View File

@@ -1,7 +1,7 @@
using System;
using System.Text;
namespace SabreTools.Data.ObjectIdentifier
namespace SabreTools.ObjectIdentifier
{
/// <summary>
/// Methods related to Object Identifiers (OID) and OID-IRI formatting

View File

@@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
namespace SabreTools.Data.ObjectIdentifier
namespace SabreTools.ObjectIdentifier
{
/// <summary>
/// Methods related to Object Identifiers (OID)

View File

@@ -1,6 +1,6 @@
using System;
namespace SabreTools.Data.ObjectIdentifier
namespace SabreTools.ObjectIdentifier
{
/// <summary>
/// Methods related to Object Identifiers (OID) and dot notation