Skip to content

Commit 0232965

Browse files
committed
Removing merge functionality since we don't use it.
1 parent 2d8e2fa commit 0232965

File tree

3 files changed

+0
-54
lines changed

3 files changed

+0
-54
lines changed

src/Typewriter/CsdlExtensionMethods.cs

Lines changed: 0 additions & 46 deletions
This file was deleted.

src/Typewriter/DocAnnotationWriter.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ public async Task<string> PublishToStringAsync(IssueLogger issues)
3636
if (null == framework)
3737
return string.Empty;
3838

39-
if (!string.IsNullOrEmpty(options.MergeWithMetadataPath))
40-
{
41-
EntityFramework secondFramework = CreateEntityFrameworkFromDocs(issues, options.MergeWithMetadataPath, generateFromDocs: false);
42-
framework = framework.MergeWith(secondFramework);
43-
outputFilenameSuffix += "-merged";
44-
}
45-
4639
// Step 1a: Apply an transformations that may be defined in the documentation
4740
if (!string.IsNullOrEmpty(options.TransformOutput))
4841
{

src/Typewriter/Typewriter.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
</ItemGroup>
4444
<ItemGroup>
4545
<Compile Include="ConfigurationProvider.cs" />
46-
<Compile Include="CsdlExtensionMethods.cs" />
4746
<Compile Include="DocAnnotationWriter.cs" />
4847
<Compile Include="FileWriter.cs" />
4948
<Compile Include="MetadataPreprocessor.cs" />

0 commit comments

Comments
 (0)