Originally with 0.26.0, the /src/ProjectName/.editorconfig file would be used for determining the configuration options for a file within src/ProjectName. This resulted in the existing options within .csharpierrc being ignored.
With 0.26.1, if a .csharpierrc exists anywhere above a given file, it will be used to determine the configuration options.
CSharpier now sorts using statements. It follows the following rules
global using System.Linq; // sort global first
using System; // sort anything in System
using NonSystem; // sort anything non-system
using static Static; // sort static
using Alias = Z; // sort alias
using SomeAlias = A;
#if DEBUG // finally any usings in #if's
using Z; // contents are not sorted as of now
using A;
</tr></table>
Originally with 0.26.0, the /src/ProjectName/.editorconfig file would be used for determining the configuration options for a file within src/ProjectName. This resulted in the existing options within .csharpierrc being ignored.
With 0.26.1, if a .csharpierrc exists anywhere above a given file, it will be used to determine the configuration options.
CSharpier now sorts using statements. It follows the following rules
global using System.Linq; // sort global first
using System; // sort anything in System
using NonSystem; // sort anything non-system
using static Static; // sort static
using Alias = Z; // sort alias
using SomeAlias = A;
#if DEBUG // finally any usings in #if's
using Z; // contents are not sorted as of now
using A;
#endif
</tr></table>
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the non-breaking-change-deps group with 3 updates: Microsoft.NET.Test.Sdk, xunit and csharpier.
Updates
Microsoft.NET.Test.Sdk
from 17.7.2 to 17.8.0Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
Commits
cf7d549
[rel/17.8] Update dependencies from devdiv/DevDiv/vs-code-coverage (#4692)9fbb6e9
Merge branch 'main' into rel/17.8bb99e3e
Upgrade Newtonsoft.Json from 13.0.1 to 13.0.3 (#4681)e527e41
[main] Update dependencies from dotnet/source-build-reference-packages (#4677)f49f8c0
Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov...44d3923
Release branding 17.8.0de95035
Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov...c2d75c9
Fix SB ref assembly issue for System.ComponentModel.Composition (#4675)7c7e680
Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov...d0f7444
Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov...Updates
xunit
from 2.5.3 to 2.6.1Commits
9f1684f
v2.6.15d9ef4b
Remove unnecessary XUNIT_VALUETASK definition0266bac
Latest assertionsfb3c3cf
Remove all ValueTask support from assertions801790c
Reconcile AcceptanceTestAssembly and friends with v3f244cc8
More shared assertion tests that shouldn't return ValueTask262dd72
Shared assertion tests cannot return ValueTask36bbf77
Bump up to v2.6.1-pre6a07b95
v2.6.05a7297e
#2806: Performance improvements in Assert.Equal (v2)Updates
csharpier
from 0.25.0 to 0.26.1Release notes
Sourced from csharpier's releases.
... (truncated)
Changelog
Sourced from csharpier's changelog.
... (truncated)
Commits
3d5768a
Releasing 0.26.1 (#994)a9c4ff1
fix issues with duplicated editorconfig sections, handle failures parsing edi...93baf5a
An existing csharpierrc file always takes priority over editorconfig (#991)a8a6683
Bumping up to 0.26.0 (#990)9f2673f
more playground fixesfde122f
get this live81e5954
Fix typo in Configuration.md (#986)0a71619
playground working42f66a3
get playground working70db9c7
releasing 0.26.0 (#985)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show