Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 3, 2025

This PR contains the following updates:

Package Change Age Confidence
csharpier 1.0.3 -> 1.1.1 age confidence
csharpier 1.0.2 -> 1.1.1 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

belav/csharpier (csharpier)

v1.1.1

Compare Source

What's Changed

Unhandled exception: System.ArgumentOutOfRangeException: startIndex cannot be larger than length of string. (Parameter 'startIndex') #​1673

CSharpier was throwing an exception when formating a directory contained a file without an extension.

Full Changelog: belav/csharpier@1.1.1...1.1.1

v1.1.0

Compare Source

What's Changed

.gitignore from parent folders impacts formatting of children #​1627

CSharpier will no longer consider .gitignore files located above the root of the current git repository.

Changes to stdin formatting #​288 #​1657

There is a new option --stdin-filepath that is used to specify the filepath CSharpier should use for resolving options and ignore files.
When no path is specified via stdin-path

  • No ignore files are considered.
  • The current directory is considered when locating options
  • The file is assumed to be c# unless the first non-whitespace character is < in which case it is assumed to be xml.
Support for C# 14 and .NET 10 #​1654 #​1646

Changes were required to support the following

  • Extension Declarations
  • File level directives in file based C# Apps
Support --ignore-path CLI option #​1585

It is now possible to specify the path to an ignore file

dotnet csharpier format . --ignore-path .config/.csharpierignore
Format xaml and slnx by default #​1628 #​1604

CSharpier now formats xaml and slnx by default without the need for configuration changes.

XML formatting is not taking into account EOL configuration on multiline comments #​1660

When formatting the following XML, CSharpier would always use the system system default for ending lines within the comment instead of the respecting the configured EOL setting.

<Element>
  <!--
  Comment with EOL
  -->
</Element>
Error when no read access to intermediate containing folder #​1656

In the case that CSharpier had access to a sub directory but not the parent of that sub directory, it was failing with an exception. That has been resolved.

Misleading message after "csharpier check" #​1645

Previously the format and check commands both used the same output message. The check command now correctly reports that it checked files and did not format them.


Configuration

📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner August 3, 2025 00:03
@renovate renovate bot requested review from Fluf22 and morganleroi and removed request for a team August 3, 2025 00:03
@algolia-bot
Copy link
Collaborator

algolia-bot commented Aug 3, 2025

✔️ Code generated!

Name Link
🪓 Triggered by eb9a72753a5192f6810c3ff09cbd0829d36658b9
🍃 Generated commit d9667200571225c364235d8cf4c74a91a50284cc
🌲 Generated branch generated/renovate/csharpier-1.x
📊 Benchmark results

Benchmarks performed on the method using a mock server, the results might not reflect the real-world performance.

Language Req/s
csharp 1297

@renovate renovate bot force-pushed the renovate/csharpier-1.x branch from 2f5ccd0 to 1f77940 Compare August 3, 2025 19:02
@renovate renovate bot changed the title chore(deps): update dependency csharpier to 1.0.3 chore(deps): update dependency csharpier to 1.1.0 Aug 3, 2025
@renovate renovate bot force-pushed the renovate/csharpier-1.x branch from 1f77940 to cd00987 Compare August 4, 2025 05:29
@renovate renovate bot changed the title chore(deps): update dependency csharpier to 1.1.0 chore(deps): update dependency csharpier to 1.1.1 Aug 4, 2025
@renovate renovate bot merged commit e3cc708 into chore/renovateBaseBranch Aug 4, 2025
14 checks passed
@renovate renovate bot deleted the renovate/csharpier-1.x branch August 4, 2025 05:44
algolia-bot added a commit that referenced this pull request Aug 4, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

1 participant