Ez2Raven / data-transformation

Processes SNMP data structures into a normalized form for reporting
0 stars 0 forks source link

Migrate Class Libraries to Dotnet 5 #2

Open Ez2Raven opened 3 years ago

Ez2Raven commented 3 years ago

After initiate assessment, this ticket is more suited to do after evaluating #4

Ez2Raven commented 3 years ago

The SNMP Parsers are using newtonsoft.json for parsing JSON data structures. This is gonna take a longer time then expected to convert them to System.Text.Json.

I'll have to do the following