Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 974 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 974 Bytes

CslaGeneratorSerialization

A custom CSLA serializer using C# source generators.

Getting Started

Reference the CslaGeneratorSerialization NuGet package. You also need to reference CSLA as well, though if you're using this generator, you are probably already referencing CSLA.

Prerequisites

The CslaGeneratorSerialization package targets .NET Standard 2.0, though the code it emits is not limited to .NET Standard 2.0.

Usage

Please read the Overview document for information on how to use this library.

Additional Documentation

Feedback

If you run into any issues, please add them here.