Skip to content

deps(nuget): Bump the minor-and-patch group with 2 updates#260

Merged
pm7y merged 1 commit intomasterfrom
dependabot/nuget/dot-config/minor-and-patch-a96092f514
Feb 11, 2026
Merged

deps(nuget): Bump the minor-and-patch group with 2 updates#260
pm7y merged 1 commit intomasterfrom
dependabot/nuget/dot-config/minor-and-patch-a96092f514

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Updated csharpier from 1.2.5 to 1.2.6.

Release notes

Sourced from csharpier's releases.

1.2.6

What's Changed

[Bug]: XML with DOCTYPE results in "invalid xml" warning #​1809

CSharpier was not formatting xml that included a doctype and instead reporting that it was invalid xml.

<?xml version="1.0"?>
<!DOCTYPE staff SYSTEM "staff.dtd"[
    <!ENTITY ent1 "es">
]>
<staff></staff>

[Bug]: Initializing a span using stackalloc leads to different formatting compared to new #​1808

When initializing a spacn using stackalloc, it was not being formatting consistently with other code

// input & expected output
Span<int> metatable = new int[]
{
    00000000000000000000000001,
    00000000000000000000000002,
    00000000000000000000000003,
};

Span<int> metatable = stackalloc int[]
{
    00000000000000000000000001,
    00000000000000000000000002,
    00000000000000000000000003,
};

// 1.2.5
Span<int> metatable = new int[]
{
    00000000000000000000000001,
    00000000000000000000000002,
    00000000000000000000000003,
};

Span<int> metatable =
    stackalloc int[] {
        00000000000000000000000001,
        00000000000000000000000002,
        00000000000000000000000003,
    };

[Bug]: Comments in otherwise empty object pattern disappear when formatting #​1804

CSharpier was removing comments if they were the only content of an object pattern.

// input & expected output
var match = obj is {
    //Property: 123
 ... (truncated)

Commits viewable in [compare view](https://github.com/belav/csharpier/compare/1.2.5...1.2.6).
</details>

Updated [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) from 2.0.286 to 2.0.298.

<details>
<summary>Release notes</summary>

_Sourced from [Meziantou.Analyzer's releases](https://github.com/meziantou/Meziantou.Analyzer/releases)._

## 2.0.298

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

## What's Changed
* Add MA0186: Report missing nullable attributes on Equals and TryGetValue parameters by @​Copilot in https://github.com/meziantou/Meziantou.Analyzer/pull/998


**Full Changelog**: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.297...2.0.298

## 2.0.297

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

## What's Changed
* MA0007: Support multiline pattern-matching expressions by @​Copilot in https://github.com/meziantou/Meziantou.Analyzer/pull/997


**Full Changelog**: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.296...2.0.297

## 2.0.296

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

## What's Changed
* Fix MA0185 false-positive for nullable value types by @​Copilot in https://github.com/meziantou/Meziantou.Analyzer/pull/995


**Full Changelog**: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.295...2.0.296

## 2.0.295

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

## What's Changed
* Update default TargetFramework and adjust test setups by @​meziantou in https://github.com/meziantou/Meziantou.Analyzer/pull/993


**Full Changelog**: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.294...2.0.295

## 2.0.294

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

**Full Changelog**: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.293...2.0.294

## 2.0.293

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

## What's Changed
* Fix MA0183 false-positive with params array arguments in string.Format by @​Copilot in https://github.com/meziantou/Meziantou.Analyzer/pull/991


**Full Changelog**: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.292...2.0.293

## 2.0.292

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

## What's Changed
* Enable MA0184 by default with silent severity by @​Copilot in https://github.com/meziantou/Meziantou.Analyzer/pull/988


**Full Changelog**: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.291...2.0.292

## 2.0.291

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

## What's Changed
* MA0185: Add tests and docs for literal-only interpolated strings by @​Copilot in https://github.com/meziantou/Meziantou.Analyzer/pull/987


**Full Changelog**: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.290...2.0.291

## 2.0.290

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

## What's Changed
* Add MA0185: Simplify string.Create with culture-invariant parameters by @​Copilot in https://github.com/meziantou/Meziantou.Analyzer/pull/986


**Full Changelog**: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.289...2.0.290

## 2.0.289

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

## What's Changed
* Add MA0184: Report interpolated strings without parameters by @​Copilot in https://github.com/meziantou/Meziantou.Analyzer/pull/984


**Full Changelog**: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.288...2.0.289

## 2.0.288

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

## What's Changed
* Disable MA0042 async overload suggestions for TemporaryDirectory in test projects by @​Copilot in https://github.com/meziantou/Meziantou.Analyzer/pull/980


**Full Changelog**: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.287...2.0.288

## 2.0.287

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

## What's Changed
* Add MA0183: Detect string.Format without placeholders or formatting arguments by @​Copilot in https://github.com/meziantou/Meziantou.Analyzer/pull/979


**Full Changelog**: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.286...2.0.287

Commits viewable in [compare view](https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.286...2.0.298).
</details>

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions


</details>

Bumps csharpier from 1.2.5 to 1.2.6
Bumps Meziantou.Analyzer from 2.0.286 to 2.0.298

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: Meziantou.Analyzer
  dependency-version: 2.0.298
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file nuget labels Feb 9, 2026
@dependabot dependabot bot requested a review from pm7y as a code owner February 9, 2026 07:06
@dependabot dependabot bot added dependencies Pull requests that update a dependency file nuget labels Feb 9, 2026
@pm7y pm7y merged commit 9497ecf into master Feb 11, 2026
10 checks passed
@pm7y pm7y deleted the dependabot/nuget/dot-config/minor-and-patch-a96092f514 branch February 11, 2026 10:14
@github-actions github-actions bot mentioned this pull request Jan 27, 2026
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 nuget

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments