Feature: Code cleanup, harmonization and impactless optimizations #3152
Labels
enhancement
New feature or request
good first issue
Good for newcomers
refactoring
Restructure the source code so as to improve operation with
Milestone
Is your feature request related to a problem? Please describe.
The IoT Portal code has been piling up a small technical debt that we should handle before it gets too big. It would make the code cleaner, provide better insights on the current code quality and technical debt, and make it overall easier to work with the portal.
Describe the solution you'd like
using
lines in uniqueGlobalUsings.cs
files in the projects #3175System.Text.Json
overNewtonsoft.Json
#3185Describe alternatives you've considered
N/A
Additional context
These changes mustn't have any impact on the current code quality and behavior
The text was updated successfully, but these errors were encountered: