For exable when I tryed to use an inlined varable decleriarion the compiller said that it wasn't supported e.g:
method(out string str);And also local functions is not supported this was a pain in the ass because ofcaouse visuel studio told me to use local functions insted of the
Action Method = () => { }
but opcause the compiller had no idea what I was trying to do, and pointed at a complitly deffirent line then where the problem was, witch is understandable because the syntax of a local function is complitly invalid for the version of C# umod is using.
So here is the questions anyway to update the compiller and C# version used by the compiller? and what is the current C# version used by the compiller?