Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spectreconsole/spectre.console
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.53.0
Choose a base ref
...
head repository: spectreconsole/spectre.console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.54.0
Choose a head ref
  • 13 commits
  • 870 files changed
  • 2 contributors

Commits on Oct 31, 2025

  1. Normalizes paths when writing exceptions to the console for tests.

    The verified output for Should_Write_GenericException was outputting ProjectDirectory}Data\Exceptions.cs on my Windows machine, but the Verified version wasProjectDirectory}Data/Exceptions.cs
    
    Wasn't causing a build issue because we run those on Ubuntu, but locally it was giving me an error.
    phil-scott-78 authored and patriksvensson committed Oct 31, 2025
    Configuration menu
    Copy the full SHA
    010beff View commit details
    Browse the repository at this point in the history
  2. Fixes issue with Panel not applying overflow to children

    Add tests for widget content overflow scenarios in Panel, Table, and Grid widgets.
    phil-scott-78 authored and patriksvensson committed Oct 31, 2025
    Configuration menu
    Copy the full SHA
    1ec7b8a View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. Remove Spectre.Console.Cli from repository

    * Move Spectre.Console.Cli to its own repository
    * Update build script to use Cake.Sdk and .NET Make
    * Remove StyleCop (unmaintained)
    * Add linting using dotnet format
    * Fix generator which was broken
    * Update dependencies
    patriksvensson committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    4579910 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0da5113 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6e9501 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8c72b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2f961a View commit details
    Browse the repository at this point in the history
  6. Update dependencies

    patriksvensson committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    1640f23 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ac0e51 View commit details
    Browse the repository at this point in the history
  8. Only do style linting

    patriksvensson committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    ace1b31 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    03d3437 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6288d90 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e097281 View commit details
    Browse the repository at this point in the history
Loading