[3.0] Format files I changed using CSharpier#25
Merged
Exanite merged 5 commits intofeature/khronos-vendor-lastfrom Jan 7, 2026
Merged
[3.0] Format files I changed using CSharpier#25Exanite merged 5 commits intofeature/khronos-vendor-lastfrom
Exanite merged 5 commits intofeature/khronos-vendor-lastfrom
Conversation
Command used (csharpier v0.29.2): dotnet csharpier sources/Core/Core/Annotations/NameAffixAttribute.cs && dotnet csharpier sources/Core/Core/Annotations/NativeNameAttribute.cs && dotnet csharpier sources/Core/Core/Annotations/SupportedApiProfileAttribute.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Clang/WindowsStdIncludeResolver.cs && dotnet csharpier sources/SilkTouch/SilkTouch/JobDependencies.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Mods/AddIncludes.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Mods/AddVTables.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Mods/Bakery/DefaultBakeStrategy.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Mods/Common/AttributeUtils.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Mods/Common/ModCSharpSyntaxRewriter.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Mods/Common/ModLoader.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Mods/Common/ModUtils.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Mods/ExtractNestedTyping.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Mods/InterceptNativeFunctions.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Mods/MarkNativeNames.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Mods/MixKhronosData.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Mods/PrettifyNames.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Mods/StripAttributes.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Mods/TransformEnums.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Mods/TransformHandles.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Mods/Transformation/ArrayParameterTransformer.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Mods/Transformation/FunctionTransformer.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Naming/CandidateNames.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Naming/CandidateNamesWithOriginal.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Naming/INameTrimmer.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Naming/NameTrimmer.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Naming/NameTrimmer217.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Naming/NameTrimmer218.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Naming/NameTrimmerContext.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Naming/NameUtils.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Naming/TrimmerOrder.cs && dotnet csharpier sources/SilkTouch/SilkTouch/Sources/IInputResolver.cs && dotnet csharpier tests/SilkTouch/SilkTouch/Khronos/MixKhronosDataTests.cs && dotnet csharpier tests/SilkTouch/SilkTouch/Naming/NameTests.cs
d9e7f58 to
4dffd37
Compare
Owner
Author
|
Force push to use CSharpier v0.29.2 instead of v1.2.5 to match version declared in dotnet-tools.json, which is the same version automatically used by the CSharpier plugin. The two versions have different outputs. We probably should update CSharpier and ensure the |
Not sure why the output is unstable, but it's fine after this second execution.
Owner
Author
|
Not sure why, but the second output of executing CSharpier doesn't match the first execution's output. I'm not going to worry about it too much since we're on an old version of CSharpier right now. |
Merged
74 tasks
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.

Summary of the PR
This formats all files that I manually changed during my name improvements sets of PRs using CSharpier.
Related issues, Discord discussions, or proposals
Review comment with request from Perksey: dotnet#2503 (comment)
Further Comments
N/A