You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Description>`NetEvolve.ForgingBlazor.Extensibility` is the core extensibility package for the ForgingBlazor framework, providing the fundamental abstractions, interfaces, and base models required to build custom content processors and extend the framework's functionality. This package serves as the foundation for creating plugins, content handlers, and custom page types within the ForgingBlazor ecosystem.</Description>
@@ -194,10 +127,6 @@ The package provides multiple extension points:
194
127
5.**Respect Cancellation**: Always honor `CancellationToken` parameters in async methods
195
128
6.**Keep Models Simple**: Avoid business logic in model classes; delegate to services or handlers
196
129
197
-
## Internal Access
198
-
199
-
The package declares internal visibility to the main `NetEvolve.ForgingBlazor` assembly, enabling tight integration while maintaining encapsulation for external consumers.
200
-
201
130
## Contributing
202
131
203
132
Contributions are welcome! Please ensure that:
@@ -213,11 +142,9 @@ This project is licensed under the MIT License. See the [LICENSE](https://github
213
142
214
143
## Related Packages
215
144
216
-
***NetEvolve.ForgingBlazor**: Main framework implementation consuming this extensibility package
217
-
***NetEvolve.ForgingBlazor.Logging**: Logging extensions for the ForgingBlazor framework
145
+
*[**NetEvolve.ForgingBlazor**](https://www.nuget.org/packages/NetEvolve.ForgingBlazor): Main framework implementation consuming this extensibility package
146
+
*[**NetEvolve.ForgingBlazor.Logging**](https://www.nuget.org/packages/NetEvolve.ForgingBlazor.Logging): Logging extensions for the ForgingBlazor framework
218
147
219
148
---
220
149
221
-
For questions, issues, or contributions, please visit the project repository.
0 commit comments