Itmo.Dev.Platform.YandexCloud 1.0.90

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Itmo.Dev.Platform.YandexCloud --version 1.0.90                
NuGet\Install-Package Itmo.Dev.Platform.YandexCloud -Version 1.0.90                
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="Itmo.Dev.Platform.YandexCloud" Version="1.0.90" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Itmo.Dev.Platform.YandexCloud --version 1.0.90                
#r "nuget: Itmo.Dev.Platform.YandexCloud, 1.0.90"                
#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.
// Install Itmo.Dev.Platform.YandexCloud as a Cake Addin
#addin nuget:?package=Itmo.Dev.Platform.YandexCloud&version=1.0.90

// Install Itmo.Dev.Platform.YandexCloud as a Cake Tool
#tool nuget:?package=Itmo.Dev.Platform.YandexCloud&version=1.0.90                

Itmo.Dev.Platform.YandexCloud

Platform extensions for working with YandexCloud

LockBox

Configuration

Use AddYandexCloudConfigurationAsync(this WebApplicationBuilder builder) method for reading configuration from YandexCloud's LockBox

Configuration parameters:

{
  "Platform": {
    "Environment": "string",
    "YandexCloud": {
      "ServiceUri": "string",
      "MinRemainingTokenLifetimeSeconds": int,
      "LockBox": {
        "SecretId": "string"
      }
    }
  }
}
Path Description Respected values
Platform:Environment Running environment identifier Local, YandexCloud
Platform:YandexCloud:ServiceUri Uri, used for token fetching
Platform:YandexCloud:MinRemainingTokenLifetimeSeconds Minimal remaining lifetime of token when it is retrieved for any operation, if token will expire prior to DateTimeOffset.UtcNow + TimeSpan.FromSeconds(threshold), the new token will be generated
Platform:YandexCloud:LockBox:SecretId Id of LockBox secrets where configuration is stored
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. 
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
2.0.112 165 8/22/2024
1.0.111 169 5/14/2024
1.0.110 85 5/13/2024
1.0.109 87 5/13/2024
1.0.108 115 5/6/2024
1.0.107 99 5/6/2024
1.0.106 123 5/6/2024
1.0.105 103 5/4/2024
1.0.102 111 5/4/2024
1.0.101 109 4/26/2024
1.0.100 110 4/22/2024
1.0.99 101 4/21/2024
1.0.98 106 4/21/2024
1.0.97 102 4/19/2024
1.0.96 125 4/18/2024
1.0.95 102 4/18/2024
1.0.94 151 2/13/2024
1.0.93 112 2/10/2024
1.0.91 95 2/10/2024
1.0.90 103 2/10/2024
1.0.89 188 2/3/2024
1.0.86 102 2/1/2024
1.0.85 101 1/30/2024
1.0.83 152 1/27/2024
1.0.82 194 1/5/2024
1.0.81 254 1/3/2024
1.0.80 126 12/30/2023
1.0.79 128 12/30/2023
1.0.78 115 12/30/2023
1.0.77 124 12/28/2023
1.0.76 127 12/27/2023
1.0.75 160 12/9/2023
1.0.73 174 11/30/2023
1.0.72 144 11/27/2023
1.0.71 136 11/27/2023
1.0.70 144 11/27/2023
1.0.69 130 11/27/2023
1.0.67 152 11/25/2023
1.0.66 140 11/25/2023
1.0.65 142 11/23/2023
1.0.64 147 11/23/2023
1.0.62 143 11/18/2023
1.0.61 131 11/18/2023
1.0.60 152 11/17/2023
1.0.59 149 11/16/2023
1.0.58 159 11/13/2023
1.0.57 126 11/12/2023
1.0.56 128 11/12/2023
1.0.54 146 11/7/2023
1.0.53 145 11/4/2023
1.0.52 142 10/29/2023
1.0.51 131 10/29/2023
1.0.50 123 10/29/2023
1.0.48 153 10/29/2023

Added secrets polling for IOptionsMonitor support