Releases: kontext-e/jqa-csharp-plugin
Releases · kontext-e/jqa-csharp-plugin
v0.3.3
v0.3.2
New Features
- Bugfixes
v0.3.1
New Features
- Support for
.slnf
-Files - Reworked Concepts
- Bugfixes
v0.3.0
New Features
- Generic method type parameters are being analyzed
- Plugin is now FileScannerPlugin as opposed to DirectoryScanner Plugin
- Moved C# to json converter from GitHub to Maven (download may take a while)
- Bugfixes
v0.2.4
New Features
- Supports now JQAssistant Version 2.1.0
- Methods and Parameters now have same Type Analysis as Properties and Fields
- Bugfixes
v0.2.2
New Features
- Upgraded to .NET 8
- Improved Handling of Field and Property Types to better cover generic Types
- Added higher level namespaces, even if they were not explicitly declared
- Bugfixes
v0.2.0
New Features
- Added Support for Records and Structs
- Added Support for Properties and their accessors
- Assed Support for Partial Classes and Methods
- Improved Analysis of invocations
- Updated to .NET 6.0
- Various Bugfixes