Surity.BepInEx
1.0.0
.NET Core 3.1
This package targets .NET Core 3.1. The package is compatible with this framework or higher.
.NET Framework 4.7.2
This package targets .NET Framework 4.7.2. The package is compatible with this framework or higher.
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 Surity.BepInEx --version 1.0.0
NuGet\Install-Package Surity.BepInEx -Version 1.0.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="Surity.BepInEx" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Surity.BepInEx --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Surity.BepInEx, 1.0.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.
// Install Surity.BepInEx as a Cake Addin #addin nuget:?package=Surity.BepInEx&version=1.0.0 // Install Surity.BepInEx as a Cake Tool #tool nuget:?package=Surity.BepInEx&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Surity
Unit-testing framework for Unity mods.
Writing tests
using Surity;
[TestClass]
public class MyTests
{
[BeforeAll]
public void SetUp()
{
// Ran before all tests in this class
}
[AfterAll]
public void TearDown()
{
// Ran after all tests in this class
}
[BeforeEach]
public void TestSetUp()
{
// Ran before each test in this class
}
[AfterEach]
public void TestTearDown()
{
// Ran after each test in this class
}
[Test]
public void TestSomething()
{
// Throw an error to fail. Use your favourite assertion library.
}
}
Running tests
Run tests with
Surity.exe <path-to-game-exe>
The program runs the game and listens for test results.
If you use the BepInEx modding framework, you can add the Surity.BepInEx
NuGet package as a dependency to your test project. The Surity.BepInEx
package is a BepInEx plugin which runs all loaded Surity tests if the game was started with Surity.exe
.
Refer to Surity.BepInEx.cs if you need or want to invoke the test runner manually.
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 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 | netcoreapp3.1 is compatible. |
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.1
- Surity.Core (>= 1.0.0)
-
.NETFramework 4.7.2
- Surity.Core (>= 1.0.0)
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 |
---|---|---|
2.2.0 | 341 | 5/21/2023 |
2.1.4 | 167 | 5/21/2023 |
2.1.3 | 202 | 4/26/2023 |
2.1.2 | 220 | 4/24/2023 |
2.1.1 | 218 | 4/16/2023 |
2.1.0 | 203 | 4/15/2023 |
2.0.1 | 214 | 4/5/2023 |
2.0.0 | 196 | 4/4/2023 |
1.1.2 | 224 | 3/27/2023 |
1.1.1 | 229 | 3/21/2023 |
1.1.0 | 248 | 3/21/2023 |
1.0.4 | 258 | 3/10/2023 |
1.0.3 | 274 | 3/9/2023 |
1.0.2 | 276 | 3/9/2023 |
1.0.1 | 259 | 3/8/2023 |
1.0.0 | 271 | 3/6/2023 |