Nera.Lib.Cloud
2.0.0-dev0.4
This is a prerelease version of Nera.Lib.Cloud.
dotnet add package Nera.Lib.Cloud --version 2.0.0-dev0.4
NuGet\Install-Package Nera.Lib.Cloud -Version 2.0.0-dev0.4
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="Nera.Lib.Cloud" Version="2.0.0-dev0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Nera.Lib.Cloud" Version="2.0.0-dev0.4" />
<PackageReference Include="Nera.Lib.Cloud" />
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 Nera.Lib.Cloud --version 2.0.0-dev0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Nera.Lib.Cloud, 2.0.0-dev0.4"
#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 Nera.Lib.Cloud@2.0.0-dev0.4
#: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=Nera.Lib.Cloud&version=2.0.0-dev0.4&prerelease
#tool nuget:?package=Nera.Lib.Cloud&version=2.0.0-dev0.4&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Nera.Lib.Cloud
Part of the Nera Libraries ecosystem. This library provides cloud-agnostic abstractions and implementations for common cloud services, including Storage, Messaging, and Email/Communication.
Features
- Storage: Unified abstraction for blob/file storage (e.g., Google Drive, AWS S3 - implementations pending configuration).
- Messaging: Cloud messaging abstractions and implementations.
- Communication: Email services integration (SendGrid, Azure Communication Services).
- Google Integration: Google Drive and Gmail API support.
Installation
Install via NuGet:
dotnet add package Nera.Lib.Cloud
Dependencies
- Nera.Lib.Core (>= 1.0.23)
- Nera.Lib.Caching (>= 1.0.8)
Extensions & Configuration
Register services in your Program.cs or Startup.cs:
// Example registration
builder.Services.AddNeraCloud(configuration);
Contributing
This project is part of the internal companies libraries.
| 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- Azure.Communication.Email (>= 1.1.0)
- Google.Apis.Auth (>= 1.70.0)
- Google.Apis.Drive.v3 (>= 1.70.0.3856)
- Google.Apis.Gmail.v1 (>= 1.70.0.3833)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.3.0)
- Microsoft.AspNetCore.Mvc.Core (>= 2.3.0)
- MimeKit (>= 4.13.0)
- Nera.Lib.Caching (>= 2.0.0-dev0.4)
- Nera.Lib.Core (>= 2.0.0-dev0.4)
- Polly (>= 8.6.2)
- SendGrid (>= 9.29.3)
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 |
|---|---|---|
| 2.0.0-dev0.4 | 39 | 3/4/2026 |
| 2.0.0-dev0.2 | 42 | 3/2/2026 |
| 2.0.0-dev0.1 | 44 | 3/2/2026 |