Releases: monkey0506/Monkeymoto.GeneratorUtils.GenericSymbolReferenceTree
Releases · monkey0506/Monkeymoto.GeneratorUtils.GenericSymbolReferenceTree
v3.0.0
3.0.0 (2024-10-25)
- Bugfix for #3 (forced version update). This includes many breaking changes in the public API. Notably,
GenericSymbolReferenceTree.GetBranchand theGenericSymbolReferencepublic constructors have been removed. - Fix for #2. This clarifies the meaning and improves the function of
GenericSymbolReference.IsSyntaxReferenceClosedTypeOrMethod. - Update
Microsoft.CodeAnalysis.Analyzerspackage version to 3.11.0.
v2.0.1
2.0.1 (2024-10-18)
- Allow tracking the
SemanticModelused to acquire symbols. - Make tree
IDisposableto allow freeing memory. - Update
Microsoft.CodeAnalysis.CSharppackage version to 4.11.0. - Include
CHANGELOG.mdin NuGet package.