You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original issue dotnet/runtime#84713 was resolved in System.Diagnostics.DiagnosticSource of version 8, thus we can check its version during generation time and not add any caching logic. If the package version if older than 8, we will produce the same codebase as we have now.
The text was updated successfully, but these errors were encountered:
Right now we have caching of instruments in Metrics source-gen:
extensions/src/Generators/Microsoft.Gen.Metrics/MetricFactoryEmitter.cs
Line 109 in 7271d19
The original issue dotnet/runtime#84713 was resolved in
System.Diagnostics.DiagnosticSource
of version 8, thus we can check its version during generation time and not add any caching logic. If the package version if older than 8, we will produce the same codebase as we have now.The text was updated successfully, but these errors were encountered: