Skip to content

Bump the nuget group with 10 updates#20

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/MarkdownLinkCheckLogParser/nuget-5d4d8e22fc
Closed

Bump the nuget group with 10 updates#20
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/MarkdownLinkCheckLogParser/nuget-5d4d8e22fc

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2026

Updated CliFx from 2.3.6 to 3.0.0.

Release notes

Sourced from CliFx's releases.

3.0

What's new

Source generation instead of reflection

CliFx no longer relies on runtime reflection. Instead, it uses Roslyn source generators to collect metadata about command bindings and extend your types with additional behavior at compile time. This enables full Native AOT and assembly trimming support.

Command types must now be declared as partial (including all enclosing types, if nested).

Auto-generated Main() method

If your project doesn't define a Main() method or use top-level statements, CliFx will automatically generate an entry point that builds and runs the application using all commands from the assembly.

Manual help and version option binding

You can now implement ICommandWithHelpOption and/or ICommandWithVersionOption on your command types and apply [CommandOption] attributes to choose custom identifiers for the help and version options. By default, the source generator auto-implements these interfaces with the conventional -h|--help and --version bindings.

Public CommandDescriptor

Command metadata is exposed via the public CommandDescriptor class (in CliFx.Binding). Source-generated commands expose a static Descriptor property, which can be used to register commands with the builder via AddCommand(CommandDescriptor).

Breaking changes

[!NOTE]
See #​184 for detailed migration guidance.

Type and namespace renames

v2 v3
CliApplication CommandLineApplication
CliApplicationBuilder CommandLineApplicationBuilder
CliFx.Attributes namespace CliFx.Binding namespace
CliFx.Exceptions namespace CliFx (root namespace)
CliFx.Extensibility.BindingConverter<T> CliFx.Activation.ScalarInputConverter<T> / SequenceInputConverter<T>
CliFx.Extensibility.BindingValidator<T> CliFx.Activation.InputValidator<T>
UseTypeActivator(...) UseTypeInstantiator(...)

IsRequired removed from attributes

CommandOptionAttribute.IsRequired and CommandParameterAttribute.IsRequired have been removed. Use the C# required keyword on the property instead.

Init-only properties no longer supported

Input-bound properties must use a regular set accessor. Replace init with set on all properties annotated with [CommandParameter] or [CommandOption].

Directives replaced with environment variables

The [preview] and [debug] directives have been removed. Use CommandLineApplicationBuilder.AllowDebugMode(...) and AllowPreviewMode(...) to configure environment variables that enable these modes (e.g. CLIFX_DEBUG=true ./myapp ...). Both modes are disabled by default.

Preview mode no longer short-circuits

... (truncated)

Commits viewable in compare view.

Updated coverlet.collector from 6.0.4 to 8.0.1.

Release notes

Sourced from coverlet.collector's releases.

8.0.1

Fixed

  • Fix [BUG] TypeInitializationException when targeting .NET Framework #​1818
  • Fix [BUG] coverlet.MTP build fails with CS0400 due to developmentDependency=true #​1827

Improvements

  • Additional improvements needed for .NET Framework instrumentation type import #​1825

Diff between 8.0.0 and 8.0.1

8.0.0

Special Thanks: A huge thank you to @​Bertk for driving the majority of the work in this release! 🎉

Fixed

Improvements

  • Coverlet MTP extension feature #​1788
  • Generate SBOM for nuget packages #​1752
  • Use multi targets projects for coverlet.collector, coverlet.msbuild.tasks packages #​1742
  • Use .NET 8.0 target framework for coverlet.core and remove Newtonsoft.Json #​1733
  • Use latest System.CommandLine version #​1660
  • Upgraded minimum required .NET SDK and runtime to .NET 8.0 LTS (Long Term Support) (Breaking Change)
  • Use xunit.v3 for tests and example code

Diff between 6.0.4 and 8.0.0

Commits viewable in compare view.

Updated coverlet.msbuild from 6.0.4 to 8.0.1.

Release notes

Sourced from coverlet.msbuild's releases.

8.0.1

Fixed

  • Fix [BUG] TypeInitializationException when targeting .NET Framework #​1818
  • Fix [BUG] coverlet.MTP build fails with CS0400 due to developmentDependency=true #​1827

Improvements

  • Additional improvements needed for .NET Framework instrumentation type import #​1825

Diff between 8.0.0 and 8.0.1

8.0.0

Special Thanks: A huge thank you to @​Bertk for driving the majority of the work in this release! 🎉

Fixed

Improvements

  • Coverlet MTP extension feature #​1788
  • Generate SBOM for nuget packages #​1752
  • Use multi targets projects for coverlet.collector, coverlet.msbuild.tasks packages #​1742
  • Use .NET 8.0 target framework for coverlet.core and remove Newtonsoft.Json #​1733
  • Use latest System.CommandLine version #​1660
  • Upgraded minimum required .NET SDK and runtime to .NET 8.0 LTS (Long Term Support) (Breaking Change)
  • Use xunit.v3 for tests and example code

Diff between 6.0.4 and 8.0.0

Commits viewable in compare view.

Updated GitHubActionsTestLogger from 2.4.1 to 3.0.3.

Release notes

Sourced from GitHubActionsTestLogger's releases.

3.0.3

What's Changed

Full Changelog: Tyrrrz/GitHubActionsTestLogger@3.0.2...3.0.3

3.0.2

What's Changed

New Contributors

Full Changelog: Tyrrrz/GitHubActionsTestLogger@3.0.1...3.0.2

3.0.1

Full Changelog: Tyrrrz/GitHubActionsTestLogger@3.0...3.0.1

3.0

Configuration breaking changes

  • Passed tests are now included by default.
  • Skipped tests are now included by default.
  • Empty test summaries are now not allowed by default.
  • @​trait.XYZ replacement token has been removed.
  • Options have been renamed.

See the readme for updated usage instructions.

What's Changed

New Contributors

Full Changelog: Tyrrrz/GitHubActionsTestLogger@2.4.1...3.0

Commits viewable in compare view.

Updated Meziantou.Analyzer from 2.0.253 to 3.0.46.

Release notes

Sourced from Meziantou.Analyzer's releases.

3.0.46

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.46

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.45...3.0.46

3.0.45

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.45

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.44...3.0.45

3.0.44

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.44

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.43...3.0.44

3.0.43

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.43

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.42...3.0.43

3.0.42

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.42

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.41...3.0.42

3.0.41

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.41

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.40...3.0.41

3.0.40

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.40

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.39...3.0.40

3.0.39

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.39

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.38...3.0.39

3.0.38

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.38

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.37...3.0.38

3.0.37

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.37

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.36...3.0.37

3.0.36

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.36

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.35...3.0.36

3.0.35

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.35

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.34...3.0.35

3.0.34

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.34

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.33...3.0.34

3.0.33

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.33

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.32...3.0.33

3.0.32

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.32

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.31...3.0.32

3.0.31

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.31

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.30...3.0.31

3.0.30

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.30

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.29...3.0.30

3.0.29

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.29

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.28...3.0.29

3.0.28

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.28

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.27...3.0.28

3.0.27

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.27

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.26...3.0.27

3.0.26

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.26

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.25...3.0.26

3.0.25

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.25

Full Changelog: meziantou/Meziantou.Analyzer@3.0.24...3.0.25

3.0.24

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.24

Full Changelog: meziantou/Meziantou.Analyzer@3.0.23...3.0.24

3.0.23

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.23

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.22...3.0.23

3.0.22

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.22

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.21...3.0.22

3.0.21

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.21

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.20...3.0.21

3.0.20

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.20

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.19...3.0.20

3.0.19

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.19

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.18...3.0.19

3.0.18

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.18

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.17...3.0.18

3.0.17

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.17

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.16...3.0.17

3.0.16

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.16

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.15...3.0.16

3.0.15

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.15

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.14...3.0.15

3.0.14

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.14

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.13...3.0.14

3.0.13

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.13

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.12...3.0.13

3.0.12

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.12

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.11...3.0.12

3.0.11

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.11

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.10...3.0.11

