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
CsWin32 supports these environments by avoiding code that relies on the runtime marshaler when the `allowMarshaling` setting is disabled in the `NativeMethods.json` file.
137
+
For example:
138
+
139
+
```json
140
+
{
141
+
"$schema": "https://aka.ms/CsWin32.schema.json",
142
+
"allowMarshaling": false
143
+
}```
144
+
126
145
### Newer metadata
127
146
128
147
To update the metadata used as the source for code generation, you may install a newer `Microsoft.Windows.SDK.Win32Metadata` package:
0 commit comments