https://github.com/loresoft/cosmos.abstracts
Cosmos DB Abstracts library defines abstract base classes for repository pattern.
https://github.com/loresoft/cosmos.abstracts
cosmos cosmosdb repository-pattern
Last synced: 9 months ago
JSON representation
Cosmos DB Abstracts library defines abstract base classes for repository pattern.
- Host: GitHub
- URL: https://github.com/loresoft/cosmos.abstracts
- Owner: loresoft
- License: mit
- Created: 2020-12-29T17:41:26.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-05T07:00:47.000Z (9 months ago)
- Last Synced: 2025-05-07T04:47:16.621Z (9 months ago)
- Topics: cosmos, cosmosdb, repository-pattern
- Language: C#
- Homepage:
- Size: 271 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Cosmos.Abstracts
Cosmos DB Abstracts library defines abstract base classes for repository pattern.
[](https://github.com/loresoft/Cosmos.Abstracts/actions)
[](https://www.nuget.org/packages/Cosmos.Abstracts/)
[](https://coveralls.io/github/loresoft/Cosmos.Abstracts?branch=main)
## Download
The Cosmos.Abstracts library is available on nuget.org via package name `Cosmos.Abstracts`.
To install Cosmos.Abstracts, run the following command in the Package Manager Console
PM> Install-Package Cosmos.Abstracts
More information about NuGet package available at
## Development Builds
Development builds are available on the myget.org feed. A development build is promoted to the main NuGet feed when it's determined to be stable.
In your Package Manager settings add the following package source for development builds:
## Features