shpaass / yafc-ce

Powerful Factorio calculator/analyser that works with mods
GNU General Public License v3.0
40 stars 15 forks source link

Analyze the suggestions of "IDE0052: Remove unread private members" #181

Open shpaass opened 3 weeks ago

shpaass commented 3 weeks ago

This low-priority task is a part of an effort to make TODOs less obscure and more tractable.

Unmuting the inspection IDE0052: Remove unread private members suggests to delete ProjectPajeView.SearchQuery, which sets off a chain of refactors that need to be analyzed for whether they're useful or not.

Essentially, we need to decide whether we unmute this inspection in the editorconfig and apply it, or keep the inspection suppressed.