Skip to content

Releases: Velociraptor45/RefleCS

v0.3.0

31 Dec 10:05
111f5b0

Choose a tag to compare

  • Upgrade to .net10
  • Add support for class fields
  • Fixed a bug with a wrong colon for classes without base class

v0.2.0

17 Aug 09:30
4a9e2a5

Choose a tag to compare

New

  • Introduce OrderUsingsAsc() and OrderUsingsDesc() for CsFile (#6)
  • Add Record support (#10)
  • Add Method class implementation (#15)
  • Add Property class implementation (#12)
  • Add Parameter class implementation (#13)

Fixed

  • Exception when existing file is empty or no C#

Changed

  • Create output directory if not existing when saving CsFile
  • Upgrade to .net8 (#11)
  • Make node methods chainable (#22)
  • Add summaries to all exposed methods, properties & classes

v0.1.0

11 Sep 06:10
ace7fb1

Choose a tag to compare

New (Initial Release)

  • Create new C# files
  • Edit and analyze existing C# files