How does SR
class is generated?
#67797
-
There are resource files and also there is this SR class. Somehow during build it generates this: Any links on how this is possible? I can't see the place where we are specifying the name |
Beta Was this translation helpful? Give feedback.
Answered by
danmoseley
Apr 9, 2022
Replies: 1 comment 1 reply
-
Line 8 in 57bfe47 I believe it's those files, or at least that should give you a start. Why are you interested? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
B1Z0N
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/dotnet/arcade/blob/e7ede87875f41a9b3df898ae08da5ebc96e24f56/src/Microsoft.DotNet.Arcade.Sdk/tools/GenerateResxSource.targets#L71
runtime/eng/resources.targets
Line 8 in 57bfe47
I believe it's those files, or at least that should give you a start.
Why are you interested?