3.0.10

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.10

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.9...3.0.10

3.0.9

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.9

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.8...3.0.9

3.0.8

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.8

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.7...3.0.8

3.0.7

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.7

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.6...3.0.7

3.0.6

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.6

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.5...3.0.6

3.0.5

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.5

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.4...3.0.5

3.0.4

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.4

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.3...3.0.4

3.0.3

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.3

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.2...3.0.3

3.0.2

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.2

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.1...3.0.2

3.0.1

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.1

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.302...3.0.1

2.0.302

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.302

Full Changelog: meziantou/Meziantou.Analyzer@2.0.301...2.0.302

2.0.301

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.301

What's Changed

New Contributors

Full Changelog: meziantou/Meziantou.Analyzer@2.0.300...2.0.301

2.0.300

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.300

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.299...2.0.300

2.0.299

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.299

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.298...2.0.299

2.0.298

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.298

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.297...2.0.298

2.0.297

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.297

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.296...2.0.297

2.0.296

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.296

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.295...2.0.296

2.0.295

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.295

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.294...2.0.295

2.0.294

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.294

Full Changelog: meziantou/Meziantou.Analyzer@2.0.293...2.0.294

2.0.293

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.293

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.292...2.0.293

2.0.292

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.292

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.291...2.0.292

2.0.291

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.291

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.290...2.0.291

2.0.290

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.290

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.289...2.0.290

2.0.289

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.289

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.288...2.0.289

2.0.288

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.288

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.287...2.0.288

2.0.287

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.287

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.286...2.0.287

2.0.286

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.286

Full Changelog: meziantou/Meziantou.Analyzer@2.0.285...2.0.286

2.0.285

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.285

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.284...2.0.285

2.0.284

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.284

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.283...2.0.284

2.0.283

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.283

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.282...2.0.283

2.0.282

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.282

Full Changelog: meziantou/Meziantou.Analyzer@2.0.281...2.0.282

2.0.281

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.281

Full Changelog: meziantou/Meziantou.Analyzer@2.0.280...2.0.281

2.0.280

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.280

Full Changelog: meziantou/Meziantou.Analyzer@2.0.279...2.0.280

2.0.279

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.279

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.278...2.0.279

2.0.278

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.278

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.277...2.0.278

2.0.277

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.277

Full Changelog: meziantou/Meziantou.Analyzer@2.0.276...2.0.277

2.0.276

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.276

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.275...2.0.276

2.0.275

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.275

Full Changelog: meziantou/Meziantou.Analyzer@2.0.274...2.0.275

2.0.274

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.274

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.273...2.0.274

2.0.273

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.273

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.272...2.0.273

2.0.272

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.272

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.271...2.0.272

2.0.271

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.271

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.270...2.0.271

2.0.270

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.270

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.269...2.0.270

2.0.269

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.269

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.268...2.0.269

2.0.268

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.268

Full Changelog: meziantou/Meziantou.Analyzer@2.0.267...2.0.268

2.0.267

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.267

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.266...2.0.267

2.0.266

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.266

Full Changelog: meziantou/Meziantou.Analyzer@2.0.265...2.0.266

2.0.265

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.265

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.264...2.0.265

2.0.264

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.264

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.263...2.0.264

2.0.263

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.263

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.262...2.0.263

2.0.262

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.262

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.261...2.0.262

2.0.261

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.261

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.260...2.0.261

2.0.260

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.260

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.259...2.0.260

2.0.259

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.259

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.258...2.0.259

2.0.258

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.258

Full Changelog: meziantou/Meziantou.Analyzer@2.0.257...2.0.258

2.0.257

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.257

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.256...2.0.257

2.0.256

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.256

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.255...2.0.256

2.0.255

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.255

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.254...2.0.255

2.0.254

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.254

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.253...2.0.254

Commits viewable in compare view.

Updated Microsoft.NET.Test.Sdk from 18.0.1 to 18.4.0.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.4.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v18.3.0...v18.4.0

18.3.0

What's Changed

Internal fixes and updates

New Contributors

Commits viewable in compare view.

