chore(PepLib.Core): remove unused using directives and clean up formatting

Remove unnecessary System, System.Collections.Generic, System.IO, and
System.Linq using directives that were flagged by IDE analyzers. Also
includes minor whitespace and code style normalization.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
AJ
2026-01-14 07:52:17 -05:00
parent a1df56f64c
commit 7c5b4ded5f
39 changed files with 58 additions and 157 deletions

View File

@@ -1,6 +1,4 @@
using System;
namespace PepLib
namespace PepLib
{
public static class AngleConverter
{

View File

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PepLib
namespace PepLib
{
public class Box
{

View File

@@ -1,7 +1,6 @@
namespace PepLib.Data
{
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;

View File

@@ -1,7 +1,6 @@
namespace PepLib.Data
{
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;

View File

@@ -1,7 +1,6 @@
namespace PepLib.Data
{
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;

View File

@@ -1,7 +1,6 @@
namespace PepLib.Data
{
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;

View File

@@ -1,7 +1,6 @@
namespace PepLib.Data
{
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;

View File

@@ -1,7 +1,6 @@
namespace PepLib.Data
{
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;

View File

@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.IO;
using PepLib.Codes;
using PepLib.Codes;
using PepLib.IO;
namespace PepLib

View File

@@ -1,6 +1,3 @@
using System;
using System.IO;
using System.Text;
using PepLib.IO;
namespace PepLib

View File

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PepLib
namespace PepLib
{
public static class Generic
{

View File

@@ -1,6 +1,4 @@
using System;
using System.IO;
using System.Text;
using System.Text;
namespace PepLib.IO
{

View File

@@ -1,6 +1,4 @@
using System;
using System.Diagnostics;
using System.IO;
using System.IO.Compression;
using System.Text.RegularExpressions;

View File

@@ -1,6 +1,4 @@
using System;
using System.IO;
using PepLib.Codes;
using PepLib.Codes;
namespace PepLib.IO
{

View File

@@ -1,6 +1,4 @@
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Text;
namespace PepLib.IO
{

View File

@@ -1,6 +1,4 @@
using System;
using System.IO;
using System.Text;
using System.Text;
namespace PepLib.IO
{

View File

@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.IO.Compression;
using System.Text;
using System.Text.RegularExpressions;

View File

@@ -1,5 +1,4 @@
using System.IO;
using PepLib.Codes;
using PepLib.Codes;
namespace PepLib.IO
{

View File

@@ -1,7 +1,5 @@
using System.Collections.Generic;
using System.IO;
using PepLib.Codes;
using System.Text;
using PepLib.Codes;
namespace PepLib.IO
{

View File

@@ -1,6 +1,4 @@
using System;
using System.Diagnostics;
using System.IO;
using System.Diagnostics;
namespace PepLib.IO
{

View File

@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
namespace PepLib
namespace PepLib
{
public class IniConfig
{

View File

@@ -1,5 +1,4 @@
using System;
using PepLib.Codes;
using PepLib.Codes;
namespace PepLib
{

View File

@@ -1,6 +1,4 @@
using System;
namespace PepLib
namespace PepLib
{
public static class MathHelper
{

View File

@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.IO;
using PepLib.Codes;
using PepLib.Codes;
using PepLib.IO;
namespace PepLib

View File

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PepLib
namespace PepLib
{
public class NestDrawing
{

View File

@@ -1,7 +1,5 @@
using System.Collections.Generic;
using System.IO;
using PepLib.IO;
using System.Text;
using PepLib.IO;
namespace PepLib
{

View File

@@ -1,6 +1,4 @@
using System;
using System.IO;
using PepLib.IO;
using PepLib.IO;
namespace PepLib
{

View File

@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
namespace PepLib
namespace PepLib
{
public class Node
{

View File

@@ -1,6 +1,4 @@
using System;
namespace PepLib
namespace PepLib
{
public class Part : IMovable
{

View File

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PepLib
namespace PepLib
{
public static class PartListExtensions
{

View File

@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
namespace PepLib
namespace PepLib
{
public class Plate : IMovable
{

View File

@@ -1,6 +1,4 @@
using System.Collections.Generic;
namespace PepLib
namespace PepLib
{
public static class PlateListExtensions
{

View File

@@ -1,8 +1,5 @@
using System.Collections.Generic;
using System.IO;
using PepLib.Codes;
using PepLib.Codes;
using PepLib.IO;
using System;
namespace PepLib
{

View File

@@ -1,6 +1,4 @@
using System;
namespace PepLib
namespace PepLib
{
public partial class Report
{

View File

@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using PepLib.IO;
using PepLib.IO;
namespace PepLib
{

View File

@@ -1,6 +1,4 @@
using System;
namespace PepLib
namespace PepLib
{
public static class Tolerance
{

View File

@@ -1,6 +1,4 @@
using System;
using System.Diagnostics;
using System.IO;
using System.Diagnostics;
namespace PepLib
{

View File

@@ -1,6 +1,4 @@
using System;
namespace PepLib
namespace PepLib
{
public struct Vector
{

View File

@@ -1,5 +1,3 @@
using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
using System.Text.RegularExpressions;