VB -> C#: Localized designer files not converted #423
Labels
output logic error
A bug where the converted output behaves differently to the input code
VB -> C#
Specific to VB -> C# conversion
Input code
Create a new .NET Core 3.0 library (also applies to .NET Framework, with the relevant project file). Add two resource files,
Resource1.resx
andResource1.en-US.resx
.Use the following project file:
Erroneous output
The file
Resource1.en-US.Designer.cs
is not created, despite the corresponding VB file existing. Manually creating the file causes the contents to be generated correctly.Expected output
The designer file should exist. The non-localised one does.
Details
The text was updated successfully, but these errors were encountered: