Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Build with Command Line

Ingo edited this page Jan 10, 2026 · 8 revisions

Building the YAF.NET v4.x.x Source with the command line...

Pre-Requisites
  1. .NET 10.0 SDK or higher
  2. Node.js
Execution
  1. Install Node Packages from inside the ..\yafsrc\YetAnotherForum.NET folder install the node packages
> npm install
  1. Compile the JS and CSS files
> grunt
  1. Build the YAF.NET Source from the ..\yafsrc folder

for Ms SQL Server

> dotnet build YAF.NET-SqlServer.slnx

for MySQL

> dotnet build YAF.NET-MySql.slnx

for PostgreSQL

> dotnet build YAF.NET-PostgreSQL.slnx

for SQLite

> dotnet build YAF.NET-Sqlite.slnx

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.