Skip to content

Remove unnecessary .gitkeep from Map images directory#746

Merged
davidortinau merged 2 commits into
map-clustering-samplefrom
copilot/sub-pr-743
Mar 11, 2026
Merged

Remove unnecessary .gitkeep from Map images directory#746
davidortinau merged 2 commits into
map-clustering-samplefrom
copilot/sub-pr-743

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 11, 2026

The images/ directory in the Map pin clustering sample contained a .gitkeep placeholder alongside an actual image asset (clustering.png), making it redundant.

  • Removed 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.

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
@davidortinau davidortinau marked this pull request as ready for review March 11, 2026 17:12
@davidortinau davidortinau merged commit 91b7389 into map-clustering-sample Mar 11, 2026
1 check passed
@davidortinau davidortinau deleted the copilot/sub-pr-743 branch March 11, 2026 17:12
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants