-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed memory corruption in VisualStudioFinder VisualStudioFinder.GetLatestPath() uses COM to iterate over the install locations for Visual Studio but somehow, once the method returns to the caller (GetLatestVisualStudioPath), none of the methods can be relied on to return sane values. Therefore, the easiest solution is to track the values we care about and just return them to our caller who can then avoid needing to re-make the same COM invocations a second time. * Removed LogError call used for debugging * Improve support <TargetFrameworks> for migrations * Nuget TFI addition * Fix typo for recommended net7-ios on MauiiOS projects * Add default platform versions * Revert "Removed LogError call used for debugging" from tfm branch This reverts commit 91dd355. * Revert "Fixed memory corruption in VisualStudioFinder" This reverts commit ab1f8ef. * update mobile dev logic + remove defaults * Update package mapper to include App Center packages + update Community Toolkit to latest * Clean up code + update SkiaSharp --------- Co-authored-by: Jeffrey Stedfast <jestedfa@microsoft.com> Co-authored-by: Diana Soltani <dianasoltani@microsoft.com>
- Loading branch information
1 parent
5fd3400
commit 1cc53ee
Showing
6 changed files
with
56 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters