无国籍 Visual Studio 2015
Stateless with Visual Studio 2015
是否可以在不使用 .NET Core 的情况下将无状态与 Visual Studio 2015 一起使用?
https://github.com/dotnet-state-machine/stateless
加载项目时,示例项目出现一些错误:
...\Code\stateless-dev\src\Stateless\Stateless.csproj : error : The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format. ...\Code\stateless-dev\src\Stateless\Stateless.csproj
手动将源文件添加到项目中也会报错:
任何指针?谢谢
他们只支持在VS 2017建造它:
Stateless runs on .NET 4.0+ and practically all modern .NET platforms
by targeting .NET Standard 1.0. Visual Studio 2017 is required to
build the solution.
您可以从 nuget - stateless 获取构建的库。
是否可以在不使用 .NET Core 的情况下将无状态与 Visual Studio 2015 一起使用?
https://github.com/dotnet-state-machine/stateless
加载项目时,示例项目出现一些错误:
...\Code\stateless-dev\src\Stateless\Stateless.csproj : error : The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format. ...\Code\stateless-dev\src\Stateless\Stateless.csproj
手动将源文件添加到项目中也会报错:
他们只支持在VS 2017建造它:
Stateless runs on .NET 4.0+ and practically all modern .NET platforms by targeting .NET Standard 1.0. Visual Studio 2017 is required to build the solution.
您可以从 nuget - stateless 获取构建的库。