Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BracingStyle and IndentString to options #293

Merged
merged 6 commits into from
Dec 3, 2023
Merged

Add BracingStyle and IndentString to options #293

merged 6 commits into from
Dec 3, 2023

Conversation

sungam3r
Copy link
Member

@sungam3r sungam3r commented Mar 30, 2023

Other options from CodeGeneratorOptions are poorly applicable.

@github-actions github-actions bot added the tests Pull request that adds new or changes existing tests label Mar 30, 2023
# Conflicts:
#	src/PublicApiGenerator/ApiGeneratorOptions.cs
#	src/PublicApiGeneratorTests/ApiGeneratorTestsBase.cs
#	src/PublicApiGeneratorTests/Class_attributes.cs
#	src/PublicApiGeneratorTests/Class_event_attributes.cs
#	src/PublicApiGeneratorTests/Delegate_attributes.cs
#	src/PublicApiGeneratorTests/Field_attributes.cs
#	src/PublicApiGeneratorTests/Interface_attributes.cs
#	src/PublicApiGeneratorTests/Interface_event_attributes.cs
#	src/PublicApiGeneratorTests/Interface_method_attributes.cs
#	src/PublicApiGeneratorTests/Interface_method_return_value_attributes.cs
#	src/PublicApiGeneratorTests/Method_attributes.cs
#	src/PublicApiGeneratorTests/Method_parameter_attributes.cs
#	src/PublicApiGeneratorTests/Method_return_value_attributes.cs
#	src/PublicApiGeneratorTests/Namespaces_whitelisting.cs
#	src/PublicApiGeneratorTests/Property_attributes.cs
#	src/PublicApiGeneratorTests/Struct_attributes.cs
#	src/PublicApiGeneratorTests/Struct_member_order.cs
@sungam3r sungam3r added the enhancement New feature or request label Dec 3, 2023
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4f41526) 94.38% compared to head (986aae9) 94.37%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #293      +/-   ##
==========================================
- Coverage   94.38%   94.37%   -0.01%     
==========================================
  Files          17       17              
  Lines        1175     1174       -1     
  Branches      214      214              
==========================================
- Hits         1109     1108       -1     
  Misses         39       39              
  Partials       27       27              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sungam3r sungam3r merged commit e777c1c into master Dec 3, 2023
6 checks passed
@sungam3r sungam3r deleted the options branch December 3, 2023 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tests Pull request that adds new or changes existing tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants