Files
Peter Ibekwe 43b3ce6027 .NET: Add feature-usage bitmask (#7709)
* Add feature-usage User-Agent telemetr

* Removed static keyword from irrelevant methods.

* Update method names and fix CI test issue.

* Revert irrelevant changes.

* Address PR comments.

* Fix CI issue from merge conflict resolution.
2026-08-21 01:38:05 +00:00
..

.NET feature registry validation

This project parses the .NET v1 table in docs/specs/feature-usage-bit-registry.md and validates package-local FeatureIndex declarations.

The tests validate allocation, ownership, naming, range, uniqueness, external exceptions, complete in-repository coverage, and production activation references for every local feature index.