Skip to content

WithoutHaste/WithoutHaste.DataFiles

Repository files navigation

WithoutHaste.DataFiles

.Net library for loading or creating various data file formats.

Use WithoutHaste.DataFiles.DotNet to load .Net documentation information from an XML file and to load the object structure from a compiled library.

Use WithoutHaste.DataFiles.Markdown to create Markdown documents.

Use WithoutHaste.DataFiles.Excel to load, edit, or create Excel documents. (not released)

Mainly exists to support EarlyDocs tool.

Download

Available on Nuget.

Package Manager: Install-Package WithoutHaste.DataFiles -Version 1.0.0

.NET CLI: dotnet add package WithoutHaste.DataFiles --version 1.0.0

Namespace

Library WithoutHaste.DataFiles includes:

  • WithoutHaste.DataFiles.DotNet
  • WithoutHaste.DataFiles.Markdown

Library WithoutHaste.DataFiles.Excel includes:

  • WithoutHaste.DataFiles.Excel (not released)

Dependencies

  • WithoutHaste.DataFiles

    • Target Frameworks 2.0 | 3.0
    • Target Frameworks 3.5 | 4.0 | 4.5 | 4.5.1 | 4.5.2 | 4.6 | 4.6.1 | 4.6.2 | 4.7 | 4.7.1 | 4.7.2
      • No dependencies
  • WithoutHaste.DataFiles.Excel (not released)

Documentation

For a quick list of the language constructs these libraries can handle:
WithoutHaste.DataFiles.DotNet Summary
WithoutHaste.DataFiles.Markdown Summary

To get started coding:
WithoutHaste.DataFiles.DotNet Quick Start

For full documentation of these libraries:
WithoutHaste.DataFiles Table of Contents
Documentation generated by EarlyDocs.

For programmers working on this project:
Design Considerations

License

MIT License

Donate

Become a patron of this and other Without Haste open source projects.

Version Notes

Uses Semantic Versioning 2.0.0.

Initial Release - v1.0.0

  • Includes namespaces DotNet and Markdown only
  • Support for extracting Visual Studio XML documentation files and assembly information.
  • Support for creating Markdown files.
  • Installs with NuGet
  • Includes builds for all .Net frameworks from 2.0 through 4.7.2

About

.Net library for loading/creating data files in different formats: .Net documentation and code structure, Markdown, Excel.

Resources

License

Stars

Watchers

Forks

Packages

No packages published