We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb4533 commit 1adfdc5Copy full SHA for 1adfdc5
1 file changed
…eGenerators/MethodTypeBuildingContext.cs …ypeBuilders/MethodTypeBuildingContext.csTypeScript.ContractGenerator.Tests/CustomTypeGenerators/MethodTypeBuildingContext.cs renamed to TypeScript.ContractGenerator/TypeBuilders/MethodTypeBuildingContext.cs
@@ -4,9 +4,8 @@
4
using SkbKontur.TypeScript.ContractGenerator.Abstractions;
5
using SkbKontur.TypeScript.ContractGenerator.CodeDom;
6
using SkbKontur.TypeScript.ContractGenerator.Extensions;
7
-using SkbKontur.TypeScript.ContractGenerator.TypeBuilders;
8
9
-namespace SkbKontur.TypeScript.ContractGenerator.Tests.CustomTypeGenerators
+namespace SkbKontur.TypeScript.ContractGenerator.TypeBuilders
10
{
11
public class MethodTypeBuildingContext : TypeBuildingContext
12
0 commit comments