Tomtastisch.FileClassifier 5.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Tomtastisch.FileClassifier --version 5.1.0
                    
NuGet\Install-Package Tomtastisch.FileClassifier -Version 5.1.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="Tomtastisch.FileClassifier" Version="5.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Tomtastisch.FileClassifier" Version="5.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Tomtastisch.FileClassifier" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Tomtastisch.FileClassifier --version 5.1.0
                    
#r "nuget: Tomtastisch.FileClassifier, 5.1.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.
#:package Tomtastisch.FileClassifier@5.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Tomtastisch.FileClassifier&version=5.1.0
                    
Install as a Cake Addin
#tool nuget:?package=Tomtastisch.FileClassifier&version=5.1.0
                    
Install as a Cake Tool

FileTypeDetection Modul

1. Zweck

Dieses Verzeichnis stellt die öffentliche Bibliotheksoberfläche für Dateityperkennung, sichere Archivverarbeitung, deterministische Hashing-Nachweise und Byte-Materialisierung bereit.

2. Inhalt

  • Öffentliche API-Einstiegspunkte: FileTypeDetector, ArchiveProcessing, FileMaterializer, FileTypeOptions, EvidenceHashing.
  • Submodule für Modellklassen, Registry/Detection, Konfiguration und Infrastruktur.

3. API und Verhalten

  • FileTypeDetector: Typdetektion aus Pfad/Bytes, Detailnachweise und sichere Archivpfade.
  • ArchiveProcessing: statische Fassade für Validierung/Extraktion.
  • FileMaterializer: persistiert Byte-Payloads, optional sichere Archiv-Materialisierung.
  • EvidenceHashing: Physical/Logical Hash-Evidence und RoundTrip-Reports.

4. Verifikation

  • Unit/Integration/BDD-Nachweise liegen unter dem Testprojekt.
  • Dokumentations- und Link-Gates laufen über die zentralen Tools.

5. Diagramm

flowchart LR
    A[Consumer Input] --> B[Public API]
    B --> C[Detection and Archive Safety]
    C --> D[Typed Result or Persisted Output]

6. Verweise

7. Provenance Verification

dotnet nuget verify artifacts/nuget/*.nupkg
gh attestation verify artifacts/nuget/*.nupkg --repo tomtastisch/FileClassifier
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
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
6.1.18 85 2/22/2026
6.1.18-rc.1 50 2/22/2026
6.1.13 88 2/22/2026
5.2.1 93 2/18/2026
5.2.0 88 2/18/2026
5.2.0-rc.6 46 2/18/2026
5.2.0-rc.5 50 2/17/2026
5.2.0-rc.4 39 2/17/2026
5.2.0-rc.3 59 2/17/2026
5.2.0-rc.2 47 2/17/2026
5.1.4 98 2/15/2026
5.1.3 87 2/15/2026
5.1.2 90 2/14/2026
5.1.1 90 2/14/2026
5.1.0 93 2/13/2026
5.0.0 89 2/11/2026
4.4.0 164 2/8/2026
4.3.2 195 2/8/2026 4.3.2 is deprecated because it is no longer maintained.