Dawid Sibiński

Results 6 comments of Dawid Sibiński

Sure, no worries. Just answer when you find some time. For now, I decided to not use any automation for C#->TS generation, but it would be great if your tool...

Hi @mischnic ! I created a sample ASP.NET 6 project with Parcel app: https://github.com/dsibinski/DotnetParcelApp The repo's readme contains all info on how to run it. If you manage to run...

I'm also facing this issue. The scenario is a bit different, but it's probably the same cause. I have several sources defined in `package.json`: ```json "source": [ "src/appsEntries/app1.ts", "src/appsEntries/app2.ts", "src/appsEntries/app3.ts"...