Commit Graph

  • a46321c06b Support command description localization eg. [CommandOption("-a|--args")] [Description(nameof(Str.GitArgs))] [Localization(typeof(Str))] public string Args { get; set; } main nsnail 2022-12-13 15:08:31 +08:00
  • 29ab313bb9
    Async overloads for AnsiConsole Prompt/Ask/Confirm. (#1194) Tom Deseyn 2024-11-28 11:56:19 +01:00
  • 92daeb739d Update Docs SDK version to 9.0.100, disable NuGetAudit temporarily, and upgrade Scriban to version 5.12.0 for generator Phil Scott 2024-11-23 10:51:21 -05:00
  • 43e9669395 Update documentation packages to latest versions Phil Scott 2024-11-22 22:02:09 -05:00
  • ab8384acf6 Update PolySharp to version 1.15.0 and remove Nullable package references Phil Scott 2024-11-22 22:26:31 -05:00
  • b2689be3ed Enhance ExceptionFormatter for AOT compatibility by adding fallback handling for stack frames. Phil Scott 2024-11-21 22:14:20 -05:00
  • 835143d95f Add Native AOT support documentation and update project files for AOT compatibility Phil Scott 2024-11-21 22:14:03 -05:00
  • 8f2a859087 Fallback to using GetConverter if GetIntrinsicConverter doesn't find one. Phil Scott 2024-11-20 10:48:19 -05:00
  • 2be8e8da4e Adds fallback for ExceptionFormatter in AOT Phil Scott 2024-11-20 10:37:30 -05:00
  • 2a8810affd Explicitly marks Spectre.Console.Cli as not trimmable and not appropriate for AOT scenarios. Additionally adds a warning to CommandApp for users who may try it. Phil Scott 2024-11-20 09:50:22 -05:00
  • e1d21e7e61 Adding polysharp properly Phil Scott 2024-11-20 08:49:40 -05:00
  • c7c3ebdf57 Fix assembly name retrieval for FSharp.Core in TypeNameHelper to work better in AOT scenarios Phil Scott 2024-11-19 23:16:29 -05:00
  • b67af32423 Add RequiresDynamicCode attribute to exception formatter to indicate incompatability with AOT Phil Scott 2024-11-19 23:16:09 -05:00
  • 10773a5625 Refactor enum value retrieval to use EnumUtils for better compatibility with NetStandard 2.0 and AOT Phil Scott 2024-11-19 23:15:35 -05:00
  • 4802751357 Add AOT compatibility and PolySharp package support Phil Scott 2024-11-19 23:14:48 -05:00
  • 4515d89705
    ProgressTask.GetPercentage() returns 100 when max value is 0 (#1694) Frank Ray 2024-11-22 11:44:00 +00:00
  • be45494d6e
    Merge pull request #1691 from phil-scott-78/emoji-perf Patrik Svensson 2024-11-21 00:30:24 +01:00
  • 69689d2ba1 Changes Emoji dictionary to OrdinalIgnoreCase for performance Phil Scott 2024-11-20 17:55:33 -05:00
  • aa9e5c48c6
    Adding TransferSpeedColumn configuration to display bits/bytes + binary/decimal prefixes (#904) Tim Pilius 2024-11-19 10:41:49 -05:00
  • 8d06daf355
    Fixed typo in Segment description (#1687) PascalSenn 2024-11-19 06:09:22 +01:00
  • cecfdc386c
    Fix typos (#1684) Mattias Karlsson 2024-11-13 15:00:21 +01:00
  • 375a708c43
    Add net9.0 support, remove legacy TFM:s (#1682) Patrik Svensson 2024-11-13 14:54:01 +01:00
  • 574ead6d46
    Added hex color conversion (#1432) Jonathan Sheely 2024-11-13 07:35:26 -05:00
  • a87277e859
    Adding Enricher for Azure Pipelines (#1675) BlazeFace 2024-11-04 07:30:35 -08:00
  • fdc03f2081
    Merge pull request #1514 from BlazeFace/blz/issues/1390 Patrik Svensson 2024-10-30 01:36:05 +01:00
  • 3eb620a44e Fix typo BlazeFace 2024-10-26 07:27:31 -07:00
  • bc88da8056 Added last file and used fluent style, relocated test BlazeFace 2024-10-26 07:25:38 -07:00
  • 00b9aecb4f Add new test files BlazeFace 2024-10-26 07:18:52 -07:00
  • 444dbed259 Merge remote-tracking branch 'upstream/main' into blz/issues/1390 BlazeFace 2024-10-25 17:47:02 -07:00
  • a32dc8030b Fixed docs examples URLs redirecting to the examples repository Arman Ossi Loko 2024-10-17 23:38:15 +02:00
  • 75547b2436 chore: Update dependency Verify.Xunit to 26.4.5 renovate[bot] 2024-09-14 12:36:56 +00:00
  • 22d1cbe01f chore: Update dependency Roslynator.Analyzers to 4.12.5 renovate[bot] 2024-09-14 12:16:01 +00:00
  • 7f8ed509bb Fix strange sentence in docs Patrik Svensson 2024-09-14 12:59:19 +02:00
  • c70a8b8fc5 Improve exception if a (multi)selection prompt is used incorrectly Cédric Luthi 2024-09-10 14:01:32 +02:00
  • b470af11f7
    chore: Update dependency Microsoft.NET.Test.Sdk to 17.11.1 (#1630) renovate[bot] 2024-09-11 09:00:27 +02:00
  • 23b160a3f5
    chore: Update dependency Verify.Xunit to 26.4.4 (#1624) renovate[bot] 2024-09-11 08:57:27 +02:00
  • 1345a6347a
    chore: Update dependency MinVer to v6 (#1629) renovate[bot] 2024-09-11 08:52:25 +02:00
  • 78f3f80b17
    Update documentation: add example for the Text Prompt usage (#1636) Davide Piccinini 2024-09-10 09:03:20 +02:00
  • a55b80220d
    Enhance the style of the checkboxes for multi-selection (#1244) Davide Piccinini 2024-09-09 16:35:01 +02:00
  • f8a4b2271d Add unit test to ensure code coverage Davide Piccinini 2023-06-29 21:32:58 +02:00
  • dba7ad0875 Fix SA1513 line 38 Tree.cs Davide Piccinini 2023-06-21 22:08:01 +02:00
  • 322ed2efbb Fix error SA1300 in full property creation Davide Piccinini 2023-06-21 21:43:21 +02:00
  • 156d254208 Fix issue 1153 on expanded tree Davide Piccinini 2023-06-21 21:00:53 +02:00
  • 3437130bf0 Removed blank line d.piccinini 2023-06-22 12:14:40 +02:00
  • 32384f7b8d Add custom highligh style for single calendar event d.piccinini 2023-06-22 12:12:43 +02:00
  • 32361d3f15
    Cleanup prompt tests (#1635) Cédric Luthi 2024-09-07 16:19:55 +02:00
  • b9d2d2df6d Add spanish translation for help strings Daniel Cazzulino 2024-08-04 16:01:41 -03:00
  • 8e44a83737 Simplify InternalsVisibleTo Daniel Cazzulino 2024-09-05 19:16:57 -03:00
  • fd69ad0b01 Fix search bug in prompt related to custom item types Patrik Svensson 2024-09-03 00:37:00 +02:00
  • 753894de94 Bump Spectre.Verify.Extensions to strong-named version Kirill Osenkov 2024-09-01 16:00:01 -07:00
  • dc2cb40b79 chore: Update rickstaa/top-issues-action action to v1.3.101 renovate[bot] 2024-08-30 07:34:46 +00:00
  • 511f798f0f chore: Update dependency Microsoft.NET.Test.Sdk to 17.11.0 renovate[bot] 2024-08-30 07:31:24 +00:00
  • 2081c0fd9a chore: Update dependency dotnet-sdk to v8.0.401 renovate[bot] 2024-08-30 07:18:58 +00:00
  • 96512f353f Fix regression in Razor syntax Patrik Svensson 2024-08-30 09:18:07 +02:00
  • 56feea11a1 Fix the workflow. Third time the charm? Patrik Svensson 2024-08-30 09:01:52 +02:00
  • 45c24055fa (Hopefully) fix workflow Patrik Svensson 2024-08-30 09:01:03 +02:00
  • d56139756c Lock SDK for documentation for now Patrik Svensson 2024-08-30 08:59:15 +02:00
  • 7af1eedca7
    Merge pull request #1623 from KirillOsenkov/dev/kirillo/snk Patrik Svensson 2024-08-30 07:45:19 +02:00
  • 6116af3844 Strong name the assemblies Kirill Osenkov 2024-08-29 16:52:55 -07:00
  • 2cc6c457ad
    Merge pull request #1603 from spectreconsole/renovate/verify.xunit-26.x Patrik Svensson 2024-08-10 13:07:40 +02:00
  • f02b46107e
    chore: Update dependency Verify.Xunit to v26.2.0 renovate[bot] 2024-08-10 10:41:25 +00:00
  • 42fd801876 Preparations for the 1.0 release Patrik Svensson 2024-08-05 20:41:45 +02:00
  • bb72b44d60 Delete based on character width when pressing Backspace. tonwin618 2024-08-01 13:55:09 +08:00
  • d79e6adc5f Updated test expectations to match changes in HtmlEncoder ymqn 2024-07-25 22:45:10 +02:00
  • 64b9ef582d Fixed incorrect decoration check from Bold to Italic in HtmlEncoder.BuildCss ymqn 2024-07-25 22:43:55 +02:00
  • a19c84e25a chore: Update dependency SixLabors.ImageSharp to v3.1.5 [SECURITY] renovate[bot] 2024-07-22 17:43:43 +00:00
  • b61fff042b Make method reference to Markup.Escape more obvious Jan Klass 2024-06-23 13:59:46 +02:00
  • ca441dbe7a Fix outdated issue label reference 'up for grabs' -> 'good first issue' Jan Klass 2024-06-23 14:14:36 +02:00
  • f6bcf67cbe Update MSDN link to learn.microsoft.com Jan Klass 2024-06-23 14:06:48 +02:00
  • 5c87d7fa04 Allow using -? as a shorthand for -h Daniel Cazzulino 2024-05-17 18:08:29 -03:00
  • 0e2ed511a5 chore: Update dependency Microsoft.NET.Test.Sdk to v17.10.0 renovate[bot] 2024-05-22 16:03:54 +00:00
  • 7b13148773 Trim trailing comma in settings Mattias Karlsson 2024-05-17 14:48:02 +02:00
  • e5a6459c52 chore: Update rickstaa/top-issues-action action to v1.3.100 renovate[bot] 2024-04-27 09:35:24 +00:00
  • 68b28b57f2 chore: Update dependency Roslynator.Analyzers to v4.12.2 renovate[bot] 2024-04-27 09:35:21 +00:00
  • 43b5ac99f9 chore: Update dependency dotnet-sdk to v8.0.204 renovate[bot] 2024-04-27 06:58:29 +00:00
  • b1b50a21f7 Remove redundant explain settings ctor Sean Fausett 2024-04-27 09:24:09 +12:00
  • 5d4b2c88e5 Add extension method to use automatic application version Patrik Svensson 2024-04-25 19:51:05 +02:00
  • 3acc90e47c Make -v|--version opt-in Patrik Svensson 2024-04-25 19:34:07 +02:00
  • 88515b7d7f Add Verify.Tool dotnet tool Patrik Svensson 2024-04-25 19:33:54 +02:00
  • c5e11626b5 Add blog post for 0.49 release Patrik Svensson 2024-04-23 15:18:52 +02:00
  • 2ead177404 Update social card to show .NET 8.0 Patrik Svensson 2024-04-23 15:18:42 +02:00
  • 71f762f646 Add token representation to remaining arguments Patrik Svensson 2024-04-23 14:04:00 +02:00
  • 95bff47b85 Expose raw arguments on the command context Patrik Svensson 2024-04-20 14:11:03 +02:00
  • de04619f88 chore: Update dependency Roslynator.Analyzers to v4.12.1 renovate[bot] 2024-04-16 07:44:13 +00:00
  • ecdfdd4b85
    Please upvote 👍 if you are interested in it (#1491) Frank Ray 2024-04-16 08:43:29 +01:00
  • a893a9601e
    Top Issues GitHub Action (#1488) Frank Ray 2024-04-14 12:47:55 +01:00
  • d52d14e848 Undo debug change and add method group BlazeFace 2024-04-13 17:23:26 -07:00
  • a62e79992b Undo debug changes BlazeFace 2024-04-13 17:20:12 -07:00
  • 4f22f5b7c3 Add Reference File BlazeFace 2024-04-13 17:19:19 -07:00
  • ff7282ecb8 Adding test and update render to fix issue with rendering separator when headers are hidden fixing issue 1391. BlazeFace 2024-04-07 09:19:43 -07:00
  • eb38f76a6a
    Fixing #1507 AddDelegate uses an abstract type when used in a branch (#1509) BlazeFace 2024-04-13 05:40:12 -07:00
  • 20a2f727f7 Updating test and Ratio calculation BlazeFace 2024-04-09 06:03:45 -07:00
  • fc0b553a4a Revert "Fixed render issue where writeline inside status caused corrupt output #415 #694" Phil Scott 2024-04-01 11:36:38 -04:00
  • 1a3249cdae
    Improve XmlDoc output (#1503) Yennefer 2024-03-29 20:30:59 +01:00
  • 43f9ae92ad Pipe character for listing options - Fully implemented and tested. Frank Ray 2024-03-18 13:03:19 +00:00
  • e66d3aab2e
    Added NoStackTrace to ExceptionFormats (#1489) Gerardo Grignoli 2024-03-08 12:26:45 -03:00
  • d921ac6f02
    Positioned Progress Tasks - Before or After Other Tasks (#1250) Tom Longhurst 2024-03-07 08:38:59 +00:00
  • 5acd83a3ef chore: Update dependency SixLabors.ImageSharp to v3.1.3 renovate[bot] 2024-03-05 06:43:01 +00:00
  • 397b742bec
    Add selection orompt Search (#1289) Stuart Lang 2024-02-25 11:57:27 +00:00
  • d30b08201d Remove [DebuggerDisplay] from Paragraph Martin Costello 2024-02-22 20:45:22 +00:00