You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added command-line switch that allows including types from the global…
… namespace.
Fixed an exception that occurred when accessing the attributes of a type. ("Core" version was not affected)
fix: Avoid possible NullReferenceException in NamespaceFilter
fix: A single -i parameter was treated like multiple ones causing the indexer to expect an -of parameter
feat: Changed my mind: Parse lambda-methods instead of ignoring them
ci: add basic CI with Github/action (#4)
* ci: add basic CI with Github/action (#1)
* ci: add WiP CI using Github actions
* ci: add release part, simplified build part
* ci: add missing condition for release part
* ci: bad version format was used for .Net Core setup action
* ci: change version target of `microsoft/setup-msbuild`
* ci: used bad 7z exec name
* ci: forgot command for 7z cmdline
* ci: add debug for release part
* ci: move to other action for uploading release artifacts
* ci: try adapting to find last release without creating it
* ci: add tags trigger
* ci: add link between create-release@v1 and upload-to-github-release@v1
* ci: add missing end-of-file