Skip to content

Conversation

Copy link

Copilot AI commented Nov 19, 2025

Implements validation infrastructure for Mapsui quickstart guides across multiple .NET UI frameworks.

Implementation

  • Test Projects: Avalonia (cross-platform), WPF, and Windows Forms

    • Each follows official quickstart guide precisely
    • Cross-platform build support via EnableWindowsTargeting
    • Platform-specific READMEs
  • CI/CD: GitHub Actions workflow validates all projects build on Ubuntu

    • Catches breaking changes in quickstart instructions
    • Minimal permissions (contents: read)
  • Documentation: Main README identifies tested platforms vs. platforms requiring manual validation (MAUI, Uno, Blazor, WinUI, Eto, Android, iOS)

Example (Avalonia)

public MainWindow()
{
    InitializeComponent();
    
    var mapControl = new Mapsui.UI.Avalonia.MapControl();
    mapControl.Map?.Layers.Add(Mapsui.Tiling.OpenStreetMap.CreateTileLayer());
    Content = mapControl;
}

Build artifacts excluded via existing .gitignore.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • av-build-tel-api-v1.avaloniaui.net
    • Triggering command: dotnet exec --runtimeconfig /home/REDACTED/.nuget/packages/avalonia.buildservices/11.3.2/tools/netstandard2.0/runtimeconfig.json /home/REDACTED/.nuget/packages/avalonia.buildservices/11.3.2/tools/netstandard2.0/Avalonia.BuildServices.Collector.dll (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Repository to test the quickstart guides


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits November 19, 2025 17:00
Co-authored-by: pauldendulk <963462+pauldendulk@users.noreply.github.com>
Co-authored-by: pauldendulk <963462+pauldendulk@users.noreply.github.com>
Copilot AI changed the title [WIP] Add repository for quickstart guide testing Add test implementations for Mapsui quickstart guides Nov 19, 2025
Copilot AI requested a review from pauldendulk November 19, 2025 17:07
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