Releases: joernio/DotNetAstGen
Releases · joernio/DotNetAstGen
v0.27.0
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
allow `Contents` property
v0.25.0
allow `Initializers` and `NameEquals` properties
v0.24.0
Added logging for DotNetAstGenRunnerResults
v0.23.0
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
add missing prop back
v0.21.0
allow `WhenFalse` and `WhenTrue` properties
v0.20.0
Allow Elements property on CollectionExpression to expand individual …
v0.19.0
Added `Parameter` Key and Removed `win-arm`
v0.18.0
allow Labels property