Jericho
Jericho
FluentHttpClient version 4.4.0 has been released. Upgrading our reference to this new release resolves this warning.
:tada: This issue has been resolved in version 0.108.0 :tada: The release is available on: - [GitHub Release](https://github.com/jericho/StrongGrid/releases/tag/0.108.0) - [NuGet Package](https://www.nuget.org/packages/StrongGrid/0.108.0) Your **[GitReleaseManager](https://github.com/GitTools/GitReleaseManager)** bot :package::rocket:
We performed a follow up automated audit of your Cake addin and found that some (or all) issues previously identified have not been resolved. We strongly encourage you to make...
AddinDisco can certainly generate a new report (markdown, Excel, or any format really) as long as I understand where to get the information from.
Funny, you suggested something similar quite a while ago and it inspired me to attempt to [inspect addins using reflection](https://github.com/cake-contrib/Cake.AddinDiscoverer/issues/23) but I didn't succeed. If I remember correctly, I was...
ok but won't I still need to scan the assembly to figure out which class(es) and/or method(s) are decorated with the appropriate Cake attribute?
Detecting the aliases is what I tried when you suggested it (about 2 1/2 years ago) and unfortunately, I failed. I am willing to give it another go. If I...
Does anybody have a sample of what the report should look like?
This is not a current feature. Is that something you would like to contribute back to the project?
I started working on this new feature: - [ ] Create an event - [ ] Delete an event - [ ] Publish an event - [ ] Duplicate an...