跳到主要内容
版本:2.x

自行构建

要求

  • .NET SDK >=8.0

编译

dotnet build

一键发布单文件版本

# 仅Windows
./src/Scripts/publish.bat

运行单元测试

dotnet test src/Serein.Tests
备注

其中有部分薛定谔的单元测试在某些时候可能不通过,单独运行即可通过

包括但不限于:

  • Serein.Tests.Services.NetPlugin.EventTests.ShouldInvokePluginLoadedEvent
  • Serein.Tests.Services.NetPlugin.EventTests.ShouldInvokeServerEvent
  • Serein.Tests.Services.Server.ConfigurationTests.ShouldOutputToFile