Updated Roslynator.Analyzers from 4.14.1 to 4.15.0.

Release notes

Sourced from Roslynator.Analyzers's releases.

4.15.0

Added

  • Add option roslynator_null_conditional_operator.avoid_negative_boolean_comparison (PR)
    • Do not suggest to use null-conditional operator when result would be ... != true/false
    • Applicable for RCS1146

Fixed

  • Fix analyzer RCS1172 (PR)
  • [CLI] Fix loc command (PR)
  • Exclude ref-field backed properties from RCS1085 (PR by @​ovska)
  • [CLI] Fix rename-symbol scope option not being applied correctly (PR by @​andrtmschkw)
  • [CLI] Fix rename-symbol support for top-level statement (PR by @​andrtmschkw)

Changed

  • Migrate to .NET 10 (including command-line tool) (PR)

Commits viewable in compare view.

Updated Roslynator.CodeAnalysis.Analyzers from 4.14.1 to 4.15.0.

Release notes

Sourced from Roslynator.CodeAnalysis.Analyzers's releases.

4.15.0

Added

  • Add option roslynator_null_conditional_operator.avoid_negative_boolean_comparison (PR)
    • Do not suggest to use null-conditional operator when result would be ... != true/false
    • Applicable for RCS1146

Fixed

  • Fix analyzer RCS1172 (PR)
  • [CLI] Fix loc command (PR)
  • Exclude ref-field backed properties from RCS1085 (PR by @​ovska)
  • [CLI] Fix rename-symbol scope option not being applied correctly (PR by @​andrtmschkw)
  • [CLI] Fix rename-symbol support for top-level statement (PR by @​andrtmschkw)

Changed

  • Migrate to .NET 10 (including command-line tool) (PR)

Commits viewable in compare view.

Updated Roslynator.Formatting.Analyzers from 4.14.1 to 4.15.0.

Release notes

Sourced from Roslynator.Formatting.Analyzers's releases.

4.15.0

Added

  • Add option roslynator_null_conditional_operator.avoid_negative_boolean_comparison (PR)
    • Do not suggest to use null-conditional operator when result would be ... != true/false
    • Applicable for RCS1146

Fixed

  • Fix analyzer RCS1172 (PR)
  • [CLI] Fix loc command (PR)
  • Exclude ref-field backed properties from RCS1085 (PR by @​ovska)
  • [CLI] Fix rename-symbol scope option not being applied correctly (PR by @​andrtmschkw)
  • [CLI] Fix rename-symbol support for top-level statement (PR by @​andrtmschkw)

Changed

  • Migrate to .NET 10 (including command-line tool) (PR)

Commits viewable in compare view.

Updated System.Linq.Async from 6.0.3 to 7.0.0.

Release notes

Sourced from System.Linq.Async's releases.

7.0.0

Changes:

Bugs:

  • #​1626: Fix duplicate emission in Delay with immediate selector

Enhancement:

  • #​2182: Implementing TakeUntil with CancellationToken
  • #​2178: Enhancement Add DisposeWith
  • #​2039: Run tests on .NET 8.0
  • #​1879: Add Rx.NET 2023 roadmap, and tooling update ADR
  • #​1700: Add MinByWithTies and MaxByWithTies to bring back a MinBy/MaxBy that returns a list

Others:

  • #​2293: Generate AsyncEnumerableDeprecated facade in runtime assembly
