Remove unnecessary .gitkeep from Map images directory#746
Merged
Conversation
Co-authored-by: davidortinau <41873+davidortinau@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Remove unnecessary files from Map pin clustering sample PR
Remove unnecessary .gitkeep from Map images directory
Mar 11, 2026
jfversluis
added a commit
that referenced
this pull request
Apr 14, 2026
* Add Map pin clustering sample for .NET MAUI 11 preview 2 Demonstrates the new Map.IsClusteringEnabled, Pin.ClusteringIdentifier, and Map.ClusterClicked APIs introduced in .NET MAUI 11 preview 2. - Standalone sample under 11.0/UserInterface/Views/Map/MapClustering/ - Targets net11.0-android, net11.0-ios, net11.0-maccatalyst, net11.0-windows - Uses official 11.0.0-preview.2.26152.10 packages from NuGet.org - Includes docregion markers for docs snippet extraction - README with screenshot Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update 11.0/UserInterface/Views/Map/README.md Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com> * Remove unnecessary .gitkeep from Map images directory (#746) * Initial plan * Remove unnecessary .gitkeep file from images directory Co-authored-by: davidortinau <41873+davidortinau@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: davidortinau <41873+davidortinau@users.noreply.github.com> * Add .NET 11 SDK to CI build workflows Include 11.0.x in the dotnet-version list for both build-all and build-pr workflows so that net11.0-* sample projects can be built. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Revert "Add .NET 11 SDK to CI build workflows" This reverts commit 9ab792d. * Fix MapClustering for .NET 11 Preview 3 - Bump Android SupportedOSPlatformVersion 21→23 (Preview 3 requirement) - Update packages to Preview 3: Controls via workload, Maps via CI build with clustering APIs - Update Microsoft.Extensions.Logging.Debug to preview 3 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Expand Map sample with all Preview 3 features - Custom pin icons via Pin.ImageSource - MapLongClicked event for interactive pin dropping - Circle and Polygon overlay click events (CircleClicked, PolygonClicked) - MapElement.IsVisible and ZIndex toggling - Animated MoveToRegion with MapSpan.FromCenterAndRadius - Bump packages to 11.0.0-preview.3.26203.7 - Add UseMauiMaps and ValidateXcodeVersion to csproj - Update README to reflect all features - Add docregion markers for docs snippet extraction Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Use centralized version properties from Directory.Build.props Replace hardcoded package versions with $(MauiVersion) and $(DotNetVersion). Remove per-project ValidateXcodeVersion (inherited from Directory.Build.props). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: davidortinau <41873+davidortinau@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
images/directory in the Map pin clustering sample contained a.gitkeepplaceholder alongside an actual image asset (clustering.png), making it redundant.11.0/UserInterface/Views/Map/images/.gitkeep🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.