Vidyano.Core 5.63.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Vidyano.Core --version 5.63.0
                    
NuGet\Install-Package Vidyano.Core -Version 5.63.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="Vidyano.Core" Version="5.63.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Vidyano.Core" Version="5.63.0" />
                    
Directory.Packages.props
<PackageReference Include="Vidyano.Core" />
                    
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 Vidyano.Core --version 5.63.0
                    
#r "nuget: Vidyano.Core, 5.63.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 Vidyano.Core@5.63.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=Vidyano.Core&version=5.63.0
                    
Install as a Cake Addin
#tool nuget:?package=Vidyano.Core&version=5.63.0
                    
Install as a Cake Tool

Vidyano.Core

NuGet NuGet Downloads License: MIT .NET .NET GitHub last commit

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 CLIdotnet 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 version

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


Copyright © 2025 2sky NV. All rights reserved.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
Loading failed