Comments
Sort by recent activity
Hello, After a thorough investigation we've been unable to replicate the reported issue. Would you be willing to supply a project that demonstrate the problem so we can find the root cause? / comments
Hello,After a thorough investigation we've been unable to replicate the reported issue.Would you be willing to supply a project that demonstrate the problem so we can find the root cause?
Hello Titanic, Thank you for raising this. Are you using error reporting via the SDK or the Smart Assembly application please? Additionally, are you using a custom web server of your own for the reporting or are the reports coming in via our service? / comments
Hello Titanic,Thank you for raising this. Are you using error reporting via the SDK or the Smart Assembly application please?Additionally, are you using a custom web server of your own for the repo...
This can sometimes occur if there isn't complete parity between the available .Net versions on the machine that that authored the code and the build machine. I'd recommend comparing them via a dotnet --info command. / comments
This can sometimes occur if there isn't complete parity between the available .Net versions on the machine that that authored the code and the build machine.I'd recommend comparing them via a dotne...
Hello mohammad.hafizullah, There's presently no SSH integration in Flyway Desktop, to achieve this you'd need to initiate something like a PuTTY session first, and then connect with Flyway Desktop. / comments
Hello mohammad.hafizullah,There's presently no SSH integration in Flyway Desktop, to achieve this you'd need to initiate something like a PuTTY session first, and then connect with Flyway Desktop.
Hi Stevie1, Almost nothing, it was a minor bump to publish the nuget packages with 8.3.0 unintentionally missed. I think there was also a very minor bug fix for a rare edge case of config mishandling. / comments
Hi Stevie1,Almost nothing, it was a minor bump to publish the nuget packages with 8.3.0 unintentionally missed.I think there was also a very minor bug fix for a rare edge case of config mishandling.
Hello, I'm afraid we got a little excited and updates our release notes a little early. This version of Smart Assembly which supports .Net 8 is in closed beta, this is also why the nuget package has not been updated. To avoid further confusion the release notes have been reverted until the version is release to general availability. Please accept our apologies for the confusion, we hope to go GA with this version in the very near future. / comments
Hello, I'm afraid we got a little excited and updates our release notes a little early. This version of Smart Assembly which supports .Net 8 is in closed beta, this is also why the nuget package ha...
I've just noticed your post was marked as a discussion rather than a question, I've just altered it. Do you now have the option to mark it as answered? You may need to refresh. / comments
I've just noticed your post was marked as a discussion rather than a question, I've just altered it.Do you now have the option to mark it as answered? You may need to refresh.
My pleasure virajb, if our answers are helpful please consider marking them as an accepted answer, to help others members of the community find useful information. Have a good week. / comments
My pleasure virajb, if our answers are helpful please consider marking them as an accepted answer, to help others members of the community find useful information.Have a good week.
Hello virajb, Thank you for the question. Your understanding is indeed correct, it should be invoked as needed, not as a matter of course. There are multiple reasons for this. As you highlighted, the safety net of checksum changes, in the current configuration, someone could essentially make silent modifications and were this then later run against a new environment, you would have disparate results. Showing failed migrations is particularly desirable if you have multiple people contributing as it will highlight existing issues, making it easier to avoid compounding them. Lastly, something often missed is that repair is a targetted command just like migrate. So if the locations were to change in your pipeline for migrate alone, the unmodified repair command would then most likely not do what you were intending and on the next run, remove all the applied migration that it couldn't resolve. (source) The intention of repair should effectively be 'maintenance mode' in the event manual intervention is required. / comments
Hello virajb,Thank you for the question. Your understanding is indeed correct, it should be invoked as needed, not as a matter of course. There are multiple reasons for this.As you highlighted, the...