-
Notifications
You must be signed in to change notification settings - Fork 1
Known issues and Workarounds
Steven Maillet edited this page Jul 1, 2025
·
1 revision
- StyleCop in Perpetual Preview mode
The SytleCop analyzers are used to flag a large number of issues and ensure the repo stays relatively consistent in style.
However, due to how that is maintained and various political choices made related to that, the analyzer itself is and
has been in a perpetual preview mode. This is a hotly contested issue where some go the extreme of throwing away use of
this analyzer as a result. This seems a tad on the excessive side of things as losing support for automated style
analysis is a HUGE loss. This repository just accepts the reality of that and uses the preview build. Sadly, it does mean
that some of the noisy/controversial rules are disabled outright, or the less noisy ones are suppressed in the code (with
attributes or isolated to very small areas with
#pragma
)
Copyright ©️ 2025 Ubiquity.NET contributors, ALL RIGHTS RESRERVED