Closed renovate[bot] closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 56.70%. Comparing base (
212c04a
) to head (144642b
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
0.28.0
->0.28.2
Release Notes
belav/csharpier (csharpier)
### [`v0.28.2`](https://togithub.com/belav/csharpier/releases/tag/0.28.2) [Compare Source](https://togithub.com/belav/csharpier/compare/0.28.1...0.28.2) #### What's Changed ##### Pipe to `dotnet csharpier` fails when subdirectory is inaccessible [#1240](https://togithub.com/belav/csharpier/pull/1240) When running the following CSharpier would look for config files in subdirectories of the `pwd`. This could lead to exceptions if some of those directories were inaccessible. echo "namespace Foo { public class Bar { public string Baz {get;set;}}}" | dotnet csharpier Thanks go to [@jamesfoster](https://togithub.com/jamesfoster) for reporting the issue. **Full Changelog**: https://github.com/belav/csharpier/compare/0.28.1...0.28.2 ### [`v0.28.1`](https://togithub.com/belav/csharpier/releases/tag/0.28.1) [Compare Source](https://togithub.com/belav/csharpier/compare/0.28.0...0.28.1) ##### What's Changed ##### Third party .editorconfig leading to: Error Failure parsing editorconfig files [#1227](https://togithub.com/belav/csharpier/issues/1227) When CSharpier encountered an invalid `.editorconfig` file, it would throw an exception and not format files. These files could appear in 3rd party code (for example within node_modules). CSharpier now ignores invalid lines in `.editorconfigs` Thanks go to [@K0Te](https://togithub.com/K0Te) for reporting the issue **Full Changelog**: https://github.com/belav/csharpier/compare/0.28.0...0.28.1Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.