ProgesiRepositories.InMemory
0.0.33-beta.1
This is a prerelease version of ProgesiRepositories.InMemory.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package ProgesiRepositories.InMemory --version 0.0.33-beta.1
NuGet\Install-Package ProgesiRepositories.InMemory -Version 0.0.33-beta.1
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="ProgesiRepositories.InMemory" Version="0.0.33-beta.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ProgesiRepositories.InMemory" Version="0.0.33-beta.1" />
<PackageReference Include="ProgesiRepositories.InMemory" />
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 ProgesiRepositories.InMemory --version 0.0.33-beta.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ProgesiRepositories.InMemory, 0.0.33-beta.1"
#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 ProgesiRepositories.InMemory@0.0.33-beta.1
#: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=ProgesiRepositories.InMemory&version=0.0.33-beta.1&prerelease
#tool nuget:?package=ProgesiRepositories.InMemory&version=0.0.33-beta.1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ProgesiRepositories.InMemory
In-memory repository implementation for Progesi. Great for tests and prototypes. ## Install dotnet add package ProgesiRepositories.InMemory
## Quick start csharp using ProgesiCore; using ProgesiRepositories.InMemory; var repo = new InMemoryVariablesRepository(); repo.Save(new ProgesiVariable("Span", 35.0)); var v = repo.Get("Span"); Console.WriteLine(v.Value);
## Links - NuGet: https://www.nuget.org/packages/ProgesiRepositories.InMemory
ProgesiRepositories.InMemory
Parte della suite Progesi.
Installazione:
dotnet add package ProgesiRepositories.InMemory
Repository: https://github.com/GianlucaProgesi/Progesi License: MIT
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.8
- ProgesiCore (>= 0.0.33-beta.1)
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 |
---|---|---|
1.0.32 | 65 | 9/6/2025 |
1.0.29 | 60 | 9/6/2025 |
1.0.28 | 60 | 9/6/2025 |
1.0.27 | 64 | 9/6/2025 |
1.0.26 | 66 | 9/6/2025 |
1.0.25 | 62 | 9/6/2025 |
1.0.21 | 141 | 9/3/2025 |
1.0.20 | 140 | 9/3/2025 |
1.0.19 | 139 | 9/3/2025 |
1.0.18 | 132 | 9/3/2025 |
1.0.16 | 135 | 9/3/2025 |
1.0.0 | 135 | 9/3/2025 |
0.0.33 | 64 | 9/6/2025 |
0.0.33-beta.1 | 50 | 9/6/2025 |