calebeno

Results 7 comments of calebeno

Getting impacted by this issue currently. Any timeline on a possible fix?

@sushantdhiman Any progress on this? I would say that it's definitely a bug, especially when considering that the command line override works correctly when doing a `db:migrate` action but not...

Wanted to follow up on this. I am also having this issue and would love to see it fixed. What needs to be done to make progress?

Update to this issue. We're also starting to see a similar thing but with a different set of warnings: ``` The output from 'csharp-models-to-json' contains invalid JSON. warning NETSDK1138: The...

Update to the above. We've gone ahead and moved the library out of node modules and into our main codebase. This effectively creates a local fork with the update to...

@r-pankevicius yes, the underlying issue is different but it produces a similar effect on the json output. I found this thread in my own search for a solution so I...

That was my solution as well. We moved the package out of node modules and into a lib folder within our project. Unfortunate but seems to be what has to...