@JPDev@programming.dev to Programmer Humor@programming.dev • 11 months agoCOMEFROMprogramming.devimagemessage-square35fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageCOMEFROMprogramming.dev@JPDev@programming.dev to Programmer Humor@programming.dev • 11 months agomessage-square35fedilink
minus-square@starman@programming.devlinkfedilinkEnglish0•11 months agoLooks like C# 12 interceptors: [InterceptsLocation(@"C:\testapp\Program.cs", line: 4, column: 5)] I know it looks awful, but it’s not intended for direct use, but rather for source generators for native ahead of time compilation. https://andrewlock.net/exploring-the-dotnet-8-preview-changing-method-calls-with-interceptors/
Looks like C# 12 interceptors:
[InterceptsLocation(@"C:\testapp\Program.cs", line: 4, column: 5)]
I know it looks awful, but it’s not intended for direct use, but rather for source generators for native ahead of time compilation.
https://andrewlock.net/exploring-the-dotnet-8-preview-changing-method-calls-with-interceptors/