Thomas M. Atwood, CFA
Thomas M. Atwood, CFA
In README.md, the example provided in the section "Compiling and Executing Entire Classes" notes to use the following if you need access to the assembly: ``` var assembly = script.Assembly...
### Description To update FSharp.Interop.Dynamic to .NET 6, one of its main dependencies must also be updated (https://github.com/ekonbenefits/dynamitey). This issue will track that update, which will tie into another issue...
The NUnit tests had been using the deprecated Assert.AreEqual. These have been changed to the new Assert.That pattern....
During the project's builds, there were a few hundred warnings. This should be cleaned up accordingly.
See: https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2005.md https://github.com/nunit/nunit.analyzers/blob/master/documentation/NUnit2006.md These migrations need to be made to remove warnings in .NET 6 and to allow upgrading to .NET 8 (where they are errors).
Also removed unused directives.
The project does not support current .NET and uses deprecated versions of .NET. Update the project to .NET 6/7/8 frameworks.