Open
Conversation
e330714 to
d0be879
Compare
faa302f to
1e251f0
Compare
1e251f0 to
86ff008
Compare
b552780 to
2964959
Compare
9447612 to
799d4bd
Compare
71caa61 to
a57fbf2
Compare
4f6c858 to
39bbc72
Compare
aa74fbe to
dac54f9
Compare
3a89e38 to
74a4ffb
Compare
74a4ffb to
5a880a9
Compare
251ebeb to
f66bef1
Compare
f66bef1 to
23bf753
Compare
23bf753 to
f2e7bd4
Compare
f2e7bd4 to
f99481b
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
1.1.2→1.2.66.0.0→6.1.011.4.6→11.5.410.15.0.120848→10.19.0.13279310.20.0.13514630.11.0→30.20.11.1.2→1.2.68.0.413→8.0.4183.1.4→3.1.5Release Notes
belav/csharpier (CSharpier.MsBuild)
v1.2.6Compare Source
What's Changed
[Bug]: XML with DOCTYPE results in "invalid xml" warning #1809
CSharpier was not formatting xml that included a doctype and instead reporting that it was invalid xml.
[Bug]: Initializing a span using
stackallocleads to different formatting compared tonew#1808When initializing a spacn using stackalloc, it was not being formatting consistently with other code
[Bug]: Comments in otherwise empty object pattern disappear when formatting #1804
CSharpier was removing comments if they were the only content of an object pattern.
Full Changelog: belav/csharpier@1.2.5...1.2.6
v1.2.5Compare Source
What's Changed
Performance issue when running CLI in project with pnpm on Windows #1781
1.2.4 did not properly address this
The code to determine if there is a version of CSharpier.MsBuild referenced that does not match the version of CSharpier being run has been optimized to not look in node_modules or .git. This significantly speeds things up in some setups.
Full Changelog: belav/csharpier@1.2.4...1.2.5
v1.2.4Compare Source
What's Changed
Weird enter in closing when formatting XAML TextBlock #1785
CSharpier was breaking an end element to a new line when it did not need to.
Order Modifiers (IDE0036) not formatting when code is preceded by a comment. #1784
When incorrectly ordered modifiers were preceded by a comment they were not being reordered. Thanks go to @TimothyMakkison for the contribution
Performance issue when running CLI in project with pnpm on Windows #1781
The code to determine if there is a version of CSharpier.MsBuild referenced that does not match the version of CSharpier being run has been optimized to not look in node_modules or .git. This significantly speeds things up in some setups.
Full Changelog: belav/csharpier@1.2.3...1.2.4
v1.2.3Compare Source
What's Changed
Large directories ignored in .gitignore significantly impact performance. #1776
CSharpier was enumerating all files within all subdirectories and then determining if they should be formatted or not. That logic was optimized to only enumerate files in directories that are not ignored.
Full Changelog: belav/csharpier@1.2.2...1.2.3
v1.2.2Compare Source
What's Changed
The null coalescing operator is grouped in an unexpected place #1769
Null coalescing is now consistently broken thanks to a contribution from @ogaken-1
Xml formatter should not add a second line #1760
When formatting an xml file with a declaration and extra blank line was being added.
Git ignore patterns do not work the same as git #1759
The handling of ignore patterns did not properly match how git handles them. The logic has been reworked and now has tests that compare it directly to git.
Fix server crash when launched without console #1774
If a plugin launched
csharpier serverwithout a console it would crash. This has been resolved thanks to @rcdaileyFull Changelog: belav/csharpier@1.2.1...1.2.2
v1.2.1Compare Source
What's Changed
Multiline comments are now formatted in a single line in XML format #1747
The 1.2.0 release was combining xml comments into a single line.
Full Changelog: belav/csharpier@1.2.0...1.2.1
v1.2.0Compare Source
What's Changed
Custom XML Parser #1679
CSharpier now has a custom xml parser.
XmlDocumentandXDocumentdo not provide the original white space or the original attribute values from the file that was parsed which blocked the ability to implement supporting keeping empty new lines and not automatically encoding attributes.Support for keeping empty lines in xml files #1599
CSharpier now supports keeping a single empty line between elements in xml files. It will remove any initial or trailing empty lines.
Xml - don't automatically encode attribute values #1610
CSharpier will no longer encode attribute values. It will leave them encoded if they are supplied that way.
Add option to all integrations to report incorrect formatting as a warning instead of error #1687
Formatting "using" import split on multiple lines requires formatting it twice to get the expected result #1698
When a using contained a newline before the namespace it was not being sorted properly.
An empty line is inserted in lambda #1694
CSharpier was inserting an extra blank line in some situations with a lambda and a collection expression
Indent .ThenInclude() for clearer navigation hierarchy in EF Core queries #1602
CSharpier now treats
.ThenIncludeas a special case to improve formatting of EF queriesInconsistent indentation between
isand other operators #1601Pattern operators were being indented inconsistently with other operators. The formatting is now more consistent
Error when formatting with an indent size <= 0 #1741
Previously csharpier would attempt to format code when indent size was set to 0. This was not intentional and had a number of bugs. CSharpier now error out when encountering an indent size of 0
Fix condition causing FirstTargetFramework build property erasure #1696
In some situations CSharpier.Msbuild was running into a build failure.
Full Changelog: belav/csharpier@1.1.2...1.2.0
adamralph/minver (MinVer)
v6.1.0Compare Source
Enhancements
PublicApiGenerator/PublicApiGenerator (PublicApiGenerator)
v11.5.4Compare Source
What's Changed
Full Changelog: PublicApiGenerator/PublicApiGenerator@11.5.3...11.5.4
v11.5.3Compare Source
What's Changed
Full Changelog: PublicApiGenerator/PublicApiGenerator@11.5.2...11.5.3
v11.5.2Compare Source
What's Changed
New Contributors
Full Changelog: PublicApiGenerator/PublicApiGenerator@11.5.1...11.5.2
v11.5.1Compare Source
New features
Misc
Full Changelog: PublicApiGenerator/PublicApiGenerator@11.5.0...11.5.1
v11.5.0Compare Source
What's Changed
CI updates
Full Changelog: PublicApiGenerator/PublicApiGenerator@11.4.6...11.5.0
SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)
v10.19.0.132793: 10.19Compare Source
Documentation
False Positive
False Negative
Task
Bug
v10.18.0.131500: 10.18Compare Source
This releases focuses on fixing the false-positives that are raised on code making use of the new features in C# 14.
Improvement
Task
False Positive
False Negative
v10.17.0.131074: 10.17Compare Source
False Negative
Task
New Feature
Bug
Improvement
v10.16.1.129956: 10.16.1Compare Source
Rotations of binary signing keys
v10.16.0.128591: 10.16Compare Source
False Positive
False Negative
Bug
VerifyTests/Verify (Verify.Xunit)
v30.20.1Compare Source
v30.20.0Compare Source
v30.19.2Compare Source
v30.19.1Compare Source
v30.19.0Compare Source
v30.18.0Compare Source
v30.17.0Compare Source
v30.16.0Compare Source
v30.15.0Compare Source
v30.14.0Compare Source
v30.13.0Compare Source
v30.12.0Compare Source
dotnet/sdk (dotnet-sdk)
v8.0.418Compare Source
Release
v8.0.417: .NET 8.0.23Compare Source
Release
v8.0.416: .NET 8.0.22Compare Source
Release
What's Changed
Full Changelog: dotnet/sdk@v8.0.415...v8.0.416
v8.0.415: .NET 8.0.21Compare Source
Release
What's Changed
Full Changelog: dotnet/sdk@v8.0.414...v8.0.415
v8.0.414: .NET 8.0.20Compare Source
Release
What's Changed
Full Changelog: dotnet/sdk@v8.0.413...v8.0.414
xunit/visualstudio.xunit (xunit.runner.visualstudio)
v3.1.5Compare Source
Configuration
📅 Schedule: Branch creation - "before 07:00 on Thursday" in timezone Europe/Oslo, 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.