VKhil.SIStorage.Client 1.4.0

dotnet add package VKhil.SIStorage.Client --version 1.4.0
                    
NuGet\Install-Package VKhil.SIStorage.Client -Version 1.4.0
                    
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="VKhil.SIStorage.Client" Version="1.4.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VKhil.SIStorage.Client" Version="1.4.0" />
                    
Directory.Packages.props
<PackageReference Include="VKhil.SIStorage.Client" />
                    
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 VKhil.SIStorage.Client --version 1.4.0
                    
#r "nuget: VKhil.SIStorage.Client, 1.4.0"
                    
#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 VKhil.SIStorage.Client@1.4.0
                    
#: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=VKhil.SIStorage.Client&version=1.4.0
                    
Install as a Cake Addin
#tool nuget:?package=VKhil.SIStorage.Client&version=1.4.0
                    
Install as a Cake Tool

SIStorage

Provides a SIStorage service for SIGame packages and .NET and web clients for the service.

Allows to search packages with custom filters and sorting with paging support.

The service does not operate packages files. It only manipulates packages metadata stored in a PostgreSQL database.

Localization

Current architecture supposes that the SIStorage contains a predefines set of languages in Languages table.

Each package contains a languageId link to a language in that table.

Every publisher, author and tag are linked only to packages of certain language.

Restrictions are language-independent.

Build

dotnet build src\SIStorage.Service\SIStorage.Service.csproj

.NET 7 SDK or higher is required to compile the source code.

Web:

npm install npm run build-prod

NPM is required to compile the web client source code.

Dependences

SIStorage is build upon Linq2DB, FluentMigrator, AutoMapper and Polly.

Deploy

You can deploy standalone SIStorage service to Docker and test it with .NET Core client.

SIStorage service Docker: https://hub.docker.com/repository/docker/vladimirkhil/sistorageservice

SIStorage service .NET client NuGet package: https://www.nuget.org/packages/SIStorage.Service.Client

SIStorage service web client NPM package: https://www.npmjs.com/package/sistorage-client

Helm usage in Chart.yaml dependencies:

- name: sistorage
  version: "1.0.0"
  repository: "https://vladimirkhil.github.io/SIStorage/helm/repo"
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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 (1)

Showing the top 1 popular GitHub repositories that depend on VKhil.SIStorage.Client:

Repository Stars
VladimirKhil/SI
SIGame and related products
Version Downloads Last Updated
1.4.0 369 2/23/2025
1.2.2 2,144 5/19/2024
1.2.1 106 5/19/2024
1.2.0 115 5/19/2024
1.1.0 411 2/20/2024
1.0.1 4,345 10/10/2023
1.0.0 171 10/8/2023