blockingHD
blockingHD
**Is your feature request related to a problem? Please describe.** We are trying to implement Click Analytics in an Angular app and would like to be able to collect click...
Add capability to add picture on the slide using `.ico` image. Use the test [AddPicture_adds_picture_from_ico_image](https://github.com/ShapeCrawler/ShapeCrawler/blob/92d12de08ab8552b8139281e536cf3c211bd75a9/test/ShapeCrawler.Tests.Unit/ShapeCollectionTests.cs#L637-L657) to implement this feature: ```C# [Test] public void AddPicture_adds_picture_from_ico_image() { // Arrange var pres =...
Service Bus Output Binding is creating multiple messages from a JSON array when returning a string
Service bus output binding creating multiple messages when returning a string which is a JSON array. This has been noted since updating to **.Net 8** and using the **dotnet-isolated** function...