Skip to content

Commit

Permalink
fix: add placeholder WithTrackingName
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyMakkison committed Jul 11, 2023
1 parent b7c587a commit 136cd45
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@ IncrementalValueProvider<ImmutableArray<Diagnostic>> diagnostics
}
);
}

#if !ROSLYN4_4_OR_GREATER
public static IncrementalValueProvider<TSource> WithTrackingName<TSource>(this IncrementalValueProvider<TSource> source, string name) =>
source;
#endif
}

0 comments on commit 136cd45

Please sign in to comment.