Skip to content

Releases: joernio/DotNetAstGen

v0.27.0

20 Mar 08:47
eb369ed
Compare
Choose a tag to compare
Generate PDBs locally if needed (#22)

* generate PDBs locally if needed

 * integrate ILSpy for decompiling DLLs if needed
 * if PDB doesn't exist already, use ILSpy to generate it

* bring PDB writer from ILSpy decompiler here

* continue if generation fails

* fix few null dereference issues

v0.26.0

14 Mar 08:19
Compare
Choose a tag to compare
allow `Contents` property

v0.25.0

13 Mar 07:11
Compare
Choose a tag to compare
allow `Initializers` and `NameEquals` properties

v0.24.0

08 Mar 10:10
Compare
Choose a tag to compare
Added logging for DotNetAstGenRunnerResults

v0.23.0

08 Mar 09:55
Compare
Choose a tag to compare
Compressed DLL & Source Code Parsing Together

* Simplified CLI arguments back to simply `-i` and `-o`.
* Program runs separate processes depending if source code detected or DLLs detected
* Logging for errors is improved, and if a `DLL` is missing a `PDB` file, then this is skipped and an error is avoided
* If a user wanted only source code, or vice versa, the exclusion regex can be used

v0.22.0

01 Mar 08:40
Compare
Choose a tag to compare
add missing prop back

v0.21.0

01 Mar 08:18
Compare
Choose a tag to compare
allow `WhenFalse` and `WhenTrue` properties

v0.20.0

28 Feb 13:49
9b2868d
Compare
Choose a tag to compare
Allow Elements property on CollectionExpression to expand individual …

v0.19.0

28 Feb 09:31
Compare
Choose a tag to compare
Added `Parameter` Key and Removed `win-arm`

v0.18.0

24 Jan 09:26
Compare
Choose a tag to compare
allow Labels property