You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.
var fs = new FileStream("bob.txt", FileMode.Append);
With CppCodeGen, it fails with:
C:\Users\Fabian\Documents\Development\nativetest\Program.cs(109752): error C2440: 'initializing': cannot convert from 'System_Private_CoreLib::System::Threading::NativeOverlapped *' to 'intptr_t' [C:\Users\Fabian\Documents\Development\nativetest\nativetest.csproj]
C:\Users\Fabian\Documents\Development\nativetest\Program.cs(109752): note: There is no context in which this conversion is possible
The text was updated successfully, but these errors were encountered:
Forked from #2147 (comment)
Repro:
With CppCodeGen, it fails with:
C:\Users\Fabian\Documents\Development\nativetest\Program.cs(109752): error C2440: 'initializing': cannot convert from 'System_Private_CoreLib::System::Threading::NativeOverlapped *' to 'intptr_t' [C:\Users\Fabian\Documents\Development\nativetest\nativetest.csproj]
C:\Users\Fabian\Documents\Development\nativetest\Program.cs(109752): note: There is no context in which this conversion is possible
The text was updated successfully, but these errors were encountered: