NETCoreBlockly icon indicating copy to clipboard operation
NETCoreBlockly copied to clipboard

.NET Core API to Blockly - generate from WebAPI, Swagger, OData, GraphQL => https://visualapi.azurewebsites.net/

Results 49 NETCoreBlockly issues
Sort by recently updated
recently updated
newest added

Want to tag a function as a callback when an event occurs.probably something more at my end, Softata, though. I'm working with Arduino code so want hardware events to call...

How should Chat GPT etc be applied to Blockly context? Trying to get my head around what it means.

https://softatawebapii.azurewebsites.net/

Following on from issue: [#174 Given an enum type as parameter to a Controller can the enum literals show rather than the ordinal?](https://github.com/ignatandrei/NETCoreBlockly/issues/172) which is closed., When the ordinals are...

Is there a way to have constants as blocks that could be selcted then attached to blocks?

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies
github_actions

Unless there is already a way, it would be nice to have switch blocks based upon ordinals. Supposed one issue might be the number of switches. Today I implemented the...

Is it possible to have a block where an input is a selection from a menu that data for which is a list or even a CSV list. That is...

For 👍 ``` /// /// DeviceType enum /// public enum DeviceType { sensor, display, actuator, serial, other, inputdevice } /// /// Device object /// public class Device { /// ///...