Jammo.TextAnalysis 2.2.0

Additional Details

This package is extremely disorganized and is structured in a way that forces lots of hacky code and bugs. Do not use.

dotnet add package Jammo.TextAnalysis --version 2.2.0
NuGet\Install-Package Jammo.TextAnalysis -Version 2.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Jammo.TextAnalysis" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Jammo.TextAnalysis --version 2.2.0
#r "nuget: Jammo.TextAnalysis, 2.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Jammo.TextAnalysis as a Cake Addin
#addin nuget:?package=Jammo.TextAnalysis&version=2.2.0

// Install Jammo.TextAnalysis as a Cake Tool
#tool nuget:?package=Jammo.TextAnalysis&version=2.2.0

JammaNalysis

A package meant for analysis of multiple programming languages and file extensions.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.0 621 10/4/2021
2.1.1 343 10/2/2021
2.1.0 326 9/26/2021
2.0.0 307 9/18/2021

- Additions
FileAnalysisCompilation
CSharpAnalysisCompilationHelper
CSharpProjectInspector
CSharpDocument

- Changes
CSharpAnalysisCompilationHelper now returns a CSharpProjectAnalysisCompilation instead of a compilation with multiple files
ProjectFileSystem.EnumerateFiles now returns every file in the tree from the specified element, the same goes for EnumerateDirectories
CSharpDiagnosticFix moved to DotNet/CSharp/Inspection

- Fixes
...

- Removals
...

Summary: Add a new compilation type, CSharpProjectAnalysisCompilation. As its name explains, this compilation is used to analyze .csproj files. Diagnostics are stored within CSharpDocuments (wrappers for .cs files).