kaby76 / Trash

Toolkit for grammars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotnet build does not add all "<embeddedresource>" files to program.

kaby76 opened this issue · comments

There seems to be a bug in msbuild/dotnet build with <embeddedresource>. I was added code to implement ".stg" file named templates (since the .meta hack needs to be replaced), but notice this problem with one of the files not being placed in the DLL. This is a big deal because I have to work around the problem, likely creating a .zip file that contains all the files, then embedding the .zip file.

Fix in 0.21.0/