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
Updates to newer version of vswhere.exe
Follows the recommended way of finding MSBuild.exe
from https://github.com/microsoft/vswhere#example
Also, updates to allow finding newer versions of VS.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
25
25
- Changed usage of obselete function GetDelegateForFunctionPointer(IntPtr, Type) to GetDelegateForFunctionPointer<TDelegate>(IntPtr)
26
26
- When calling C# from Python, enable passing argument of any type to a parameter of C# type `object` by wrapping it into `PyObject` instance. ([#881][i881])
27
27
- Added support for kwarg parameters when calling .NET methods from Python
28
+
- Changed method for finding MSBuild using vswhere
0 commit comments