Jonathan Mezach
Jonathan Mezach
This is a good question. I stumbled on to this library while looking for a way to combine Redux and Aurelia and from what I've seen so far it works...
Would you mind sharing a repro of this issue so we can investigate what's going wrong here?
This is the exception we're getting when the dialog is open: ``` bluebird.js:1542 Unhandled rejection TypeError: Cannot read property 'lock' of undefined at UxDialogHeader.vendor_e20e2e25994cf48c7588../node_modules/aurelia-dialog/dist/native-modules/ux-dialog-header.js.UxDialogHeader.bind (http://localhost:9000/node_modules/@rrwfm/rr/dist/vendor.bundle.js:7525:61) at View.bind (http://localhost:9000/node_modules/@rrwfm/rr/dist/vendor.bundle.js:20319:22) at Controller.bind...
@AlphaMalik Thanks for the question. We currently don't have a tool that can perform the migration, nor do we have a mapping table. To be honest, I wasn't even aware...
@wessonben Thanks for reporting this issue. Based on the output you've provided it seems that the `PostDeployment.sql` script is being added to the model, which doesn't work because it probably...
@greektreat Could you share the contents of your project file and any errors you're getting? That would help us to figure out what the issue is.
@greektreat How are you defining those SqlXmlSchemaCollection objects in your SQL scripts? Based on the project file it seems that the XML schema files aren't included in the build, but...
@greektreat To be honest I have no idea what's going wrong here. Do you have an existing `.sqlproj` file that you're willing to share where this is working? Perhaps that...
Would it be possible to share just the relevant details? I'm particularly interested to see how the `.xsd` is referenced from the project file in the `.sqlproj` case.
@verquepasa Thank you for reporting. To be honest, I'm not entirely what you mean. Would you mind sharing the contents of your project file and the full output of `dotnet...