Solution-Wide Default Theme β `Directory.Build.props` (v1.48.0)
Set a default diagram theme for the entire solution without touching individual [ResultFlow] attributes. Add to Directory.Build.props (or any .csproj):
<PropertyGroup>
<ResultFlowDefaultTheme>Dark</ResultFlowDefaultTheme>
</PropertyGroup>
Priority chain:
[ResultFlow(Theme = Dark)] β method attribute β always wins
β
<ResultFlowDefaultTheme>Dark</...> β Directory.Build.props / .csproj
β
Light β built-in default
Accepted values: Light (default), Dark (case-insensitive). Applies to both REslava.Result.Flow and REslava.ResultFlow.