• That-One-Nerd released this 2022-04-17 13:46:15 -04:00 | 52 commits to main since this release

    This update doesn't add any new features, simply a code simplification, using some of the .net 6 tools, such as global usings and file-scoped namespace declarations.

    * Nerd_STF
        = Removed unused or unrequired usings in all files.
        = Replaced all namespace declarations with file-scoped declarations.
        * Miscellaneous
            * GlobalUsings
                + global using System.Diagnostics.CodeAnalysis
    
    Downloads