Skip to content

Commit 4a7daa0

Browse files
authored
chore: Remove global usings from generated model classes (#42)
1 parent 55b737e commit 4a7daa0

File tree

287 files changed

+0
-695
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

287 files changed

+0
-695
lines changed

src/Docker.DotNet/Models/Actor.Generated.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
using System.Collections.Generic;
2-
using System.Text.Json.Serialization;
3-
41
namespace Docker.DotNet.Models
52
{
63
public class Actor // (events.Actor)

src/Docker.DotNet/Models/Address.Generated.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using System.Text.Json.Serialization;
2-
31
namespace Docker.DotNet.Models
42
{
53
public class Address // (network.Address)

src/Docker.DotNet/Models/Annotations.Generated.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
using System.Collections.Generic;
2-
using System.Text.Json.Serialization;
3-
41
namespace Docker.DotNet.Models
52
{
63
public class Annotations // (swarm.Annotations)

src/Docker.DotNet/Models/AppArmorOpts.Generated.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using System.Text.Json.Serialization;
2-
31
namespace Docker.DotNet.Models
42
{
53
public class AppArmorOpts // (swarm.AppArmorOpts)

src/Docker.DotNet/Models/AttestationProperties.Generated.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using System.Text.Json.Serialization;
2-
31
namespace Docker.DotNet.Models
42
{
53
public class AttestationProperties // (image.AttestationProperties)

src/Docker.DotNet/Models/AuthConfig.Generated.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using System.Text.Json.Serialization;
2-
31
namespace Docker.DotNet.Models
42
{
53
public class AuthConfig // (registry.AuthConfig)

src/Docker.DotNet/Models/AuthResponse.Generated.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using System.Text.Json.Serialization;
2-
31
namespace Docker.DotNet.Models
42
{
53
public class AuthResponse // (registry.AuthenticateOKBody)

src/Docker.DotNet/Models/BindOptions.Generated.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using System.Text.Json.Serialization;
2-
31
namespace Docker.DotNet.Models
42
{
53
public class BindOptions // (mount.BindOptions)

src/Docker.DotNet/Models/BlkioStatEntry.Generated.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using System.Text.Json.Serialization;
2-
31
namespace Docker.DotNet.Models
42
{
53
public class BlkioStatEntry // (container.BlkioStatEntry)

src/Docker.DotNet/Models/BlkioStats.Generated.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
using System.Collections.Generic;
2-
using System.Text.Json.Serialization;
3-
41
namespace Docker.DotNet.Models
52
{
63
public class BlkioStats // (container.BlkioStats)

0 commit comments

Comments
 (0)