Releases: BepInEx/BepInEx.Analyzers
Releases · BepInEx/BepInEx.Analyzers
Release v1.0.8
Merge pull request #5 from xiaoxiao921/main Fix a case for harmony non-ref parameter analyzer and null ref exception for publicized accesses analyzer
Release v1.0.7
Changelog
- @Windows10CE: Include out as an alternative to ref for Harmony parameters
Release v1.0.6
Changelog
- @xiaoxiao921: Fix
HarmonyPropertyPatchAnalyzer
for cases whereHarmonyPatch
attribute has no arguments - @xiaoxiao921: Add
HarmonyMethodRefParametersAnalyzer
(checks for assignment to patch parameters that are missingref
) - @xiaoxiao921: Fix
AccessPublicizedMemberAnalyzer
to detect protected members
Release v1.0.5
Changelog
- @xiaoxiao921: Added Publicizer001 analyzer (Accessing a member that was not originally public)
Release v1.0.4
Mark as DevelopmentDependency
Release v1.0.3
Search subclasses for attributes + refactor
Release v1.0.2
Fix branch name