-
Notifications
You must be signed in to change notification settings - Fork 10
Conversation
@@ -28,6 +28,7 @@ public IndentWriter WriteHeader () | |||
return this; | |||
|
|||
WriteLine ("using System;"); | |||
WriteLine ("using System.Runtime.InteropServices;"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to add this to every file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In almost every file. All structs will need the LayoutKind attribute and we will need the Marshal class quite often. I think it's worth it to include it in any file rather than checking if we really need it. The old generator included it in any file as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed with @stsundermann
Seems like jenkins failed for some reason. Tests run fine on my machine though |
I think jenkins is busted for this build. |
Jenkins is busted all around. Not sure what's up. cc @directhex |
|
build |
No description provided.