An analyzer for C#, that reads .NET assemblies, is no longer under development. It has been replaced by a .NET Compiler Platform ("Roslyn") based C# analyzer.
The following progress was made in the analyzer's pre-release development before it was cancelled:
2020-05-26yield return
2020-05-25added script to run spellcheck before push
running at this point will include git log for new commits
2020-05-23added spellcheck
test case variable declaration class named to match more descriptive file name
2020-05-22assembly paths in a directory are sorted
avoids inconsistencies between file and operating systemsanalysis of directories
yaml output line by line
C# test projects built in parallel
assembly files are read asynchronously
2020-05-19casting of classes
file analysis as an executable
field references
dependencies on the field added, but not its type
2020-05-16dependencies on nested classes include parent
2020-05-15Git log on website
publicly show development progress before first release
2020-05-14dependencies don't specify type or namespace for calls within same class
2020-05-13collect sequence replaced with more specific choose option
spaces before brackets
no unnecessary brackets around discriminated union casesinterface generic parameter constraints
method reference instructions
e.g. calls
2020-05-12field test case warning suppression
file-system tests fail with full test case path, actual and expected
standardized on singular test case names
2020-05-11fields of automatic events ignored
ignore fields of automatic properties
test case for operator overload of unary plus
readability of naming (e.g. op_UnaryPlus) could be improvedmethods no longer depend on parent class
used expression body for test case
indexer test case
event items instead of add/remove methods
2020-05-10property items instead of getter/setter methods
fields
added variables types and no duplicate types
generic parameter constraints
generic arguments
test cases for generic parameters on classes
specified display name for tests
shorter than inferred name with namespace
2020-05-09removed namespaces from test cases where irrelevant
makes visual comparison of actual and expected easierparameterized constructors
base interfaces
reordered f# files top-down
for readability and more type inferencebase classes
2020-05-08parameter and return types of class and interface methods
interface methods test case
alphabetically ordered namespace items and delegate types
delegate parameter types
dependencies for return type of delegates
2020-05-07namespace grouping into hierarchy of items independent of the type items contained inside
for reuse grouping dependencies into namespacesyaml key/value lines mapping separated from items
doesn't require exposing of private for specific testssupport for identifier only items move to yaml
2020-05-06interface with nested class test case
moved method and nested test cases into class directory
methods
moved namespace test cases into a namespace directory
2020-05-05yaml tests for empty child items
code coverage totals displayed e.g. when not 100%
test script coverage threshold errors raised from report generator instead of altcover
altcover was only measuring statement and its branch calculation is wrongtest results (trx) has same file name for each run
test script generates report even when code coverage lower than threshold
added test for interfaces
added test for yaml empty block sequences
pattern for empty cannot to be ignored in isolation from code coverage
not including pattern and suppressing F# warning still generates CIL that is detected by code coveragetest script set to exit on error
test for delegates
added test for enum
removed yaml sequence for single child items
2020-05-044 space indentation for readability
nested classes
2020-05-03moved types into namespaces and separate files
test case for single class with no namespace
ancestor namespaces
2020-05-02parent namespace
VS Code settings for whitespace
2020-04-30deleted file that was never used
avoided package restore error for test case projects
namespaces as parent item
avoided type / namespace conflict of "File" between implementation and test projects
YAML serialization library no longer used as it nor an alternative has support for F# types and .NET Core
Azure pipelines
test script added shebang and reformatted
single class without namespace