Skip to content

citizenmatt/resharper-apitracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Tracker for ReSharper

ReSharper doesn't have a plugin API as such. Plugin authors are free to use any public type or method, which gives a lot of flexibility and power - a plugin author can do nearly anything the dev team can.

However, this means that as the product evolves, the API will also evolve and introduce breaking changes. Major and minor revisions (e.g. 7.1 -> 8.0 and 8.0 -> 8.1) introduce breaking changes, and require plugins to be recompiled. Maintenance releases shouldn't have any breaking changes.

This repo uses Jake Ginnivan's ApiApprover (blog post here) to track changes to the public API. It generates a text file representing the public API of an assembly, and uses ApprovalTests to compare that against a previously approved text file. Any differences are treated as a failing test, and the two files are displayed in a diff program. The changes can then be documented and approved.

About

Track changes in ReSharper's public API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages