Skip to content

Bump Markdig from 0.33.0 to 1.1.3#248

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Solutions/Endjin.Adr.Cli/Markdig-1.1.3
Closed

Bump Markdig from 0.33.0 to 1.1.3#248
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Solutions/Endjin.Adr.Cli/Markdig-1.1.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 23, 2026

Copy link
Copy Markdown
Contributor

Updated Markdig from 0.33.0 to 1.1.3.

Release notes

Sourced from Markdig's releases.

1.1.3

Changes

🐛 Bug Fixes

  • Fix AbbreviationExtension corrupting emphasis/bold/italic resolution (#​935) (PR #​936) by @​Kryptos-FR

🚀 Enhancements

  • Attribute with StringSyntax (PR #​937) by @​SimonCropp

Full Changelog: 1.1.2...1.1.3

Published with dotnet-releaser

1.1.2

Changes

🐛 Bug Fixes

  • Fix to calculate LinkReferenceDefinition span positions from StringLineGroup.Lines (PR #​931) by @​prozolic

Full Changelog: 1.1.1...1.1.2

Published with dotnet-releaser

1.1.1

Changes

🐛 Bug Fixes

  • Fix emoji not rendering in table cells (PR #​928) by @​prozolic

Full Changelog: 1.1.0...1.1.1

Published with dotnet-releaser

1.1.0

Changes

🚀 Enhancements

  • Add CJK-friendly Emphasis Extension (PR #​921) by @​tats-u

🧰 Misc

  • docs(site): document CJK friendly emphasis extension (bddaa55d)

Full Changelog: 1.0.1...1.1.0

Published with dotnet-releaser

1.0.1

Changes

✨ New Features

  • Add mermaid and katex (682a30c1)
  • Add missing markdown example (3167f8ef)

🧰 Maintenance

  • Fix ci (361231dc)

🧰 Misc

  • Update readme (391e03b8)
  • Reject pipe-only rows as pipe table separators (Fixes #​927) (7959e3b9)

Full Changelog: 1.0.0...1.0.1

Published with dotnet-releaser

1.0.0

Changes

✨ New Features

  • Add namespace API docs for Markdig (5de7e42a)

🚀 Enhancements

  • Remove obsolete APIs (PR #​926) by @​MihaZupan
  • Markdig 1.0 (PR #​925)

🧰 Misc

  • Update banner (b370c5cc)
  • Improve site documentation accuracy and structure (f735314a)

Full Changelog: 1.0.0-preview.1...1.0.0

Published with dotnet-releaser

1.0.0-preview.1

Changes

✨ New Features

  • Add instructions (3f7c09c4)
  • Add api authoring 1.0 (1a96adde)
  • Add parser authoring helper APIs and tests (ab6204cf)
  • Add AST mutation helpers for block and inline trees (2c9a9a30)
  • Add typed markdown object data key helpers (58e8217d)
  • Add span validation/update APIs and tests (148fd08b)
  • Add XML docs for public Markdig API (0cc463b6)
  • Add DotSettings (020a8490)
  • Add comprehensive documentation site (74f429c4)
  • Add GitHub action for site (94cb00d1)
  • Add playground to frontpage (d1ce1886)

🐛 Bug Fixes

  • Fix top level readme about documentation (999ccbc7)

🧰 Misc

  • Move from net9.0 to net10.0 (e5c88eff)
  • Update deps NuGet (e9d582a1)
  • Expose parser parity APIs for extension authors (5e5112cc)
  • Document parser authoring contracts and migration risks (c488a274)
  • Move doc to site (310f084c)

Full Changelog: 0.45.0...1.0.0-preview.1

Published with dotnet-releaser

0.45.0

Changes

🚀 Enhancements

  • Recognize supplementary characters (PR #​913) by @​tats-u
  • Use Dictionary.TryAdd instead of ContainsKey and indexer by reducing lookups. (PR #​917) by @​prozolic
  • Replace null checks with IsEmpty property for ReadOnlySpan (PR #​916) by @​prozolic
  • Optimize PipeTable parsing: O(n²) → O(n) for 3.7x–85x speedup, enables 10K+ row tables (PR #​922) by @​Mpdreamz

Full Changelog: 0.44.0...0.45.0

Published with dotnet-releaser

0.44.0

Changes

🧰 Misc

  • feat(link-helper): improve ASCII normalization handling (PR #​911) by @​mos379
  • Test netstandard (PR #​915) by @​MihaZupan
  • Use central package management (fb698598)

Full Changelog: 0.43.0...0.44.0

Published with dotnet-releaser

0.43.0

Changes

✨ New Features

  • Add a basic fuzzing project (PR #​903) by @​MihaZupan

🐛 Bug Fixes

  • Fix for table depth error when cell contains backticks (PR #​891) by @​phillip-haydon
  • Fix issue where an inline code block that spans multiple lines doesn't parse correctly (PR #​893) by @​phillip-haydon
  • Remove leading newline in block attributes (PR #​896) by @​Asttear
  • Fix IndexOutOfRangeException in CodeInlineParser (PR #​900) by @​MihaZupan
  • Fix build warnings (PR #​899) by @​MihaZupan
  • Fix edge cases in EmphasisInlineParser (PR #​902) by @​MihaZupan
  • Fix pipe table parsing with a leading paragraph (PR #​905) by @​MihaZupan

🚀 Enhancements

  • add options for link inline (PR #​894) by @​danielklecha
  • Move sln to slnx (PR #​901) by @​MihaZupan
  • Lazily allocate storage for ProcessInlinesBegin/End delegates on Blocks (PR #​906) by @​MihaZupan
  • Add another test for pipe tables (PR #​907) by @​MihaZupan

Full Changelog: 0.42.0...0.43.0

Published with dotnet-releaser

0.42.0

Changes

🐛 Bug Fixes

  • Fixes issue #​845 (PR #​888) by @​prozolic

🚀 Enhancements

  • Add support for a table without an extra new line before it (PR #​885) by @​dannyp32
  • Add source position tracking for grid tables (PR #​883) by @​messani

Full Changelog: 0.41.3...0.42.0

Published with dotnet-releaser

0.41.3

Changes

🐛 Bug Fixes

  • Fixes #​878: RoundtripRenderer: render indent and 0 blocks for ordered lists (PR #​879) by @​stylefish

📚 Documentation

  • Update readme.md (PR #​877) by @​Mertsch

Full Changelog: 0.41.2...0.41.3

Published with dotnet-releaser

0.41.2

Changes

🐛 Bug Fixes

  • Fix #​872 by reserve null title string. (PR #​876) by @​Akarinnnnn

Full Changelog: 0.41.1...0.41.2

Published with dotnet-releaser

0.41.1

Changes

🐛 Bug Fixes

  • Fix bug in Markdown.ToPlainText with code blocks (PR #​869) by @​prozolic

Full Changelog: 0.41.0...0.41.1

Published with dotnet-releaser

0.41.0

Changes

✨ New Features

  • Add AutoLinkOptions.AllowDomainWithoutPeriod (PR #​859) by @​JamesNK

🐛 Bug Fixes

  • chore: update repository's github path (PR #​861) by @​Meir017

🚀 Enhancements

  • Replace encoding polyfill with NET5+ one. (PR #​851) by @​Akarinnnnn
  • Implemented better indent control in TextRendererBase (PR #​838) by @​Melodi17
  • A couple perf improvements (PR #​864) by @​MihaZupan
  • Infer pipe table column widths from separator row (PR #​863) by @​Amberg
  • Improve Alert parsing perf (PR #​866) by @​MihaZupan
  • Update to CommonMark 0.31.2 (PR #​867) by @​MihaZupan

🏭 Tests

  • Update tests (09a4b81a)

📚 Documentation

  • Fix MathInline is called "math block" (PR #​865) by @​RamType0

📦 Dependencies

  • Update dependencies NuGet (5b323913)

Full Changelog: 0.40.0...0.41.0

Published with dotnet-releaser

0.40.0

Changes

🐛 Bug Fixes

  • Fix errors in LinkHelper and LinkInlineParser. (PR #​837) by @​snnz
  • Check that the alert candidate is not already in an alert block or nested within other elements. (PR #​842) by @​snnz
  • Fixes exception in DefinitionListParser.GetCurrentDefinitionList() (PR #​843) by @​snnz
  • Prevent GridTableParser from looking beyond the end of a line. (PR #​844) by @​snnz

Full Changelog: 0.39.1...0.40.0

Published with dotnet-releaser

0.39.1

Changes

🐛 Bug Fixes

  • Fix an incorrect offset in GridTableParser. (PR #​834) by @​snnz
  • Include opening and closing pipes in the table span (PR #​835) by @​snnz
  • Fix an error in the AbbreviationParser. (PR #​836) by @​snnz

🧰 Maintenance

  • Update ci badge (fdaef774)

Full Changelog: 0.39.0...0.39.1

Published with dotnet-releaser

0.39.0

Changes

🐛 Bug Fixes

  • Fix extra line feeds in link title (PR #​826) by @​snnz
  • Fix incorrect emphasis span calculation. (PR #​829) by @​snnz
  • Set delimiter char and count in CustomContainerInline instances. (PR #​831) by @​snnz
  • Set the correct source location in Footnote and FootnoteLinkReferenceDefinition (PR #​832) by @​snnz

🚀 Enhancements

  • Add .NET 9 target, drop .NET 6 (PR #​828) by @​MihaZupan

🧰 Misc

  • Update readme.md (310a55c7)

Full Changelog: 0.38.0...0.39.0

Published with dotnet-releaser

0.38.0

Changes

🐛 Bug Fixes

  • Update DiagramExtension.cs (PR #​823)

🚀 Enhancements

  • Rename a variable (PR #​817) by @​ehsankalafchi

📚 Documentation

  • Fix mermaid link in readme.md (PR #​808) by @​digvijayad

Full Changelog: 0.37.0...0.38.0

Published with dotnet-releaser

0.37.0

Changes

🐛 Bug Fixes

  • Fix issues for math span calculation (PR #​785) by @​toothache
  • Fix invalid setext heading (#​785) (000393f4)

🚀 Enhancements

  • Add bootstrap alert renderer (PR #​782) by @​Abrynos
  • Make alert block headers case-invariant (PR #​784) by @​Abrynos
  • Support for YouTube Shorts embedding (PR #​786) by @​MartinZikmund

🧰 Misc

  • Update readme.md (fd226d53)
  • Update parsing-extensions.md (c75a11ec)

Full Changelog: 0.36.2...0.37.0

Published with dotnet-releaser

0.36.2

Changes

🐛 Bug Fixes

  • Fix missing code in commit for #​780 (f48331d6)

Full Changelog: 0.36.1...0.36.2

Published with dotnet-releaser

0.36.1

Changes

🐛 Bug Fixes

  • Fixes #​780 where only the first paragraph of an alert block is processed. (6549d3b7)

Full Changelog: 0.36.0...0.36.1

Published with dotnet-releaser

0.36.0

Changes

🐛 Bug Fixes

  • Fix math source span (PR #​779) by @​toothache

🚀 Enhancements

  • Add support for GitHub alert blocks (PR #​776)

📚 Documentation

  • Fixed a typo in MathSpecs.md (PR #​773) by @​hhyyrylainen

🧰 Misc

  • Try to use the reusable workflow (201aa4ef)

Full Changelog: 0.35.0...0.36.0

Published with dotnet-releaser

0.35.0

Changes

✨ New Features

  • Add nuget.org only config (8f008e45)

🚀 Enhancements

  • Use C# 12 syntax (PR #​761) by @​iamcarbon
  • Eliminate various string allocations (PR #​769) by @​iamcarbon

🧰 Maintenance

  • Update ci.yml with nuget config (eb8fe156)

🏭 Tests

  • Fix tests (fb71dff0)

🧰 Misc

  • Update projects to net8.0 (2f903697)
  • Remove net7.0 from CI (39957094)
  • Use ubuntu for the CI (adce9797)

Full Changelog: 0.34.0...0.35.0

Published with dotnet-releaser

0.34.0

Changes

🐛 Bug Fixes

  • Make StringLineGroup returns a count limited Enumerator (PR #​759) by @​Akarinnnnn
  • Fix source span calculation for LineBreakInline (PR #​760) by @​zickb

🚀 Enhancements

  • Update Visual Studio editor link (PR #​749) by @​michaelvolz
  • .NET 8.0 and a few other perf improvements (PR #​751) by @​MihaZupan
  • A few more perf improvements (PR #​753) by @​MihaZupan

🧰 Misc

  • Update packages (f52ecee0)

Full Changelog: 0.33.0...0.34.0

Published with dotnet-releaser

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Markdig
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Apr 23, 2026
@github-actions

Copy link
Copy Markdown

Code Coverage Summary Report - Linux (No TFM)

Summary
Generated on: 04/23/2026 - 23:19:18
Parser: Cobertura
Assemblies: 3
Classes: 141
Files: 121
Line coverage: 28.5% (1058 of 3705)
Covered lines: 1058
Uncovered lines: 2647
Coverable lines: 3705
Total lines: 9100
Branch coverage: 21.9% (458 of 2085)
Covered branches: 458
Total branches: 2085
Method coverage: Feature is only available for sponsors

Coverage

adr - 10.6%
Name Line Branch
adr 10.6% 3.9%
Endjin.Adr.Cli.Adr 0%
Endjin.Adr.Cli.Commands.Init.EnvironmentInitCommand 75% 50%
Endjin.Adr.Cli.Commands.Init.EnvironmentResetCommand 0%
Endjin.Adr.Cli.Commands.New.NewAdrCommand 0% 0%
Endjin.Adr.Cli.Commands.Templates.Default.TemplatesDefaultShowCommand 0%
Endjin.Adr.Cli.Commands.Templates.Default.TemplatesSetCommand 0% 0%
Endjin.Adr.Cli.Commands.Templates.Default.TemplatesSetCommand.Settings 0% 0%
Endjin.Adr.Cli.Commands.Templates.List.TemplatesListCommand 0% 0%
Endjin.Adr.Cli.Commands.Templates.Package.TemplatesPackageSetCommand 0% 0%
Endjin.Adr.Cli.Commands.Templates.Package.TemplatesPackageSetCommand.Settin
gs
0% 0%
Endjin.Adr.Cli.Commands.Templates.Package.TemplatesPackageShowCommand 0%
Endjin.Adr.Cli.Commands.Templates.Package.TemplatesPackageUpdateCommand 0% 0%
Endjin.Adr.Cli.Configuration.AppEnvironmentManager 0% 0%
Endjin.Adr.Cli.Configuration.FileSystemConfigurationLocator 0% 0%
Endjin.Adr.Cli.Configuration.FileSystemLocalProfileAppEnvironment 0% 0%
Endjin.Adr.Cli.Configuration.FileSystemRoamingProfileAppEnvironment 0% 0%
Endjin.Adr.Cli.Configuration.SettingsManager 0% 0%
Endjin.Adr.Cli.Configuration.TemplateSettingsManager 0%
Endjin.Adr.Cli.Extensions.DirectoryPathExtensions 0% 0%
Endjin.Adr.Cli.Extensions.ServiceCollectionExtensions 100%
Endjin.Adr.Cli.Infrastructure.Injection.TypeRegistrar 83.3% 50%
Endjin.Adr.Cli.Infrastructure.Injection.TypeResolver 100% 66.6%
Endjin.Adr.Cli.Program 100% 100%
Endjin.Adr.Cli.Templates.NuGetTemplatePackageManager 0% 0%
Endjin.Adr.Cli.Templates.TemplatePackageDetail 0%
Endjin.Adr.Cli.Templates.TemplatePackageMetaData 0%
System.Text.RegularExpressions.Generated 0% 0%
System.Text.RegularExpressions.Generated.RunnerFactory
System.Text.RegularExpressions.Generated.RunnerFactory.Runner
Endjin.Adr.Cli.Specs - 100%
Name Line Branch
Endjin.Adr.Cli.Specs 100% ****
Corvus.Configuration.Specs.Steps.InitSteps 100%
Endjin_AdrCli_Specs_NUnitAssemblyHooks 100%
Endjin.AdrCli.Specs.Features.InitFeature 100%
Spectre.Console.Cli - 33.7%
Name Line Branch
Spectre.Console.Cli 33.7% 25.9%
Spectre.Console.Cli.AnsiConsoleExtensions 0% 0%
Spectre.Console.Cli.AsyncCommand 0%
Spectre.Console.Cli.AsyncCommand 75%
Spectre.Console.Cli.BranchConfigurator 60%
Spectre.Console.Cli.CachingActivator 0% 0%
Spectre.Console.Cli.CaseSensitivityExtensions 20% 12.5%
Spectre.Console.Cli.CliConstants 0%
Spectre.Console.Cli.Command 0%
Spectre.Console.Cli.Command 0%
Spectre.Console.Cli.CommandApp 38.1% 20%
Spectre.Console.Cli.CommandApp 0%
Spectre.Console.Cli.CommandAppException 0%
Spectre.Console.Cli.CommandAppSettings 53.3% 12.5%
Spectre.Console.Cli.CommandArgument 100%
Spectre.Console.Cli.CommandArgumentAttribute 87.5% 50%
Spectre.Console.Cli.CommandBinder 62.5% 30%
Spectre.Console.Cli.CommandConfigurationException 0% 0%
Spectre.Console.Cli.CommandConfigurator 38.4%
Spectre.Console.Cli.CommandConstructorBinder 0% 0%
Spectre.Console.Cli.CommandContainerExtensions 83.3% 100%
Spectre.Console.Cli.CommandContext 100% 50%
Spectre.Console.Cli.CommandExecutor 68.3% 44.2%
Spectre.Console.Cli.CommandInfo 77.7% 64.2%
Spectre.Console.Cli.CommandInfoExtensions 38.4% 26.6%
Spectre.Console.Cli.CommandLineParseExceptionFactory 0% 0%
Spectre.Console.Cli.CommandLineTemplateExceptionFactory 0% 0%
Spectre.Console.Cli.CommandModel 40.9% 12.5%
Spectre.Console.Cli.CommandModelBuilder 92% 85.2%
Spectre.Console.Cli.CommandModelBuilder.OrderedProperties 100%
Spectre.Console.Cli.CommandModelValidator 75.3% 72.3%
Spectre.Console.Cli.CommandOption 87.5% 0%
Spectre.Console.Cli.CommandOptionAttribute 66.6% 25%
Spectre.Console.Cli.CommandParameter 34.8% 10%
Spectre.Console.Cli.CommandParameterComparer 0% 0%
Spectre.Console.Cli.CommandParameterComparer.ByBackingPropertyComparer 0% 0%
Spectre.Console.Cli.CommandParameterContext 0% 0%
Spectre.Console.Cli.CommandParseException 0% 0%
Spectre.Console.Cli.CommandPropertyBinder 69.2% 60%
Spectre.Console.Cli.CommandRuntimeException 0% 0%
Spectre.Console.Cli.CommandSettings 100%
Spectre.Console.Cli.CommandSuggestor 0% 0%
Spectre.Console.Cli.CommandTemplateException 0% 0%
Spectre.Console.Cli.CommandTree 81.8% 50%
Spectre.Console.Cli.CommandTreeExtensions 56% 25%
Spectre.Console.Cli.CommandTreeParser 53.4% 34.3%
Spectre.Console.Cli.CommandTreeParserContext 58.8% 80%
Spectre.Console.Cli.CommandTreeParserResult 100%
Spectre.Console.Cli.CommandTreeToken 100%
Spectre.Console.Cli.CommandTreeTokenizer 55.5% 40.5%
Spectre.Console.Cli.CommandTreeTokenizer.CommandTreeTokenizerResult 100%
Spectre.Console.Cli.CommandTreeTokenizerContext 56.2% 25%
Spectre.Console.Cli.CommandTreeTokenStream 72.4% 58.3%
Spectre.Console.Cli.CommandValidator 47% 31.2%
Spectre.Console.Cli.CommandValueBinder 17% 9.3%
Spectre.Console.Cli.CommandValueLookup 52.6% 33.3%
Spectre.Console.Cli.CommandValueResolver 30.2% 16.6%
Spectre.Console.Cli.CommandValueResolver.SmartConverter 50% 0%
Spectre.Console.Cli.ComponentRegistration 0% 0%
Spectre.Console.Cli.ComponentRegistry 0% 0%
Spectre.Console.Cli.Composer 0% 0%
Spectre.Console.Cli.ConfigurationHelper 66.6% 50%
Spectre.Console.Cli.Configurator 34% 0%
Spectre.Console.Cli.Configurator<TSettings, TDerivedSettings> 34% 0%
Spectre.Console.Cli.Configurator 38% 0%
Spectre.Console.Cli.Configurator 34% 0%
Spectre.Console.Cli.ConfiguratorExtensions 16.4% 12.5%
Spectre.Console.Cli.ConfiguratorExtensions 16.4% 12.5%
Spectre.Console.Cli.ConfiguredCommand 86.9% 50%
Spectre.Console.Cli.DefaultPairDeconstructor 0% 0%
Spectre.Console.Cli.DefaultTypeRegistrar 0% 0%
Spectre.Console.Cli.DefaultTypeResolver 0% 0%
Spectre.Console.Cli.DelegateCommand 0%
Spectre.Console.Cli.ExplainCommand 0% 0%
Spectre.Console.Cli.ExplainCommand.Settings 0%
Spectre.Console.Cli.FlagValue 0% 0%
Spectre.Console.Cli.Help.HelpProvider 2.7% 0%
Spectre.Console.Cli.Help.HelpProvider.HelpArgument 0% 0%
Spectre.Console.Cli.Help.HelpProvider.HelpOption 0% 0%
Spectre.Console.Cli.Help.HelpProviderResources 25% 0%
Spectre.Console.Cli.Help.ICommandInfoExtensions 0% 0%
Spectre.Console.Cli.InstanceActivator 0%
Spectre.Console.Cli.Internal.Configuration.DefaultCommandConfigurator 0%
Spectre.Console.Cli.ListExtensions 62.5% 71.4%
Spectre.Console.Cli.MappedCommandParameter 100%
Spectre.Console.Cli.MultiMap.MultiMapGrouping<TKey, TValue> 0%
Spectre.Console.Cli.MultiMap<TKey, TValue> 0% 0%
Spectre.Console.Cli.MultiMap<TKey, TValue> 0% 0%
Spectre.Console.Cli.PairDeconstructor<TKey, TValue> 0% 0%
Spectre.Console.Cli.PairDeconstructorAttribute 0% 0%
Spectre.Console.Cli.ParameterValidationAttribute 0%
Spectre.Console.Cli.ReflectionActivator 0% 0%
Spectre.Console.Cli.RemainingArguments 100%
Spectre.Console.Cli.StringExtensions 0%
Spectre.Console.Cli.StringWriterWithEncoding 0% 0%
Spectre.Console.Cli.TemplateParser 78.9% 62.9%
Spectre.Console.Cli.TemplateParser.ArgumentResult 100%
Spectre.Console.Cli.TemplateParser.OptionResult 100%
Spectre.Console.Cli.TemplateToken 100%
Spectre.Console.Cli.TemplateTokenizer 92.4% 94.7%
Spectre.Console.Cli.TextBuffer 83.7% 75%
Spectre.Console.Cli.TypeExtensions 83.3% 62.5%
Spectre.Console.Cli.TypeRegistrar 23% 16.6%
Spectre.Console.Cli.TypeRegistrarExtensions 78.9% 60.7%
Spectre.Console.Cli.TypeResolverAdapter 70.5% 75%
Spectre.Console.Cli.Unsafe.UnsafeConfiguratorExtensions 0% 0%
Spectre.Console.Cli.VersionCommand 0% 0%
Spectre.Console.Cli.VersionHelper 0% 0%
Spectre.Console.Cli.XmlDocCommand 0% 0%
Spectre.Console.Cli.XmlElementExtensions 0% 0%

@github-actions

Copy link
Copy Markdown

Test Results

1 tests  ±0   1 ✅ ±0   0s ⏱️ ±0s
1 suites ±0   0 💤 ±0 
1 files   ±0   0 ❌ ±0 

Results for commit 6b8be71. ± Comparison against base commit 98ad218.

@dependabot @github

dependabot Bot commented on behalf of github May 13, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #257.

@dependabot dependabot Bot closed this May 13, 2026
@dependabot dependabot Bot deleted the dependabot/nuget/Solutions/Endjin.Adr.Cli/Markdig-1.1.3 branch May 13, 2026 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants