We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Revise Home.md to enhance clarity and detail on Rheo.Storage features and capabilities
Add StorageChangedEventArgs, StorageObject, StorageProgress, and SyncProgress classes - Implemented StorageChangedEventArgs class to provide event data for storage changes. - Created StorageObject class as an abstract base for file system storage objects, including common functionality and change notifications. - Introduced StorageProgress class to represent progress of storage operations, including total bytes, transferred bytes, and transfer speed. - Added SyncProgress<T> class for synchronous progress reporting, allowing immediate callback invocation without context switching.
Add FileInformation and StorageInformation classes with Unix and Windows storage info structs - Introduced FileInformation class for detailed file analysis including type, MIME type, and content-based identification. - Created StorageInformation class as an abstract base for accessing platform-specific file metadata. - Implemented UnixStorageInfo and WindowsStorageInfo structs for detailed file information on Unix and Windows systems respectively. - Added comprehensive property and method documentation for all new classes and structs. - Included examples demonstrating usage of the new classes and structs for file analysis and metadata retrieval.
Add Storage Information Docs and update the sidebar
Add FileInformation and StorageInformation classes with Unix and Windows storage info structs - Implemented FileInformation class for detailed file analysis including type, MIME type, and content-based extension detection. - Created StorageInformation class as an abstract base for accessing platform-specific file metadata. - Added UnixStorageInfo struct for Unix-specific file details including ownership and permissions. - Added WindowsStorageInfo struct for Windows-specific file metadata including display name, type name, and reparse point handling. - Included comprehensive documentation for all new classes and structs with examples.
Updated _Sidebar (markdown)
Refactor sidebar structure for improved clarity and navigation
Update sidebar structure and enhance navigation links for Content-Type Analyzing
Added template sidebar
Refactor documentation links and types across multiple classes for consistency
Created Confidence<T> Struct (markdown)
Add documentations for Analyzing namespace
Fix namespace typo in FileAnalyzer class documentation
Updated FileAnalyzer Class (markdown)
Created FileAnalyzer Class (markdown)
Initial Home page