Daniel Valadas
Daniel Valadas
I took a quick look, it generates markdown which is cool, but it is nowhere near what we have in the html report. Closing since it does not improve anything...
If I remember correctly what was meant here is that the CI build automation does not publish the artifacts other than on the release/* or main branch (like to test...
Got fixed as part of https://github.com/DNNCommunity/dnn-elements/pull/991
I am not disagreeing but be aware that this would be a breaking change for consumers, we are still in v0.x.x phase so it is technically possible but the project...
Yes, I initially was trying on Dnn 9.3.0 nightly build, and created a brand new clean 9.2.2 instance to try to compare. It shows the Dnn generic error page with...
Oh, and yeah, I cleared cache, bumped CDV version, restarted app pool and even restarted iis for good measure :)
@leedavi Ok, I ran some more tests. It ends up that it was not because of Dnn 9.2, but the module does not work when using an object qualifier, and...
I am not sure if it is an sql script, the install did not complain. My guess is that it is something in the datalayer somewhere that is not using...
I see this line: ``` return Convert.ToString(SqlHelper.ExecuteScalar(ConnectionString, CommandType.Text, commandText)); ``` in the dataprovider implementation, all others use the object qualifier, probably some code elsewhere using this method to execute sql...
I did not have time to troubleshoot deeper but it happens as soon as I set the skin, hope it helps...