Skip to content

Commit

Permalink
#24: Updated diagram generation
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinCelej committed Jul 14, 2023
1 parent e75db49 commit efd8477
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using Synergy.Architecture.Diagrams;
using Synergy.Architecture.Diagrams.Documentation;
using Synergy.Architecture.Diagrams.Sequence;
using Synergy.Documentation.Code;
Expand All @@ -28,7 +27,7 @@ public async Task Sequence()
.Add(Read())
;

File.WriteAllText(SequenceDiagrams.FilePath, blueprint.Render());
await File.WriteAllTextAsync(Diagrams.SequenceDiagrams.FilePath, blueprint.Render());

//
// WARN: Temporarily removed using Verify due to problem with PlantUml which generates different link to image on server side even thought the diagram content is the same
Expand Down

0 comments on commit efd8477

Please sign in to comment.