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

Support generating public resource files #6827

Merged
merged 3 commits into from
Aug 2, 2023
Merged

Conversation

sharwell
Copy link
Member

@sharwell sharwell commented Aug 1, 2023

Addresses an issue mentioned in a comment: #5521 (comment)

The Format* methods produced when EmitFormatMethods is set to true are not declared public, pending a resolution of #6579.

This change minimizes the number of cases in code that need to account
for switching between public and internal accessibility based on
per-file options.
@sharwell sharwell requested a review from a team as a code owner August 1, 2023 13:37
@codecov
Copy link

codecov bot commented Aug 1, 2023

Codecov Report

Merging #6827 (3663935) into main (d2a70fe) will increase coverage by 0.00%.
Report is 96 commits behind head on main.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff            @@
##             main    #6827    +/-   ##
========================================
  Coverage   96.36%   96.37%            
========================================
  Files        1401     1401            
  Lines      329956   330085   +129     
  Branches    10837    10842     +5     
========================================
+ Hits       317965   318103   +138     
+ Misses       9259     9250     -9     
  Partials     2732     2732            

@sharwell sharwell merged commit 9710f37 into dotnet:main Aug 2, 2023
14 checks passed
@sharwell sharwell deleted the public-resx branch August 2, 2023 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants