Skip to content

Commit

Permalink
Added AdoNet CallTargets
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-romano-DD committed Nov 8, 2024
1 parent e08b8fe commit faade40
Show file tree
Hide file tree
Showing 3 changed files with 1,190 additions and 599 deletions.
4 changes: 2 additions & 2 deletions tracer/build/_build/CodeGenerators/CallSitesGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static void GenerateCallSites(IEnumerable<TargetFramework> targetFramewor
RetrieveCallSites(aspectClasses, dllPath, tfm);
}

GenerateCallSites(aspectClasses, outputPath);
GenerateFile(aspectClasses, outputPath);
}

internal static void RetrieveCallSites(Dictionary<string, AspectClass> aspectClasses, string dllPath, TargetFramework tfm)
Expand Down Expand Up @@ -230,7 +230,7 @@ string GetArgument(CustomAttributeArgument customAttributeArgument)
}
}

internal static void GenerateCallSites(Dictionary<string, AspectClass> aspectClasses, AbsolutePath outputPath)
internal static void GenerateFile(Dictionary<string, AspectClass> aspectClasses, AbsolutePath outputPath)
{
var sb = new StringBuilder();
sb.AppendLine("""
Expand Down
Loading

0 comments on commit faade40

Please sign in to comment.