Vidyano.Core
5.64.0
Prefix Reserved
See the version list below for details.
dotnet add package Vidyano.Core --version 5.64.0
NuGet\Install-Package Vidyano.Core -Version 5.64.0
<PackageReference Include="Vidyano.Core" Version="5.64.0" />
<PackageVersion Include="Vidyano.Core" Version="5.64.0" />
<PackageReference Include="Vidyano.Core" />
paket add Vidyano.Core --version 5.64.0
#r "nuget: Vidyano.Core, 5.64.0"
#:package Vidyano.Core@5.64.0
#addin nuget:?package=Vidyano.Core&version=5.64.0
#tool nuget:?package=Vidyano.Core&version=5.64.0
Vidyano.Core
Official .NET client library for Vidyano applications — a comprehensive client-side SDK for connecting to Vidyano backend services. Cross-platform, async-first, MVVM-friendly, and multi-target (.NET Standard 2.0, .NET 8.0, .NET 10.0).
Installation
dotnet add package Vidyano.Core
Quick start
using Vidyano;
var client = new Client { Uri = "https://your-vidyano-service.com" };
await client.SignInUsingCredentialsAsync("username", "password");
var query = await client.GetQueryAsync("Customers");
await query.SearchTextAsync(string.Empty);
foreach (var item in query)
Console.WriteLine(item["Name"]);
➡️ Full Vidyano.Core usage guide — persistent objects, queries, actions, and the demo app.
This repository also ships scripting packages
The same repo provides two packages for scripting Vidyano sessions — regression tests, smoke tests, agent automation, reproducing customer flows from a small file. They drive a real session: whatever a .visc script does, a frontend could have done.
| Package | Use it when… |
|---|---|
Vidyano.Script |
You want to embed the .visc engine in your own .NET process. |
Vidyano.Script.Tool |
You want a CLI — dotnet tool install -g Vidyano.Script.Tool gives you vidyano run script.visc. |
@app = "https://demo.vidyano.com/"
SIGN-IN admin / vidyano
OPEN MenuItem Home/Customers
SEARCH ""
EXPECT TotalItems >= 1
Documentation
📖 Full documentation — the package overview, the complete .visc language reference, the CLI guide, and the embedding guide.
For the broader platform, visit www.vidyano.com.
TypeScript / JavaScript client
For TypeScript and JavaScript applications, we also provide an npm package:
npm install @vidyano/core
Contributing
We welcome contributions! Please feel free to submit pull requests or open issues on our GitHub repository.
License
This project is licensed under the MIT License — see the LICENSE file for details.
Support
- Open an issue on GitHub
- Visit www.vidyano.com
- Contact us at support@vidyano.com
Copyright © 2025 2sky NV. All rights reserved.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 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 is compatible. 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. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Newtonsoft.Json (>= 13.0.4)
-
net10.0
- Newtonsoft.Json (>= 13.0.4)
-
net8.0
- Newtonsoft.Json (>= 13.0.4)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Vidyano.Core:
| Package | Downloads |
|---|---|
|
Vidyano.Script
Engine for the .visc Vidyano scripting format: parser, interpreter, guard layer, and programmatic session API on top of Vidyano.Core. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.68.0 | 116 | 7/17/2026 |
| 5.67.0 | 413 | 6/30/2026 |
| 5.66.0 | 229 | 6/22/2026 |
| 5.65.0 | 237 | 6/17/2026 |
| 5.64.0 | 224 | 6/16/2026 |
| 5.63.0 | 153 | 6/15/2026 |
| 5.62.0 | 162 | 6/12/2026 |
| 5.61.0 | 273 | 6/4/2026 |
| 5.60.0 | 145 | 6/3/2026 |
| 5.59.0 | 196 | 5/29/2026 |
| 5.58.0 | 142 | 5/28/2026 |
| 5.57.1 | 151 | 5/27/2026 |
| 5.57.0 | 143 | 5/27/2026 |
| 5.56.0 | 141 | 5/26/2026 |
| 5.55.0 | 241 | 5/5/2026 |
| 5.54.0 | 1,411 | 2/20/2026 |
| 5.53.0 | 673 | 11/24/2025 |
| 5.52.0 | 441 | 9/21/2025 |
| 5.51.0 | 1,387 | 3/12/2024 |
| 5.50.0 | 362 | 11/17/2023 |