ARCtrl.Contract 2.0.0-alpha.2

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

// Install ARCtrl.Contract as a Cake Tool
#tool nuget:?package=ARCtrl.Contract&version=2.0.0-alpha.2&prerelease

ARC helper functions for contracts management.

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 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. 
.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 ARCtrl.Contract:

Package Downloads
ARCtrl

Library for management of Annotated Research Contexts (ARCs) using an in-memory representation and runtimer agnostic contract systems.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0-alpha.3 41 4/22/2024
2.0.0-alpha.2 52 4/5/2024
2.0.0-alpha.1 36 4/5/2024
1.2.0 141 3/8/2024
1.1.0 151 2/15/2024
1.0.7 398 1/30/2024
1.0.6 136 1/26/2024
1.0.5 149 1/17/2024
1.0.4 124 1/15/2024
1.0.3 108 1/15/2024
1.0.2 172 1/9/2024
1.0.1 627 12/21/2023
1.0.0 191 12/21/2023
1.0.0-beta.9 101 11/28/2023
1.0.0-beta.8 73 11/23/2023
1.0.0-beta.7 78 11/21/2023
1.0.0-beta.6 57 11/20/2023
1.0.0-beta.5 60 11/16/2023
1.0.0-beta.4 67 11/3/2023
1.0.0-beta.3 61 11/3/2023
1.0.0-beta.2 98 10/30/2023
1.0.0-beta.1 70 10/27/2023
1.0.0-alpha9 124 10/6/2023
1.0.0-alpha8 104 9/27/2023
1.0.0-alpha7 130 9/22/2023
1.0.0-alpha6 102 9/21/2023
1.0.0-alpha5 92 9/20/2023
1.0.0-alpha4 98 9/19/2023
1.0.0-alpha3 168 9/4/2023
1.0.0-alpha2 112 8/14/2023
1.0.0-alpha10 228 10/10/2023
1.0.0-alpha1 115 8/3/2023

Additions:
update prerelease mechanism
Merge pull request #337 from nfdi4plants/ToStringOverrides
Add ToString overrides for study/investigation
Merge pull request #336 from nfdi4plants/xlsxcontroller
Finalize io controller types for fable :sparkles:
rmv old code :fire:
Merge pull request #335 from nfdi4plants/oa_equality
Rename to toStringObject
add README.md reference to setup.cmd
Simplify OntologyAnnotation hashcode and equality :white_check_mark:
Add setup script for windows :construction_worker:
Merge pull request #330 from nfdi4plants/arctrl_rework
set test with umlauten pending for python
Add ro-crate write tests :white_check_mark:
add some more schema validation tests
add native python tests :white_check_mark:
Make js native tests pass :heavy_check_mark:
update github CI
rmv leftover folder :fire:
Finish json (for now :construction:)
start reworking tests for js and py
move ARCtrl contract tests to Contract test project
move template json tests to json test project
more work on json :construction:
reduce test spreadsheet metadata matching reduction of parser logic
More work on json tests :construction:
Add custom ToString for OntologyAnnotation :art:
Start working on tests :construction:
distribute template across appropriate projects
Add fable json import type #324 #285
add ARC RO-Crate serialization
finish investigation ro-crate
finish moving template json :sparkles:
Finish compressed json logic :sparkles:
Start moving Arc Json logic :construction:
rework ARCAssay and ArcStudy ISAJson serialization
rework ROCrate process serialization
Start with component logic rework :construction:
finish up ISA-JSON conversion for process types :sparkles:
Finish json table logic :sparkles:
Finish json for shared types :sparkles:
start reworking arctrl.json process serialization
Start workin on new Json API layer :construction:
start reworking ARCtrl.json project
rework ARCtrl.Spreadsheet according to datamodel changes
rework ARCtrl.Core types to improve transpiled javascript
restructure ARCtrl.Core (former ARCtrl.ISA) project
restructure project
move all filesystem information into filesystem project
move UIHelper function into compositecell
add addtionalType to ProcessParameterValue
WIP :construction:
Updated tests for jsonld readers. Investigation test still wip.
adapted json export tests for new ro-crate export (Investigation still open)
new ro-crate export and context files
WIP :construction:
WIP :construction:
Updated tests for jsonld readers. Investigation test still wip.
adapted json export tests for new ro-crate export (Investigation still open)
new ro-crate export and context files
Merge pull request #325 from nfdi4plants/performanceReport
several minor adjustments according to change request
update readme with performance report and python links
move performance report into speedtest project
move performance report build targets and create first reports
first draft of performanceReport target
Merge pull request #323 from nfdi4plants/update_js_docs
Update
Merge pull request #320 from nfdi4plants/python_integration
update documentation and add python docs
Merge pull request #317 from nfdi4plants/python_integration
small change to semver in npm
Deletions:
remove erroneous exe output type from testingutils
Bugfixes:
fix non utf8 json output #334
rmv code circumventing fable python bug :fire:
fix OntologyAnnotation Hashcodes :bug:
Fix json tests :heavy_check_mark:
hotfix js schema validation in tests
Fix all warnings by burning unused fable reflection helpers :fire:
Fix test tasks still using mocha
fix json parsing DateTime issues
several python test fixes
move and fix template hashcode and equality tests
Template fixes against json and core tests
move and fix spreadsheet Template tests
fix component name conversion
fix arctrl.core tests and equality of reworked objects
fix rocrate sample and protocol handling
fix rocrate assay serialization
fix wrong encoder/decoder calls :sparkles:
fix arctrl.core tests
fix multiple issues with ro-crate json encoding :bug:
Added fromJsonldString for all ISA-JSON types. Also fixed some bugs.
fix build chain for linux
fix tests :bug: