Replies: 1 comment 1 reply
-
Needed an explicit selection of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a project that I wrote using targeting framework net80 and trying to get it working with net481/LangVersion 10.
CsWin32: 0.3.106
Using Visual Studio 17.10.0.
I've modified the SDK project files to be
CsWin32 is generating Windows.Win32.char.InlineArrays.g.cs:84 -
Unsafe.SkipInit(out __char_260 result);
That seems to be .NET 8 only still.
Am I missing something (including "the point") here? It seemed possible and reasonable to target net481 and LangVersion 10.
Help and guidance greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions