Skip to content

Conversation

@JamesVaughan
Copy link
Member

No description provided.

JamesVaughan and others added 16 commits November 23, 2021 10:07
Added static analysis hints on nullable attribute parameters.
* Renamed XTMF2.Client to XTMF2.RunServer to better describe what it is used for.

* Started to extract out parameters so they could be either a simple string value or become an expression.
* Added an implementation for including variables.
* Implemented brackets and not.
* Implemented integer binary operators for +, -, *, /, <, <=, >, >=, ==, and !=.
* Added Select operator.
  * The select operator acts like an if statement with (condition ? resultIfTrue : resultIfFalse).
* Implemented And and Or operators for booleans.
* Implemented Exponent Operator.
Update CL/CI to compile Release builds.
…stem session. (#128)

Currently this implementation does not support variables in the expression.
* Update to .Net 8

* Update CL/CI compiler
* Updated to .Net 10

Removed API breaking changes for UnitTest framework

* Updated unit tests to remove all warnings.

* Updated workflow to use Windows 2025
@JamesVaughan JamesVaughan self-assigned this Jan 16, 2026
@JamesVaughan JamesVaughan merged commit 34b1caf into InnerRing Jan 16, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants