TASK: identify .NET Framework dependencies #1098
Labels
broad scope
Non-specific issues that address multiple areas
dependencies
Pull requests that update a dependency file
review in process
Issue noted and currently being triaged/reviewed by developer
tasks
General maintenance tasks that aren't typical development
technical debt
Issue that doesn't directly affect usability but will improve technical debt posture
Milestone
DNN Community Forums obviously has dependency on DNN Platform, and therefore .NET Framework. In addition, module was built for webforms and therefore has dependency on system.web.
As part of our modernization journey, we continue to decouple logic code from UI and webforms, with an ultimate goal of removing webforms altogether in a future release. Not going to happen overnight but we're getting closer with each release. As part of this effort, we need to identify and try to replace system.web API usage with an equivalent API that uses .NET standard 2.0 perhaps or stands alone.
The text was updated successfully, but these errors were encountered: