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
Embedded resources with extension other than *.resx are named incorrectly if a source code file with the same name is present(.NET Core 3.0 release)
#4761
Closed
aerworker opened this issue
Sep 25, 2019
· 2 comments
The text was updated successfully, but these errors were encountered:
aerworker
changed the title
Embedded resources with extensions other than *.resx are named incorrectly if a source code file with the same name is present(.NET Core 3.0 release)
Embedded resources with extension other than *.resx are named incorrectly if a source code file with the same name is present(.NET Core 3.0 release)
Sep 25, 2019
ConsoleApp1.zip
Steps to reproduce
Build and run attached application.
Note that SomeFile3.cs is depended upon SomeFile3.SomeExtension.
Project file
Directory contents:
Expected behavior
program output should include:
or at least
Actual behavior
program output include:
Environment data
dotnet --version
output:3.0.100
The text was updated successfully, but these errors were encountered: