Gasolutions.Core.GenericRepository.RepoDB
1.0.8
See the version list below for details.
dotnet add package Gasolutions.Core.GenericRepository.RepoDB --version 1.0.8
NuGet\Install-Package Gasolutions.Core.GenericRepository.RepoDB -Version 1.0.8
<PackageReference Include="Gasolutions.Core.GenericRepository.RepoDB" Version="1.0.8" />
<PackageVersion Include="Gasolutions.Core.GenericRepository.RepoDB" Version="1.0.8" />
<PackageReference Include="Gasolutions.Core.GenericRepository.RepoDB" />
paket add Gasolutions.Core.GenericRepository.RepoDB --version 1.0.8
#r "nuget: Gasolutions.Core.GenericRepository.RepoDB, 1.0.8"
#:package Gasolutions.Core.GenericRepository.RepoDB@1.0.8
#addin nuget:?package=Gasolutions.Core.GenericRepository.RepoDB&version=1.0.8
#tool nuget:?package=Gasolutions.Core.GenericRepository.RepoDB&version=1.0.8
GenericRepository.RepoDB
GenericRepository.RepoDB implements <a href="https://github.com/jgalviz1974/GenericRepository">Generic Repository</a> with RepoDB.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- Gasolutions.Core.GenericRepository (>= 1.0.8.1)
- RepoDb.SqlServer (>= 1.13.2-alpha1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
# Changelog - Gasolutions.Core.Repository
## [1.0.7]
### Added
- Comprehensive XML documentation for all repository interfaces and implementations
- Async operation support with `QueryAsync()` method
- Enhanced factory pattern interfaces for repository creation
- Complete test suite with 36+ test cases
- Support for cancellation tokens in async operations
- Configuration interfaces for advanced repository patterns
- RepoDB initialization in test suite
### Changed
- Updated LangVersion to 13.0
- Updated Description to English for international audience
- Improved error handling in repository implementations
- Enhanced nullability annotations for better type safety
- Refactored copyright headers to English
### Fixed
- Repository initialization with RepoDB
- Connection string validation
- Null parameter handling in repository methods
### Documentation
- Added comprehensive API documentation
- Created test suite documentation (README.md)
- Improved inline code comments in English
---
## [1.0.6]
### Initial Release
- Generic repository interface `IReadGenericRepository<T>`
- RepoDB implementation for SQL Server
- Basic read operations with JSON return types
- Write operations (insert, update, delete)
- Connection string management