Releases: GitHubPang/Rossynt
Releases · GitHubPang/Rossynt
rossynt-213.12.1
rossynt-213.12.0
Changed
- Updated
Microsoft.CodeAnalysis.CSharp
(Roslyn) from 4.0.1 to 4.1.0. Now it recognizes C# 11 stuff such asExclamationExclamationToken
- 82128cf, 0be63f7
rossynt-213.11.0
Changed
- Disable the "Select Node at Caret" button whenever the tree is empty - c26720c
rossynt-213.10.0
Added
- Support .NET 6.
Removed
- Dropped support for .NET Core 2.1, which has already reached end of support on 2021-08-21.
rossynt-213.9.0
Added
- Recognize a few more syntax kinds as error:
BadDirectiveTrivia
,UnknownAccessorDeclaration
,IncompleteMember
- 40e3521
rossynt-213.8.0
Added
- Show error icon in table - ccb9703
rossynt-213.7.1
Changed
- Improve table look and feel - da1f6d7
rossynt-213.7.0
Added
- Added speed search for table - 2742f7d
rossynt-213.6.0
Changed
- Updated
Microsoft.CodeAnalysis.CSharp
(Roslyn) from 3.11.0 to 4.0.1. Now it recognizes more C# 10 stuff, such asFileScopedNamespaceDeclarationSyntax
, which is for file-scoped namespace declaration - 2d79245
rossynt-203.5.0
Added
- Support IntelliJ Platform 2021.3 - 422f80a