We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce60e2a commit 116eef5Copy full SHA for 116eef5
roles/lib/files/FWO.Services/AppServerComparer.cs
@@ -35,7 +35,7 @@ public int GetHashCode(ModellingAppServerWrapper appServerWrapper)
35
36
public int GetHashCode(ModellingAppServer appServer)
37
{
38
- string appServerName = AppServerHelper.ConstructSanitizedAppServerName(appServer, NamingConvention).Trim();
+ string appServerName = AppServerHelper.ConstructSanitizedAppServerName(appServer, NamingConvention).ToLower().Trim();
39
return HashCode.Combine(appServerName);
40
}
41
0 commit comments