Note: Costura.Fody has significant updates but will need fully tested and is not included in this PR; Costura.Fody update appeared to require additional Microsoft packages + reference updates.
build notifications:
1>C:...\CS\EyeWitness\Program.cs(189,35,189,51): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
1>C:...\EyeWitness\WitnessedServer.cs(23,23,23,33): warning CS0414: The field 'WitnessedServer.errorState' is assigned but its value is never used
update nuget packages CommandLineParser -> 2.9.1 Fody -> 6.6.4 Newtonsoft.Json ->13.0.1
Note: Costura.Fody has significant updates but will need fully tested and is not included in this PR; Costura.Fody update appeared to require additional Microsoft packages + reference updates.
build notifications: 1>C:...\CS\EyeWitness\Program.cs(189,35,189,51): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. 1>C:...\EyeWitness\WitnessedServer.cs(23,23,23,33): warning CS0414: The field 'WitnessedServer.errorState' is assigned but its value is never used