John Wostenberg
John Wostenberg
`$(OutDir)` defaults to `$(ProjectDir)\$(Platform)\$(Configuration)\`, but it really should default to `$(ProjectDir)\bin\$(Platform)\$(Configuration)\`. It is missing the `bin/` component. Line in question: https://github.com/roozbehid/dotnet-vcxproj/blob/master/GCCBuild/Nuget/build/GCCBuildTargets.targets#L42
### Prerequisites - [x] I have verified this issue is present in the `develop` branch - [x] I have searched [open](https://github.com/MonoGame/MonoGame/issues) and [closed](https://github.com/MonoGame/MonoGame/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already...
For example, see this C++ code for which I am trying to generate bindings: https://github.com/facebook/yoga/blob/be00354b7194bf182c9b66584f64c83e248d3007/yoga/style/StyleValueHandle.h#L55 Would be nice if the P/Invoke generator supported this syntax correctly. Currently it emits the...
### Description Custom printf-style functions have access to the `PrintfFormat` instance that encodes useful information about the format string itself (both at the type level and at the runtime value...
Just a tip - I see that you're currently using WPF for the GUI. You may want to consider switching to Avalonia while you're still early, if you want to...