You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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.
### Third party .editorconfig leading to: Error Failure parsing editorconfig files [#1227](https://github.com/belav/csharpier/issues/1227)
4
15
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`
0 commit comments