Created
March 22, 2026 02:34
-
-
Save AnthonyGiretti/bec4571c8e4ec4bbe94134dc017aaaba to your computer and use it in GitHub Desktop.
Introduction to C# 14 Interceptors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // This is what ends up in the compiled IL — invisible to the developer | |
| GeneratedInterceptors.Log_Intercepted_0("Order created", LogLevel.Information); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment