Skip to content

Commit 4886792

Browse files
authored
Releasing 1.0.1 (#1592)
1 parent 833d293 commit 4886792

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 1.0.1
2+
## What's Changed
3+
### CSharpier's support for .gitignore is causing performance issues [#1584](https://github.com/belav/csharpier/issues/1584)
4+
The support for `.gitignore` has some major performance problems when there are a large number of `.gitignore` files and/or ignore rules. The feature has been disabled for now until it can be fixed.
5+
### CSharpier.MsBuild issues [#1586](https://github.com/belav/csharpier/issues/1586)
6+
CSharpier.MsBuild was not properly logging errors when performing a formatting check. This would result in the build passing when files were not formatted.
7+
Setting `CSharpier_LogLevel` was passing an invalid parameter of `--loglevel` to CSharpier, resulting in a build failure \
8+
9+
10+
**Full Changelog**: https://github.com/belav/csharpier/compare/1.0.0...1.0.1
111
# 1.0.0
212
## Major Changes
313
### Support for formatting XML [#819](https://github.com/belav/csharpier/issues/819)
@@ -3193,5 +3203,6 @@ Thanks go to @pingzing
31933203
31943204
31953205
3206+
31963207
31973208

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>1.0.0</Version>
3+
<Version>1.0.1</Version>
44
<PackageLicenseExpression>MIT</PackageLicenseExpression>
55
<RepositoryUrl>https://github.com/belav/csharpier</RepositoryUrl>
66
<RepositoryType>git</RepositoryType>

Src/Website/docs/Ignore.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Uploads/
1717
```
1818

1919
### .gitignore
20+
**Disabled for performance issues as of 1.0.1** see [#1588](https://github.com/belav/csharpier/issues/1588)
21+
2022
CSharpier will read the contents of `.gitignore` files and use them in addition to a `.csharpierignore` file to determine if a file should be ignored.
2123

2224
If a directory tree contains a `.csharpierignore` file then patterns in that file will always take priority over any `.gitignore` file in the same tree.

0 commit comments

Comments
 (0)