Skip to content

Commit

Permalink
fix(LBTNewtonSoft): add extern alias LBTNewtonSoft
Browse files Browse the repository at this point in the history
  • Loading branch information
MingboPeng committed May 2, 2024
1 parent 1bd3af7 commit cf3835d
Show file tree
Hide file tree
Showing 44 changed files with 141 additions and 138 deletions.
4 changes: 3 additions & 1 deletion src/DragonflySchema/DragonflySchema.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="LBT.Newtonsoft.Json" Version="12.0.3.23910" PrivateAssets="all"/>
<PackageReference Include="LBT.Newtonsoft.Json" Version="12.0.3.23910">
<Aliases>LBTNewtonsoft</Aliases>
</PackageReference>
<PackageReference Include="HoneybeeSchema" Version="1.57.3.3" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>
Expand Down
23 changes: 12 additions & 11 deletions src/DragonflySchema/Model/Building.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@

/*
* Dragonfly Model Schema
*
* Documentation for Dragonfly model schema
*
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/

using System;
* Dragonfly Model Schema
*
* Documentation for Dragonfly model schema
*
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/

extern alias LBTNewtonsoft; using System;
using System.Linq;
using System.IO;
using System.Text;
Expand All @@ -16,8 +17,8 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using LBTNewtonsoft::Newtonsoft.Json;
using LBTNewtonsoft::Newtonsoft.Json.Converters;
using HoneybeeSchema;
using System.ComponentModel.DataAnnotations;

Expand Down
6 changes: 3 additions & 3 deletions src/DragonflySchema/Model/BuildingEnergyPropertiesAbridged.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Generated by: https://github.com/openapitools/openapi-generator.git
*/

using System;
extern alias LBTNewtonsoft; using System;
using System.Linq;
using System.IO;
using System.Text;
Expand All @@ -16,8 +16,8 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using LBTNewtonsoft::Newtonsoft.Json;
using LBTNewtonsoft::Newtonsoft.Json.Converters;
using HoneybeeSchema;
using System.ComponentModel.DataAnnotations;

Expand Down
6 changes: 3 additions & 3 deletions src/DragonflySchema/Model/BuildingPropertiesAbridged.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Generated by: https://github.com/openapitools/openapi-generator.git
*/

using System;
extern alias LBTNewtonsoft; using System;
using System.Linq;
using System.IO;
using System.Text;
Expand All @@ -16,8 +16,8 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using LBTNewtonsoft::Newtonsoft.Json;
using LBTNewtonsoft::Newtonsoft.Json.Converters;
using HoneybeeSchema;
using System.ComponentModel.DataAnnotations;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Generated by: https://github.com/openapitools/openapi-generator.git
*/

using System;
extern alias LBTNewtonsoft; using System;
using System.Linq;
using System.IO;
using System.Text;
Expand All @@ -16,8 +16,8 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using LBTNewtonsoft::Newtonsoft.Json;
using LBTNewtonsoft::Newtonsoft.Json.Converters;
using HoneybeeSchema;
using System.ComponentModel.DataAnnotations;

Expand Down
6 changes: 3 additions & 3 deletions src/DragonflySchema/Model/ContextShade.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Generated by: https://github.com/openapitools/openapi-generator.git
*/

using System;
extern alias LBTNewtonsoft; using System;
using System.Linq;
using System.IO;
using System.Text;
Expand All @@ -16,8 +16,8 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using LBTNewtonsoft::Newtonsoft.Json;
using LBTNewtonsoft::Newtonsoft.Json.Converters;
using HoneybeeSchema;
using System.ComponentModel.DataAnnotations;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Generated by: https://github.com/openapitools/openapi-generator.git
*/

using System;
extern alias LBTNewtonsoft; using System;
using System.Linq;
using System.IO;
using System.Text;
Expand All @@ -16,8 +16,8 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using LBTNewtonsoft::Newtonsoft.Json;
using LBTNewtonsoft::Newtonsoft.Json.Converters;
using HoneybeeSchema;
using System.ComponentModel.DataAnnotations;

Expand Down
6 changes: 3 additions & 3 deletions src/DragonflySchema/Model/ContextShadePropertiesAbridged.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Generated by: https://github.com/openapitools/openapi-generator.git
*/

using System;
extern alias LBTNewtonsoft; using System;
using System.Linq;
using System.IO;
using System.Text;
Expand All @@ -16,8 +16,8 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using LBTNewtonsoft::Newtonsoft.Json;
using LBTNewtonsoft::Newtonsoft.Json.Converters;
using HoneybeeSchema;
using System.ComponentModel.DataAnnotations;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Generated by: https://github.com/openapitools/openapi-generator.git
*/

using System;
extern alias LBTNewtonsoft; using System;
using System.Linq;
using System.IO;
using System.Text;
Expand All @@ -16,8 +16,8 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using LBTNewtonsoft::Newtonsoft.Json;
using LBTNewtonsoft::Newtonsoft.Json.Converters;
using HoneybeeSchema;
using System.ComponentModel.DataAnnotations;

Expand Down
6 changes: 3 additions & 3 deletions src/DragonflySchema/Model/DetailedSkylights.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Generated by: https://github.com/openapitools/openapi-generator.git
*/

