Commit b1288f2
feat(generator): expose NinoBuiltInTypesRegistration as public
Changed NinoBuiltInTypesRegistration class from internal to public to allow
other assemblies to manually invoke built-in type registration initialization.
This enables external assemblies to explicitly control when built-in type
registrations are initialized, useful for scenarios where automatic initialization
via ModuleInitializer or static constructors may not be desirable.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent c7188b8 commit b1288f2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
0 commit comments