See More
  • #​2292: Remove AsyncEnumerable from System.Linq.Async public API
  • #​2289: Move projection SumAsync to System.Interactive.Async
  • #​2286: Obsolete messages explain CancellationToken change
  • #​2280: Handle clashes in System.Interactive.Async with System.Linq.Asyncenumerable
  • #​2278: Add Ix.NET AverageAsync overloads supporting async selectors
  • #​2275: Update System.Linq.AsyncEnumerable refs to .NET 10 GA
  • #​2274: Ix.NET v7 release prep
  • #​2268: Rx 7.0 packaging changes
  • #​2267: Update Rx.NET to .NET 10 SDK
  • #​2266: Further .NET 9.0 SDK updates
  • #​2263: Fix typos in docs (v2)
  • #​2260: Modify OfType to accept nullable input element type
  • #​2251: Fix condition in documentation example
  • #​2240: Preparing for System.Linq.AsyncEnumerable
  • #​2249: Update Ix.NET dependencies
  • #​2244: Update dependencies in Rx.NET
  • #​2242: Update IntroToRx for Rx 6.1
  • #​2237: Add ResetExceptionDispatchState operator and document exception reuse limitations
  • #​2229: Bump xunit from 2.4.1 to 2.9.3
  • #​2231: Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.13.0
  • #​2222: TakeUntil with CancellationToken
  • #​2220: Add namespace style config to .editorconfig
  • #​2219: Feature/test packages 2025
  • #​2218: Update Rx PackageReferences to 6.1.0 in integration test
  • #​2217: Update version.json to 6.1.0
    ... (truncated)

7.0.0-preview.15

Changes:

Bugs:

  • #​1626: Fix duplicate emission in Delay with immediate selector

Enhancement:

  • #​2182: Implementing TakeUntil with CancellationToken
  • #​2178: Enhancement Add DisposeWith
  • #​2039: Run tests on .NET 8.0
  • #​1879: Add Rx.NET 2023 roadmap, and tooling update ADR
  • #​1700: Add MinByWithTies and MaxByWithTies to bring back a MinBy/MaxBy that returns a list

Others:

  • #​2293: Generate AsyncEnumerableDeprecated facade in runtime assembly
See More
  • #​2292: Remove AsyncEnumerable from System.Linq.Async public API
  • #​2289: Move projection SumAsync to System.Interactive.Async
  • #​2286: Obsolete messages explain CancellationToken change
  • #​2280: Handle clashes in System.Interactive.Async with System.Linq.Asyncenumerable
  • #​2278: Add Ix.NET AverageAsync overloads supporting async selectors
  • #​2275: Update System.Linq.AsyncEnumerable refs to .NET 10 GA
  • #​2274: Ix.NET v7 release prep
  • #​2268: Rx 7.0 packaging changes
  • #​2267: Update Rx.NET to .NET 10 SDK
  • #​2266: Further .NET 9.0 SDK updates
  • #​2263: Fix typos in docs (v2)
  • #​2260: Modify OfType to accept nullable input element type
  • #​2251: Fix condition in documentation example
  • #​2240: Preparing for System.Linq.AsyncEnumerable
  • #​2249: Update Ix.NET dependencies
  • #​2244: Update dependencies in Rx.NET
  • #​2242: Update IntroToRx for Rx 6.1
  • #​2237: Add ResetExceptionDispatchState operator and document exception reuse limitations
  • #​2229: Bump xunit from 2.4.1 to 2.9.3
  • #​2231: Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.13.0
  • #​2222: TakeUntil with CancellationToken
  • #​2220: Add namespace style config to .editorconfig
  • #​2219: Feature/test packages 2025
  • #​2218: Update Rx PackageReferences to 6.1.0 in integration test
  • #​2217: Update version.json to 6.1.0
    ... (truncated)

7.0.0-preview.14

Changes:

Bugs:

  • #​1626: Fix duplicate emission in Delay with immediate selector

Enhancement:

  • #​2182: Implementing TakeUntil with CancellationToken
  • #​2178: Enhancement Add DisposeWith
  • #​2039: Run tests on .NET 8.0
  • #​1879: Add Rx.NET 2023 roadmap, and tooling update ADR
  • #​1700: Add MinByWithTies and MaxByWithTies to bring back a MinBy/MaxBy that returns a list

Others:

  • #​2292: Remove AsyncEnumerable from System.Linq.Async public API
See More
  • #​2289: Move projection SumAsync to System.Interactive.Async
  • #​2286: Obsolete messages explain CancellationToken change
  • #​2280: Handle clashes in System.Interactive.Async with System.Linq.Asyncenumerable
  • #​2278: Add Ix.NET AverageAsync overloads supporting async selectors
  • #​2275: Update System.Linq.AsyncEnumerable refs to .NET 10 GA
  • #​2274: Ix.NET v7 release prep
  • #​2268: Rx 7.0 packaging changes
  • #​2267: Update Rx.NET to .NET 10 SDK
  • #​2266: Further .NET 9.0 SDK updates
  • #​2263: Fix typos in docs (v2)
  • #​2260: Modify OfType to accept nullable input element type
  • #​2251: Fix condition in documentation example
  • #​2240: Preparing for System.Linq.AsyncEnumerable
  • #​2249: Update Ix.NET dependencies
  • #​2244: Update dependencies in Rx.NET
  • #​2242: Update IntroToRx for Rx 6.1
  • #​2237: Add ResetExceptionDispatchState operator and document exception reuse limitations
  • #​2229: Bump xunit from 2.4.1 to 2.9.3
  • #​2231: Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.13.0
  • #​2222: TakeUntil with CancellationToken
  • #​2220: Add namespace style config to .editorconfig
  • #​2219: Feature/test packages 2025
  • #​2218: Update Rx PackageReferences to 6.1.0 in integration test
  • #​2217: Update version.json to 6.1.0
  • #​2216: Fix RefCount bugs
    ... (truncated)

7.0.0-preview.13

Changes:

Bugs:

  • #​1626: Fix duplicate emission in Delay with immediate selector

Enhancement:

  • #​2182: Implementing TakeUntil with CancellationToken
  • #​2178: Enhancement Add DisposeWith
  • #​2039: Run tests on .NET 8.0
  • #​1879: Add Rx.NET 2023 roadmap, and tooling update ADR
  • #​1700: Add MinByWithTies and MaxByWithTies to bring back a MinBy/MaxBy that returns a list

Others:

  • #​2289: Move projection SumAsync to System.Interactive.Async
See More
  • #​2286: Obsolete messages explain CancellationToken change
  • #​2280: Handle clashes in System.Interactive.Async with System.Linq.Asyncenumerable
  • #​2278: Add Ix.NET AverageAsync overloads supporting async selectors
  • #​2275: Update System.Linq.AsyncEnumerable refs to .NET 10 GA
  • #​2274: Ix.NET v7 release prep
  • #​2268: Rx 7.0 packaging changes
  • #​2267: Update Rx.NET to .NET 10 SDK
  • #​2266: Further .NET 9.0 SDK updates
  • #​2263: Fix typos in docs (v2)
  • #​2260: Modify OfType to accept nullable input element type
  • #​2251: Fix condition in documentation example
  • #​2240: Preparing for System.Linq.AsyncEnumerable
  • #​2249: Update Ix.NET dependencies
  • #​2244: Update dependencies in Rx.NET
  • #​2242: Update IntroToRx for Rx 6.1
  • #​2237: Add ResetExceptionDispatchState operator and document exception reuse limitations
  • #​2229: Bump xunit from 2.4.1 to 2.9.3
  • #​2231: Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.13.0
  • #​2222: TakeUntil with CancellationToken
  • #​2220: Add namespace style config to .editorconfig
  • #​2219: Feature/test packages 2025
  • #​2218: Update Rx PackageReferences to 6.1.0 in integration test
  • #​2217: Update version.json to 6.1.0
  • #​2216: Fix RefCount bugs
  • #​2209: Fix Ix.NET build break on Ubuntu 24
    ... (truncated)

7.0.0-preview.10

Changes:

Bugs:

  • #​1626: Fix duplicate emission in Delay with immediate selector

Enhancement:

  • #​2182: Implementing TakeUntil with CancellationToken
  • #​2178: Enhancement Add DisposeWith
  • #​2039: Run tests on .NET 8.0
  • #​1879: Add Rx.NET 2023 roadmap, and tooling update ADR
  • #​1700: Add MinByWithTies and MaxByWithTies to bring back a MinBy/MaxBy that returns a list

Others:

  • #​2278: Add Ix.NET AverageAsync overloads supporting async selectors
