Current issues on the ts-output branch (merge of .NET Core/Standard support and TypeScript output):
Minified code should not be generated/looked for any more, we will use external tools for minification.
Embedded resources in new project system are automatically named AssemblyName.FileName.ext this introduces errors. (on parsing resource argument and unpacking)
Current issues on the
ts-output
branch (merge of .NET Core/Standard support and TypeScript output):AssemblyName.FileName.ext
this introduces errors. (on parsing resource argument and unpacking)The text was updated successfully, but these errors were encountered: