Skip to content

Releases: monkey0506/Monkeymoto.GeneratorUtils.GenericSymbolReferenceTree

v3.0.0

25 Oct 05:18
39643f2

Choose a tag to compare

3.0.0 (2024-10-25)

  • Bugfix for #3 (forced version update). This includes many breaking changes in the public API. Notably, GenericSymbolReferenceTree.GetBranch and the GenericSymbolReference public constructors have been removed.
  • Fix for #2. This clarifies the meaning and improves the function of GenericSymbolReference.IsSyntaxReferenceClosedTypeOrMethod.
  • Update Microsoft.CodeAnalysis.Analyzers package version to 3.11.0.

v2.0.1

18 Oct 22:22

Choose a tag to compare

2.0.1 (2024-10-18)

  • Allow tracking the SemanticModel used to acquire symbols.
  • Make tree IDisposable to allow freeing memory.
  • Update Microsoft.CodeAnalysis.CSharp package version to 4.11.0.
  • Include CHANGELOG.md in NuGet package.