Skip to content

Releases: BepInEx/BepInEx.Analyzers

Release v1.0.8

24 Jan 20:02
141db9e
Compare
Choose a tag to compare
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

03 Nov 15:33
Compare
Choose a tag to compare

Changelog

  • @Windows10CE: Include out as an alternative to ref for Harmony parameters

Release v1.0.6

04 Oct 17:56
1e4870c
Compare
Choose a tag to compare

Changelog

  • @xiaoxiao921: Fix HarmonyPropertyPatchAnalyzer for cases where HarmonyPatch attribute has no arguments
  • @xiaoxiao921: Add HarmonyMethodRefParametersAnalyzer (checks for assignment to patch parameters that are missing ref)
  • @xiaoxiao921: Fix AccessPublicizedMemberAnalyzer to detect protected members

Release v1.0.5

28 Sep 19:03
Compare
Choose a tag to compare

Changelog

  • @xiaoxiao921: Added Publicizer001 analyzer (Accessing a member that was not originally public)

Release v1.0.4

29 Dec 21:04
Compare
Choose a tag to compare
Mark as DevelopmentDependency

Release v1.0.3

04 Nov 21:05
Compare
Choose a tag to compare
Search subclasses for attributes

+ refactor

Release v1.0.2

22 Oct 19:17
Compare
Choose a tag to compare
Fix branch name