Skip to content

Bump the nuget-deps group with 1 update - #327

Merged
ptr727-codegen[bot] merged 1 commit into
developfrom
dependabot/nuget/dot-config/develop/nuget-deps-5b0ae13067
Jun 8, 2026
Merged

Bump the nuget-deps group with 1 update#327
ptr727-codegen[bot] merged 1 commit into
developfrom
dependabot/nuget/dot-config/develop/nuget-deps-5b0ae13067

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJun 8, 2026

Copy link
Copy Markdown
Contributor

Updated csharpier from 1.2.6 to 1.3.0.

Release notes

Sourced from csharpier's releases.

1.3.0

1.3.0

Breaking Changes

Change xml formatting to return error when it runs into syntax error so it is consistent with c# #​1854

Previously CSharpier treated an invalid xml file as a warning instead of an error. This was inconsistent with how it treated c# files.
Invalid c# or xml files are not treated as errors.
The --compilation-errors-as-warnings argument has been renamed to --syntax-errors-as-warnings and can be used to return warnings instead of errors when encountering invalid files.

What's Changed

Feature: Configurable whitespace handling for xml #​1790

CSharpier now supports two types of xml whitespace formatting strict or ignore.
By default all xml except xaml or axaml is treated as strict whitespace. See details

Feature: Move closing bracket for xml elements to the same line. #​1598

With strict xml whitespace handling, csharpier now keeps the closing bracket for an element on the same line instead of breaking it to a new line.

<!-- input & expected output -->
<ElementWithAttributeAttribute="AttributeValue__________________"
>TextValue</ElementWithAttribute>
<!-- 1.2.6 -->
<ElementWithAttributeAttribute="AttributeValue__________________"
>TextValue</ElementWithAttribute
>

Feature: Support for csharpier-ignore with XML formatter #​1788

CSharpier now supports csharpier-ignore in xml files. See details

Feature: Add MSBuild transitive and multi-target support #​1833

CSharpier.MSBuild can now work as a transitive dependency.

Feature: allow checking formatting with cache #​1830

The csharpier check command now supports a --use-cache option.

Feature: remove dependency on Microsoft.AspNetCore.App #​1508

Previously CSharpier required that Microsoft.AspNetCore.App be installed. CSharpier has been modified to use an HttpListener when it is run using server to remove the need for this dependency.

Fix: csharpier-ignore comment removes linespaces before block #​1867

CSharpier was removing blank lines before csharpier-ignore comments in some cases

// input and expected outputvarx=1;// csharpier-ignorevary=1;/// 1.2.6varx=1;// csharpier-ignorevary=1;
...(truncated)Commits viewable in[compareview](https://github.com/belav/csharpier/compare/1.2.6...1.3.0).</details>[![Dependabotcompatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=csharpier&package-manager=nuget&previous-version=1.2.6&new-version=1.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)Dependabotwill resolve any conflicts withthis PR aslongas you don't alter ityourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.[//]: # (dependabot-automerge-start)[//]: # (dependabot-automerge-end)---<details><summary>Dependabotcommands 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 (unlessyou unignore thisspecificdependency's major version or upgrade to it yourself)- `@dependabot ignore <dependency name>minor version` will close thisgroup 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(unlessyou unignore thisspecificdependency 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.6 to 1.3.0
---
updated-dependencies:
- dependency-name: csharpier
dependency-version: 1.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jun 8, 2026
@ptr727-codegen
ptr727-codegenBot enabled auto-merge (squash) June 8, 2026 14:54
@ptr727-codegen
ptr727-codegenBot merged commit d89dc89 into developJun 8, 2026
6 checks passed
@dependabot
dependabotBot deleted the dependabot/nuget/dot-config/develop/nuget-deps-5b0ae13067 branch June 8, 2026 14:55
ptr727 added a commit that referenced this pull request Jun 8, 2026
…unbook (#331)
Promotes `develop` to `main`. Realignment with ProjectTemplate (#330):
shared markdownlint config, PR Review Etiquette + Copilot review
runbook, CRLF normalization. Also rolls up dependency bumps (#325-#327).
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file.NETPull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants