Commit Graph
164 Commits
Author SHA1 Message Date
Stone_Red 7d645f3c6e Add support for maps 2026-08-07 23:36:02 +02:00
Stone_Red 4626b5a7fa Remove duplicate empty lines in auto formatter 2026-08-07 01:03:30 +02:00
Stone_Red a5f9c5a178 Make end_func the only func ending block 2026-08-07 01:03:00 +02:00
Stone_Red 6bc5d01a2e Add named function parameters 2026-08-06 21:00:18 +02:00
Stone_Red e7bf9591ba Rename return to end_func and add proper return statment 2026-08-06 20:36:32 +02:00
Stone_Red ade4ab5ea6 Merge branch 'main' into develop 2026-06-11 19:46:26 +02:00
Stone_Red d09e054f8f Add stepwise and time-budgeted execution section and update API docs 2026-06-11 19:46:04 +02:00
Stone_Red c39a1d3ff4 Update package and project version to 1.1.0.0 2026-06-11 19:45:58 +02:00
Stone_Red ff8523fe8b Add XML doc comments for generated classes, constructors, and properties 2026-06-11 19:36:52 +02:00
Stone_Red 77ffdde2ef Make TemplateProcessor public and restrict some of its methods to internal 2026-06-11 16:05:47 +02:00
Stone_Red 13d85dbd05 Add property initializer default value support in generated classes 2026-06-11 15:24:04 +02:00
Stone_Red 73cb4ca669 Include public properties without setters from in code generator logic 2026-06-11 14:51:50 +02:00
Stone_Red 1760b85245 Generate StatementInformation classes with code generator 2026-06-11 14:47:59 +02:00
Stone_Red 5ad0053ef7 Add stepwise and time-based script execution with Step and RunFor methods 2026-06-11 01:02:24 +02:00
Stone_Red a465897f3c Fix remove extra spaces from %read_line and %read_key replacements 2026-06-10 23:35:38 +02:00
Stone_Red 8875f1ff99 Replace LINQ ordering with manual sorting for statement entries, replace Attributes form public API with normal data class 2026-06-10 23:35:20 +02:00
Stone_Red e7b300b3c1 Merge pull request #17 from Stone-Red-Code/develop
Add docsUrl and description in yesnt.nuspec file
2026-04-05 01:02:38 +02:00
Stone_Red 3f595567e3 Merge branch 'main' into develop 2026-04-05 00:59:27 +02:00
Stone_Red 09343734b6 Add docsUrl and description in yesnt.nuspec file 2026-04-05 00:59:08 +02:00
Stone_Red 8ec4f4baa0 Remove out of date api docs
Updated documentation for the library API, including changes to the usage of `StatementAttribute`, script execution on a background thread, and removed outdated blocking script example.
2026-03-06 18:14:19 +01:00
Stone_Red 465e08530c Merge pull request #16 from Stone-Red-Code/develop
Develop
2026-03-06 17:18:36 +01:00
Stone_Red fcf286fbc8 Merge branch 'main' into develop 2026-03-06 17:13:20 +01:00
Stone_Red d77a25a3c4 Document NuGet installation methods for YesNt.Interpreter package 2026-03-06 17:12:26 +01:00
Stone_Red 88493f6a56 Add path filter for src directory in workflow 2026-03-06 17:12:05 +01:00
Stone_Red 30066b3efb Restrict workflow triggers to 'src/**' paths
Limit workflow triggers to changes in the 'src' directory.
2026-03-06 17:11:42 +01:00
Stone_Red 7de8460d0b Merge pull request #15 from Stone-Red-Code/develop
Ok this is getting annoying
2026-03-06 15:01:56 +01:00
Stone_Red 6e8c2fa193 Merge branch 'main' into develop 2026-03-06 15:00:56 +01:00
Stone_Red 7e6d7cb138 Ok this is getting annoying 2026-03-06 15:00:28 +01:00
Stone_Red 534de5623d Merge pull request #14 from Stone-Red-Code/develop
Fix snapcraft manifest again
2026-03-06 14:49:23 +01:00
Stone_Red e86427108b Merge branch 'main' into develop 2026-03-06 14:47:10 +01:00
Stone_Red 30da7008e6 Fix snapcraft manifest again 2026-03-06 14:46:43 +01:00
Stone_Red c412a1d8ab Merge pull request #13 from Stone-Red-Code/develop
Fix snapcraft manifest again
2026-03-06 13:43:58 +01:00
Stone_Red 10ece2567c Merge branch 'main' into develop 2026-03-06 13:42:02 +01:00
Stone_Red 696899a287 Fix snapcraft manifest again 2026-03-06 13:41:29 +01:00
Stone_Red 45d7f4d78d Merge pull request #12 from Stone-Red-Code/develop
Fix snapcraft manifest
2026-03-06 13:27:50 +01:00
Stone_Red 60fa2ea2a4 Merge branch 'main' into develop 2026-03-06 13:24:28 +01:00
Stone_Red 196585b26e Fix snapcraft manifest 2026-03-06 13:23:10 +01:00
Stone_Red 0dd42dc225 Merge pull request #11 from Stone-Red-Code/Fix-working-directory-for-Chocolatey-push-step
Fix working directory for Chocolatey push step
2026-03-06 13:18:08 +01:00
Stone_Red ec652ccca4 Fix working directory for Chocolatey push step 2026-03-06 13:16:56 +01:00
Stone_Red 31e04c69c8 Merge pull request #10 from Stone-Red-Code/Change-build-script-execution-in-choco-deploy
Change build script execution in choco-deploy.yml
2026-03-06 13:14:36 +01:00
Stone_Red 95760b1807 Change build script execution in choco-deploy.yml 2026-03-06 13:13:30 +01:00
Stone_Red 256a631cdc Merge pull request #8 from Stone-Red-Code/develop
Develop
2026-03-06 13:10:22 +01:00
Stone_Red 5dd9fdde4e Handle Clear gracefully in non-interactive console without crashing 2026-03-06 13:09:23 +01:00
Stone_Red b5c0efe4e2 Merge pull request #9 from Stone-Red-Code/Add-choco-deploy-workflow
Add Chocolatey deployment workflow
2026-03-06 13:04:42 +01:00
Stone_Red ee0a9facc6 Add Chocolatey deployment workflow
This workflow automates the deployment of a Chocolatey package by checking out the code, setting up .NET, building the package, and pushing it to Chocolatey.
2026-03-06 13:04:26 +01:00
Stone_Red 8f87d8462b Update tests to use 'whoami' command instead of cmd 2026-03-06 12:53:48 +01:00
Stone_Red f7d35933d4 Update dotnet restore command to include project path
Specify the project directory for the dotnet restore command.
2026-03-06 12:41:54 +01:00
Stone_Red bdd1610221 Add dotnet test and build workflow
Add dotnet test and build workflow
2026-03-06 12:40:32 +01:00
Stone_Red 519ed3bed9 Update build and test commands to specify src directory 2026-03-06 12:38:53 +01:00
Stone_Red 2520e1d853 Update snapcraft manifest to use .NET plugin v2 2026-03-06 12:36:27 +01:00