|
|
|
|
|
by skissane
384 days ago
|
|
From your link: [InterceptsLocation("/Users/khalidabuhakmeh/RiderProjects/ConsoleApp12/ConsoleApp12/Program.cs",
line: 3, character: 3)] they added a language feature which is sensitive to precise line/character offsets in your source code, so the tiniest change to the source code invalidates your code… I’m speechless. Whatever they are aiming to achieve here, surely there is a more elegant, less ugly way |
|