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:
@@ -1,10 +1,9 @@
|
||||
namespace PepLib.Data
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
|
||||
|
||||
[Table("Drawing")]
|
||||
public partial class Drawing
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
namespace PepLib.Data
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
|
||||
|
||||
[Table("NestDetail")]
|
||||
public partial class NestDetail
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
namespace PepLib.Data
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
|
||||
|
||||
[Table("NestDrawing")]
|
||||
public partial class NestDrawing
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
namespace PepLib.Data
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
|
||||
|
||||
[Table("NestHeader")]
|
||||
public partial class NestHeader
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
namespace PepLib.Data
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
|
||||
|
||||
[Table("PlateDetail")]
|
||||
public partial class PlateDetail
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
namespace PepLib.Data
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
|
||||
|
||||
[Table("PlateHeader")]
|
||||
public partial class PlateHeader
|
||||
|
||||
Reference in New Issue
Block a user