JPDev to Programmer Humor · 1 year agoCOMEFROMimagemessage-square34linkfedilinkarrow-up1480arrow-down18
arrow-up1472arrow-down1imageCOMEFROMJPDev to Programmer Humor · 1 year agomessage-square34linkfedilink
minus-squarestarmanlinkfedilinkEnglisharrow-up5·1 year 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/