Skip to content

Tags: rotsin/DynamicExpresso

Tags

v2.8.1

Toggle v2.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ignore multiple registration of the same delegate with the same name. (

…dynamicexpresso#158)

v2.8.0

Toggle v2.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bind dynamic properties and methods of concrete class, add late bindi…

…ng on object (dynamicexpresso#156)

v2.7.1

Toggle v2.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix github actions (dynamicexpresso#155)

v2.7.0

Toggle v2.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Configure github actions for CI (dynamicexpresso#147)

v2.7.0-beta.7

Toggle v2.7.0-beta.7's commit message
new symbols format

v2.7.0-beta.6

Toggle v2.7.0-beta.6's commit message
FIX

v2.7.0-beta.5

Toggle v2.7.0-beta.5's commit message
WIP

v2.7.0-beta.4

Toggle v2.7.0-beta.4's commit message
add code analysis

v2.7.0-beta.2

Toggle v2.7.0-beta.2's commit message
add publish action

v2.7.0-beta.3

Toggle v2.7.0-beta.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactored method GenerateStringConcat to use String overload (dynami…

…cexpresso#152)

* Refactored method GenerateStringConcat in Parser.cs

* Changed concatenation behaviour while concatenating a string with null

* Added new String_Concatenation_check_string_method and String_Concatenation_with_null tests

* Added more null concatenation tests

* Fixed string concatenation with functions returning null

* Added tests concatenation for classes with overriden ToString method

* Removed new line in String_Concatenation_with_null test

* Fixed concatenation with strings with value types
Removed not required code