Can I execute a .NET (Core) console application? #706
-
I know it says any language, but wanted to check specifically about .NET 8 console applications. I would write them to accept JSON for input and would write JSON to the console after it's done. Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
dsturgilljr
Jan 9, 2024
Replies: 1 comment 1 reply
-
Yes! We have written a .NET console app that is published as a self-contained executable as part of our Cronicle build. Our Cronicle plugins call our console app, and we use the parameters of Cronicle to pass in information for different functions. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ajtatum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes! We have written a .NET console app that is published as a self-contained executable as part of our Cronicle build. Our Cronicle plugins call our console app, and we use the parameters of Cronicle to pass in information for different functions.