Papl.platform.lib.test.krunal 1.8.0.1

dotnet add package Papl.platform.lib.test.krunal --version 1.8.0.1
                    
NuGet\Install-Package Papl.platform.lib.test.krunal -Version 1.8.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Papl.platform.lib.test.krunal" Version="1.8.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Papl.platform.lib.test.krunal" Version="1.8.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Papl.platform.lib.test.krunal" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Papl.platform.lib.test.krunal --version 1.8.0.1
                    
#r "nuget: Papl.platform.lib.test.krunal, 1.8.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Papl.platform.lib.test.krunal@1.8.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Papl.platform.lib.test.krunal&version=1.8.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Papl.platform.lib.test.krunal&version=1.8.0.1
                    
Install as a Cake Tool

CosmosDbRepository NuGet Package

Overview

The CosmosDbRepository package provides a simple and flexible way to interact with Azure Cosmos DB using a generic repository pattern. It supports various operations like CRUD (Create, Read, Update, Delete) and allows easy configuration with Azure Cosmos DB using account keys or Azure AD authentication.

This package simplifies the setup and usage of Cosmos DB by leveraging Dependency Injection (DI) and extension methods, making it easy to integrate into any .NET Core or Azure Functions project.


Features

  • Generic Repository: Supports generic repositories for different entity types.
  • Cosmos Client: Easily configurable to connect with Cosmos DB using account keys or Azure AD authentication.
  • Dependency Injection: Register repositories using the IServiceCollection with scoped and singleton services.
  • Easy Integration: Simple methods to integrate Cosmos DB repositories into your project.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.8.0.1 174 12/15/2024
1.7.0.1 172 12/15/2024
1.6.0.1 157 12/15/2024
1.5.0.1 167 12/15/2024
1.4.0.1 158 12/15/2024
1.3.0.1 169 12/13/2024
1.2.0.1 160 12/12/2024
1.1.0.1 159 12/12/2024
1.0.0 148 12/12/2024