Skip to content

Build with Visual Studio

Ingo edited this page Jan 10, 2026 · 10 revisions

Building the YAF.NET v4.x.x Source with Visual Studio...

Pre-Requisites

  1. Visual Studio 2026 or higher
  2. .NET 10.0 SDK or higher
  3. Node.js

Execution

  1. Open YAF.NET-SqlServer.slnx in Visual Studio for the Ms Sql server Version (Or the YAF.NET-MySql.slnx, YAF.NET-PostgreSQL.slnx, YAF.NET-Sqlite.slnx depending on which database you want to use).
  2. Install (Restore) the node packages from the Solution Explorer

RestoreNpmPackages

  1. Run the Default Grunt Task to Compile the JS and CSS Files

taskrunner2

  1. Build the entire solution, or run the Web Project

Clone this wiki locally