Exemple #1
0
 public override void RenderToStreamForUnitTests([NotNull] GlobalContext globalContext, [NotNull, ItemNotNull] IEnumerable <Dependency> dependencies, Stream output, string option)
 {
     using (var sw = new TargetStreamWriter(output)) {
         sw.WriteLine($"// Written {DateTime.Now} by {typeof(DipWriter).Name} in Archichect {Program.VERSION}");
         Write(dependencies, sw, withExampleInfo: true, matches: null, excludes: null);
     }
 }