Skip to content

Commit 3e4366c

Browse files
authored
Release 0.28.2 (#1245)
1 parent aea004c commit 3e4366c

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
# 0.28.1
1+
# 0.28.2
2+
## What's Changed
3+
### Pipe to `dotnet csharpier` fails when subdirectory is inaccessible [#1240](https://github.com/belav/csharpier/pull/1240)
4+
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.
5+
```
6+
echo "namespace Foo { public class Bar { public string Baz {get;set;}}}" | dotnet csharpier
7+
```
8+
9+
Thanks go to @jamesfoster for reporting the issue.
10+
11+
**Full Changelog**: https://github.com/belav/csharpier/compare/0.28.1...0.28.2
12+
# 0.28.1
213
## What's Changed
314
### Third party .editorconfig leading to: Error Failure parsing editorconfig files [#1227](https://github.com/belav/csharpier/issues/1227)
415
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`
@@ -2348,3 +2359,4 @@ Thanks go to @pingzing
23482359
23492360
23502361
2362+

Nuget/Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>0.28.1</Version>
3+
<Version>0.28.2</Version>
44
<PackageLicenseExpression>MIT</PackageLicenseExpression>
55
<RepositoryUrl>https://github.com/belav/csharpier</RepositoryUrl>
66
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)