Update nuget non-major dependencies #75
Open
+8
−8
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.2.1→1.2.418.0.0→18.0.16.0.0→6.1.011.5.0→11.5.410.15.0.120848→10.17.0.13107431.5.3→31.9.31.15.0→1.21.01.2.1→1.2.4Release Notes
belav/csharpier (CSharpier.MsBuild)
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
microsoft/vstest (Microsoft.NET.Test.Sdk)
v18.0.1What's Changed
Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK installed: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation
Internal changes
Full Changelog: microsoft/vstest@v18.0.0...v18.0.1
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
SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)
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)
v31.9.3Compare Source
v31.9.2Compare Source
v31.9.1Compare Source
v31.9.0Compare Source
v31.8.0Compare Source
v31.7.3Compare Source
v31.7.2Compare Source
v31.7.1Compare Source
v31.7.0Compare Source
v31.6.1Compare Source
v31.6.0Compare Source
wiremock/WireMock.Net (WireMock.Net)
v1.21.0Compare Source
v1.20.0Compare Source
v1.19.0Compare Source
v1.18.0Compare Source
v1.17.0Compare Source
v1.16.0Compare Source
WithPathshould add the starting/if missing [feature]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.