Skip to content

Commit 9dd61cf

Browse files
Move collection results to separate dir (#8991)
1 parent f6fd25d commit 9dd61cf

File tree

21 files changed

+1
-1
lines changed

21 files changed

+1
-1
lines changed

packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator.ClientModel/src/Providers/CollectionResultDefinition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ private CSharpType GetNextPagePropertyType()
142142
return property!.Type;
143143
}
144144

145-
protected override string BuildRelativeFilePath() => Path.Combine("src", "Generated", $"{Name}.cs");
145+
protected override string BuildRelativeFilePath() => Path.Combine("src", "Generated", "CollectionResults", $"{Name}.cs");
146146

147147
protected override string BuildNamespace() => Client.Type.Namespace;
148148

0 commit comments

Comments
 (0)