microsoftenator2022 / MicroUtils.HarmonyAnalyzers

BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Analyzer cannot see non-public members #1

Open microsoftenator2022 opened 1 month ago

microsoftenator2022 commented 1 month ago

Non-public target methods and injected parameters for non-public fields do not resolve

microsoftenator2022 commented 1 month ago

IgnoresAccessibility is false for the SemanticModel provided to analysis contexts. Creating a new semantic model results in a RS1030 warning - it's probably a bad idea to create a new SemanticModel.