Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/JasonBock/CslaGeneratorSerialization
- Owner: JasonBock
- License: mit
- Created: 2024-03-21T12:54:12.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T22:46:05.000Z (7 months ago)
- Last Synced: 2024-04-04T01:07:21.039Z (7 months ago)
- Language: C#
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- RSCG_Examples - https://github.com/JasonBock/CslaGeneratorSerialization
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).