EasyAccept.Core 1.3.0

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

EasyAccept - C#

EasyAccept is a tool to automate acceptance testing for your project in an easy way. All you have to do is to provide test scripts written in simple, client-readable commands, and a Facade to your program. EasyAccept does the rest for you.

It's a C# implementation of the original EasyAccept, written in Java: https://sourceforge.net/projects/easyaccept/

How to contribute

To contribute to this project, you can fork this repository and submit a pull request with your changes. We will review your code and merge it if it's good. You can also submit issues if you find any bugs or have any suggestions.

Updating the grammar

We use the ANTLR4 library to parse the test scripts, with all the code writed on easyscript-antlr4 repository. So, priorize edit the original repository instead the git submodule.

The grammar is defined in the EasyScript.g4 file. If you want to update the grammar, you can do so by editing this file and running ./update-grammar.sh to generate the parser. Running the script, the required ANTLR4 library will be downloaded and the parser will be generated. You will need to have Docker installed to run the script.

Release Notes

To see the release notes, check the CHANGELOG.md file.

Product Compatible and additional computed target framework versions.
.NET 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 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.

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.3.0 79 2/6/2026
1.2.0 111 2/1/2026
1.1.1 90 1/30/2026
1.1.0 89 1/28/2026
1.0.4 90 1/27/2026
1.0.3 87 1/27/2026
1.0.2 83 1/27/2026
1.0.1 82 1/27/2026
1.0.0 86 1/27/2026