You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use ThisAssembly.Strings, but for me it doesn't generate any code for resource files.
I'm creating an empty console project with Resources.resx file at the root. But generator only creates ThisAssembly.Strings.g.cs.
I try older versions of ThisAssembly and version 1.0.10 is working, but not with 1.1.0.
Am i missing something in the configuration?
Steps to Reproduce
Create empty c# console application (.net 6)
Install ThisAssembly 1.2.9
Create resource file Resources.resx.
Add row with key Foo_Bar and value Baz
Set modifier to Internal
Code for this resource not be generated
Expected Behavior
ThisAssembly.Strings.Foo.Bar to be generated.
Version Info
.NET 6
Visual Studio 2022 17.4.4
ThisAssembly 1.2.9
The text was updated successfully, but these errors were encountered:
I now tried to install only the ThisAssembly.Strings and in this case it works. But if i additionally install the ThisAssembly.Resources, then the ThisAssembly.Strings no longer generates code for resource file. And therefore, when installing a meta-package, no code is generated from the resource file.
Describe the Bug
I want to use ThisAssembly.Strings, but for me it doesn't generate any code for resource files.
I'm creating an empty console project with
Resources.resx
file at the root. But generator only createsThisAssembly.Strings.g.cs
.I try older versions of ThisAssembly and version
1.0.10
is working, but not with1.1.0
.Am i missing something in the configuration?
Steps to Reproduce
Resources.resx
.Foo_Bar
and valueBaz
Internal
Expected Behavior
ThisAssembly.Strings.Foo.Bar to be generated.
Version Info
.NET 6
Visual Studio 2022 17.4.4
ThisAssembly 1.2.9
The text was updated successfully, but these errors were encountered: