Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/JasonBock/CslaGeneratorSerialization

A custom CSLA serialization formatter that uses C# source generators.
https://github.com/JasonBock/CslaGeneratorSerialization

Last synced: 2 days ago
JSON representation

A custom CSLA serialization formatter that uses C# source generators.

Awesome Lists containing this project

README

        

# GeneratorSerialization

A custom CSLA serializer using C# source generators.

## Getting Started

Reference the `CslaGeneratorSerialization` [NuGet package](https://www.nuget.org/packages/CslaGeneratorSerialization). 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](https://github.com/JasonBock/CslaGeneratorSerialization/blob/main/docs/Overview.md) for information on how to use this library.

## Additional Documentation

* [Changelog](https://github.com/JasonBock/CslaGeneratorSerialization/blob/main/changelog.md)
* [CSLA](https://github.com/MarimerLLC/csla/)

## Feedback

If you run into any issues, please add them [here](https://github.com/JasonBock/Rocks/issues).