You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compile now builds the server assembly, not just static content. Previously Compile ran only BuildConfiguration -force=False, which regenerates client static content but never compiles the server C# assembly (conf/bin). Compile now runs RegenerateSchemaSources first, so the server assembly is actually produced: