dev -> main
.NET Build and Publish / build-connectors (push) Has been cancelled
.NET Build and Publish / deploy-installers (push) Has been cancelled

dev -> main
This commit is contained in:
Björn Steinhagen
2026-03-19 17:15:49 +02:00
committed by GitHub
@@ -191,7 +191,8 @@ internal sealed class RevitParametersBinding : IParametersBinding
{
rawPath = rawPath[11..];
}
else if (rawPath.StartsWith("parameters.", StringComparison.InvariantCultureIgnoreCase))
if (rawPath.StartsWith("parameters.", StringComparison.InvariantCultureIgnoreCase))
{
rawPath = rawPath[11..];
}