using System;
extern alias LBTNewtonsoft; using System;
using System.Linq;
using System.IO;
using System.Text;
Expand All @@ -16,8 +16,8 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using LBTNewtonsoft::Newtonsoft.Json;
using LBTNewtonsoft::Newtonsoft.Json.Converters;
using HoneybeeSchema;
using System.ComponentModel.DataAnnotations;

Expand Down
6 changes: 3 additions & 3 deletions src/DragonflySchema/Model/DetailedWindows.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Generated by: https://github.com/openapitools/openapi-generator.git
*/

using System;
extern alias LBTNewtonsoft; using System;
using System.Linq;
using System.IO;
using System.Text;
Expand All @@ -16,8 +16,8 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using LBTNewtonsoft::Newtonsoft.Json;
using LBTNewtonsoft::Newtonsoft.Json.Converters;
using HoneybeeSchema;
using System.ComponentModel.DataAnnotations;

Expand Down
6 changes: 3 additions & 3 deletions src/DragonflySchema/Model/ExteriorApertureGridParameter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Generated by: https://github.com/openapitools/openapi-generator.git
*/

using System;
extern alias LBTNewtonsoft; using System;
using System.Linq;
using System.IO;
using System.Text;
Expand All @@ -16,8 +16,8 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using LBTNewtonsoft::Newtonsoft.Json;
using LBTNewtonsoft::Newtonsoft.Json.Converters;
using HoneybeeSchema;
using System.ComponentModel.DataAnnotations;

Expand Down
6 changes: 3 additions & 3 deletions src/DragonflySchema/Model/ExteriorApertureType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Generated by: https://github.com/openapitools/openapi-generator.git
*/

using System;
extern alias LBTNewtonsoft; using System;
using System.Linq;
using System.IO;
using System.Text;
Expand All @@ -16,8 +16,8 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using LBTNewtonsoft::Newtonsoft.Json;
using LBTNewtonsoft::Newtonsoft.Json.Converters;
using HoneybeeSchema;
using System.ComponentModel.DataAnnotations;

Expand Down
6 changes: 3 additions & 3 deletions src/DragonflySchema/Model/ExteriorFaceGridParameter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Generated by: https://github.com/openapitools/openapi-generator.git
*/

using System;
extern alias LBTNewtonsoft; using System;
using System.Linq;
using System.IO;
using System.Text;
Expand All @@ -16,8 +16,8 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using LBTNewtonsoft::Newtonsoft.Json;
using LBTNewtonsoft::Newtonsoft.Json.Converters;
using HoneybeeSchema;
using System.ComponentModel.DataAnnotations;

Expand Down
6 changes: 3 additions & 3 deletions src/DragonflySchema/Model/ExteriorFaceType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Generated by: https://github.com/openapitools/openapi-generator.git
*/

using System;
extern alias LBTNewtonsoft; using System;
using System.Linq;
using System.IO;
using System.Text;
Expand All @@ -16,8 +16,8 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using LBTNewtonsoft::Newtonsoft.Json;
using LBTNewtonsoft::Newtonsoft.Json.Converters;
using HoneybeeSchema;
using System.ComponentModel.DataAnnotations;

Expand Down
6 changes: 3 additions & 3 deletions src/DragonflySchema/Model/ExtrudedBorder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Generated by: https://github.com/openapitools/openapi-generator.git
*/

using System;
extern alias LBTNewtonsoft; using System;
using System.Linq;
using System.IO;
using System.Text;
Expand All @@ -16,8 +16,8 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using LBTNewtonsoft::Newtonsoft.Json;
using LBTNewtonsoft::Newtonsoft.Json.Converters;
using HoneybeeSchema;
using System.ComponentModel.DataAnnotations;

Expand Down
6 changes: 3 additions & 3 deletions src/DragonflySchema/Model/GridParameterBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Generated by: https://github.com/openapitools/openapi-generator.git
*/

using System;
extern alias LBTNewtonsoft; using System;
using System.Linq;
using System.IO;
using System.Text;
Expand All @@ -16,8 +16,8 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using LBTNewtonsoft::Newtonsoft.Json;
using LBTNewtonsoft::Newtonsoft.Json.Converters;
using HoneybeeSchema;
using System.ComponentModel.DataAnnotations;

Expand Down
6 changes: 3 additions & 3 deletions src/DragonflySchema/Model/GriddedSkylightArea.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Generated by: https://github.com/openapitools/openapi-generator.git
*/

using System;
extern alias LBTNewtonsoft; using System;
using System.Linq;
using System.IO;
using System.Text;
Expand All @@ -16,8 +16,8 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using LBTNewtonsoft::Newtonsoft.Json;
using LBTNewtonsoft::Newtonsoft.Json.Converters;
using HoneybeeSchema;
using System.ComponentModel.DataAnnotations;

Expand Down
6 changes: 3 additions & 3 deletions src/DragonflySchema/Model/GriddedSkylightRatio.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Generated by: https://github.com/openapitools/openapi-generator.git
*/

using System;
extern alias LBTNewtonsoft; using System;
using System.Linq;
using System.IO;
using System.Text;
Expand All @@ -16,8 +16,8 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using LBTNewtonsoft::Newtonsoft.Json;
using LBTNewtonsoft::Newtonsoft.Json.Converters;
using HoneybeeSchema;
using System.ComponentModel.DataAnnotations;

Expand Down
Loading

0 comments on commit cf3835d

Please sign in to comment.