-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide comprehensive readmes for all packages
Reuse much of the content via #NuGetizer includes.
- Loading branch information
Showing
19 changed files
with
192 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
A source-only BSON binary serializer for use with document-based repositories. | ||
|
||
Usage: | ||
|
||
```csharp | ||
var repo = DocumentRepository.Create<Product>(..., serializer: BsonDocumentSerializer.Default); | ||
``` | ||
|
||
<!-- include ../../readme.md#documents --> | ||
<!-- include ../../readme.md#sponsors --> | ||
|
||
<!-- Exclude from auto-expansion by devlooped/actions-include GH action --> | ||
<!-- exclude --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
A BSON binary serializer for use with document-based repositories. | ||
|
||
Usage: | ||
|
||
```csharp | ||
var repo = DocumentRepository.Create<Product>(..., serializer: BsonDocumentSerializer.Default); | ||
``` | ||
|
||
<!-- include ../../readme.md#documents --> | ||
<!-- include ../../readme.md#sponsors --> | ||
|
||
<!-- Exclude from auto-expansion by devlooped/actions-include GH action --> | ||
<!-- exclude --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
A source-only MessagePack binary serializer for use with document-based repositories. | ||
|
||
Usage: | ||
|
||
```csharp | ||
var repo = DocumentRepository.Create<Product>(..., serializer: MessagePackDocumentSerializer.Default); | ||
``` | ||
|
||
> NOTE: MessagePack attributes must be used as usual in order for the serialization to work. | ||
<!-- include ../../readme.md#documents --> | ||
<!-- include ../../readme.md#sponsors --> | ||
|
||
<!-- Exclude from auto-expansion by devlooped/actions-include GH action --> | ||
<!-- exclude --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
A MessagePack binary serializer for use with document-based repositories. | ||
|
||
Usage: | ||
|
||
```csharp | ||
var repo = DocumentRepository.Create<Product>(..., serializer: MessagePackDocumentSerializer.Default); | ||
``` | ||
|
||
> NOTE: MessagePack attributes must be used as usual in order for the serialization to work. | ||
<!-- include ../../readme.md#documents --> | ||
<!-- include ../../readme.md#sponsors --> | ||
|
||
<!-- Exclude from auto-expansion by devlooped/actions-include GH action --> | ||
<!-- exclude --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
A source-only Json.NET serializer for use with document-based repositories. | ||
|
||
Usage: | ||
|
||
```csharp | ||
var repo = DocumentRepository.Create<Product>(..., serializer: JsonDocumentSerializer.Default); | ||
``` | ||
|
||
<!-- include ../../readme.md#documents --> | ||
<!-- include ../../readme.md#sponsors --> | ||
|
||
<!-- Exclude from auto-expansion by devlooped/actions-include GH action --> | ||
<!-- exclude --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
A Json.NET serializer for use with document-based repositories. | ||
|
||
Usage: | ||
|
||
```csharp | ||
var repo = DocumentRepository.Create<Product>(..., serializer: JsonDocumentSerializer.Default); | ||
``` | ||
|
||
<!-- include ../../readme.md#documents --> | ||
<!-- include ../../readme.md#sponsors --> | ||
|
||
<!-- Exclude from auto-expansion by devlooped/actions-include GH action --> | ||
<!-- exclude --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
A source-only Protocol Buffers binary serializer for use with document-based repositories. | ||
|
||
Usage: | ||
|
||
```csharp | ||
var repo = DocumentRepository.Create<Product>(..., serializer: ProtobufDocumentSerializer.Default); | ||
``` | ||
|
||
<!-- include ../../readme.md#documents --> | ||
<!-- include ../../readme.md#sponsors --> | ||
|
||
<!-- Exclude from auto-expansion by devlooped/actions-include GH action --> | ||
<!-- exclude --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.