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

ResxSourceGenerator: Changed the access modifier of the generated format methods from "internal" to "public" as it is with the generated properties. #7360

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

uo1
Copy link

@uo1 uo1 commented Jul 24, 2024

Changed the access modifier of the format methods from "internal" to "public", like the generated properties are.
That also make it possible to access to those format methods from other assemblies, when the class is generated as public.

uo1 added 4 commits July 23, 2024 18:24
…mat methods to "public"

Changed the access modifier for format methods from "internal" to "public" like the properties are already. That makes it possible to access those methods from other assemblies too, when the class will be generated as public.
replaced "internal" access modifier for format method with "public"
replaced "internal" access modifier for format method with "public"
replaced "internal" access modifier for format method with "public"
@uo1 uo1 requested a review from a team as a code owner July 24, 2024 13:24
@uo1
Copy link
Author

uo1 commented Jul 24, 2024 via email

Copy link

codecov bot commented Jul 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.49%. Comparing base (81d9b5d) to head (b08a0c5).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7360   +/-   ##
=======================================
  Coverage   96.49%   96.49%           
=======================================
  Files        1443     1443           
  Lines      345799   345799           
  Branches    11374    11374           
=======================================
+ Hits       333671   333672    +1     
  Misses       9244     9244           
+ Partials     2884     2883    -1     

@uo1 uo1 changed the title Changed the access modifier of the format methods from "internal" to "public", like the generated properties are. ResxSourceGenerator: Changed the access modifier of the format methods from "internal" to "public", like the generated properties are. Jul 30, 2024
@uo1 uo1 changed the title ResxSourceGenerator: Changed the access modifier of the format methods from "internal" to "public", like the generated properties are. ResxSourceGenerator: Changed the access modifier of the generated format methods from "internal" to "public" as it is with the generated properties. Jul 31, 2024
Copy link
Contributor

@JustArchi JustArchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, we're also blocked by this in entirely unrelated project, so merging would be welcome.

@uo1
Copy link
Author

uo1 commented Nov 6, 2024

Closes issue #7452

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants