Cédric L. Charlier

Results 93 comments of Cédric L. Charlier

Thx for the confirmation of your scenario. Indeed a custom extension is a bit overkill if you just have to execute one sql. Nevertheless, keep in mind that your `prebuild`...

- [X] basic JSON converter to result-set (see rules above) - [ ] support xml syntax for a transformation such as flattenize (using the previous converter)

Thx for the report, a bit surprised but will take a look when I've time (so not right now).

Sounds a good item to start to work on NBi and implement new features. **_How to:_** Before anything, clone the project and start from the branch named ```develop```. 0. Select...

I'm aware that several users use this trick to remotely execute SSIS packages. It has always been in my plans to implement this into NBi but a first step was...

I probably broke something in the latest releases of NBi related to SSIS. Since the beginning, the management of the SQL Server versions has been a pain and I decided...

I'll probably work on a compatibility with SSIS Catalog during the Xmas holidays.

NBi doesn't support more than one assertion by test. It's in fact a poor practice to do than in unit testing.

As far as I understand your suggestion, the issue is that a user could just select the "Test B" in the interface and the setup and cleanup will never be...

To wrap-up the complexity for implementing this feature: NUnit is passing one by one all the tests that must be executed during a run. As such, NBi can check if...