File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed
Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1- # 0.30.4
1+ # 0.30.5
2+ ## What's Changed
3+ ### Extra blank line added to file each time csharpier runs on this file [ #1426 ] ( https://github.com/belav/csharpier/issues/1426 )
4+ When a file ended in a comment and that comment had multiple blank lines before it, a new blank line was being added each time it was formatted.
5+ // input
6+ ``` c#
7+ // input
8+ namespace MyCompany .MyNamespace ;
9+
10+
11+ // Comment block
12+
13+ // 0.30.4
14+ namespace MyCompany .MyNamespace ;
15+
16+
17+
18+ // Comment block
19+
20+ // 0.30.5
21+ namespace MyCompany .MyNamespace ;
22+
23+ // Comment block
24+
25+ ** Full Changelog ** : https : // github.com/belav/csharpier/compare/0.30.4...0.30.5
26+ # 0.30.4
227## What's Changed
328### Formatting deletes `unsafe` modifier [#1416](https:// github.com/belav/csharpier/issues/1416)
429 Formatting a using directive with an unsafe modifier resulted in the lose of the unsafe keyword
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <Version >0.30.4 </Version >
3+ <Version >0.30.5 </Version >
44 <PackageLicenseExpression >MIT</PackageLicenseExpression >
55 <RepositoryUrl >https://github.com/belav/csharpier</RepositoryUrl >
66 <RepositoryType >git</RepositoryType >
You can’t perform that action at this time.
0 commit comments