See More
  • #​2275: Update System.Linq.AsyncEnumerable refs to .NET 10 GA
  • #​2274: Ix.NET v7 release prep
  • #​2268: Rx 7.0 packaging changes
  • #​2267: Update Rx.NET to .NET 10 SDK
  • #​2266: Further .NET 9.0 SDK updates
  • #​2263: Fix typos in docs (v2)
  • #​2260: Modify OfType to accept nullable input element type
  • #​2251: Fix condition in documentation example
  • #​2240: Preparing for System.Linq.AsyncEnumerable
  • #​2249: Update Ix.NET dependencies
  • #​2244: Update dependencies in Rx.NET
  • #​2242: Update IntroToRx for Rx 6.1
  • #​2237: Add ResetExceptionDispatchState operator and document exception reuse limitations
  • #​2229: Bump xunit from 2.4.1 to 2.9.3
  • #​2231: Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.13.0
  • #​2222: TakeUntil with CancellationToken
  • #​2220: Add namespace style config to .editorconfig
  • #​2219: Feature/test packages 2025
  • #​2218: Update Rx PackageReferences to 6.1.0 in integration test
  • #​2217: Update version.json to 6.1.0
  • #​2216: Fix RefCount bugs
  • #​2209: Fix Ix.NET build break on Ubuntu 24
  • #​2208: Move to .NET SDK 9.0.300
  • #​2189: Update 02_KeyTypes.md
  • #​2184: Book Erratum Rx.Net v6.0
    ... (truncated)

7.0.0-preview.9

Changes:

Bugs:

  • #​1626: Fix duplicate emission in Delay with immediate selector

Enhancement:

  • #​2182: Implementing TakeUntil with CancellationToken
  • #​2178: Enhancement Add DisposeWith
  • #​2039: Run tests on .NET 8.0
  • #​1879: Add Rx.NET 2023 roadmap, and tooling update ADR
  • #​1700: Add MinByWithTies and MaxByWithTies to bring back a MinBy/MaxBy that returns a list

Others:

  • #​2275: Update System.Linq.AsyncEnumerable refs to .NET 10 GA
See More
  • #​2274: Ix.NET v7 release prep
  • #​2268: Rx 7.0 packaging changes
  • #​2267: Update Rx.NET to .NET 10 SDK
  • #​2266: Further .NET 9.0 SDK updates
  • #​2263: Fix typos in docs (v2)
  • #​2260: Modify OfType to accept nullable input element type
  • #​2251: Fix condition in documentation example
  • #​2240: Preparing for System.Linq.AsyncEnumerable
  • #​2249: Update Ix.....

Description has been truncated

Bumps CliFx from 2.3.6 to 3.0.0
Bumps coverlet.collector from 6.0.4 to 8.0.1
Bumps coverlet.msbuild from 6.0.4 to 8.0.1
Bumps GitHubActionsTestLogger from 2.4.1 to 3.0.3
Bumps Meziantou.Analyzer from 2.0.253 to 3.0.46
Bumps Microsoft.NET.Test.Sdk from 18.0.1 to 18.4.0
Bumps Roslynator.Analyzers from 4.14.1 to 4.15.0
Bumps Roslynator.CodeAnalysis.Analyzers from 4.14.1 to 4.15.0
Bumps Roslynator.Formatting.Analyzers from 4.14.1 to 4.15.0
Bumps System.Linq.Async from 6.0.3 to 7.0.0

---
updated-dependencies:
- dependency-name: CliFx
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget
- dependency-name: coverlet.collector
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget
- dependency-name: coverlet.msbuild
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget
- dependency-name: GitHubActionsTestLogger
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget
- dependency-name: Meziantou.Analyzer
  dependency-version: 3.0.46
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Roslynator.Analyzers
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Roslynator.CodeAnalysis.Analyzers
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Roslynator.Formatting.Analyzers
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: System.Linq.Async
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 11, 2026

Labels

The following labels could not be found: bot:robot:, dependabot, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 18, 2026

Superseded by #21.

@dependabot dependabot bot closed this Apr 18, 2026
@dependabot dependabot bot deleted the dependabot/nuget/MarkdownLinkCheckLogParser/nuget-5d4d8e22fc branch April 18, 2026 00:16
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.

0 participants