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

Commits on Jul 23, 2024

  1. Update AbstractResxGenerator.cs - Changed the access modifier for for…

    …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.
    uo1 authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ba57aaa View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Update Resources.Designer.cs

    replaced "internal" access modifier for format method with "public"
    uo1 authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    4306b59 View commit details
    Browse the repository at this point in the history
  2. Update Resources.Designer.cs

    replaced "internal" access modifier for format method with "public"
    uo1 authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    830b405 View commit details
    Browse the repository at this point in the history
  3. Update Resources.Designer.cs

    replaced "internal" access modifier for format method with "public"
    uo1 authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b08a0c5 View commit details
    Browse the repository at this point in the history