e.k.

Results 7 comments of e.k.

I'm on Windows 10 Enterprise 20H2 (19042.804) and am seeing this issue. Have to `taskkill` the service's executable during every build to allow it to complete.

Looks like this was fixed with #4284. I'm not able to repro anymore.

I did a bit of investigation here, and I believe I found the problematic area; however, I don't know how profoundly changing this part of the code would affect other...

@hartra344 I believe this should be our full list of locales. We do get users from other locales as well, but this is the full list that we have localized...

> It could be this PR [#5980](https://github.com/Azure/LogicAppsUX/pull/5980) which PA doesn't have in their repo @Eric-B-Wu We actually took this fix back in January and it was available to all users...

I think this is because `operationLiteral` is based on `operation` which has been converted to `notcontains`. I think the `operationLiteral` needs to retain the `not(contains(` structure (and `endingLiteral` needs the...

What's interesting is that if I make a change to resolve the above, it explicitly runs into a test case that is expecting `notcontains`: [`helper.spec.ts:3504`](https://github.com/Azure/LogicAppsUX/blob/36699ad1df8e3a72fff8f198f75834bc9d88fb80/libs/designer/src/lib/core/utils/parameters/__test__/helper.spec.ts#L3504) ![Image](https://github.com/user-attachments/assets/624a33b2-0993-40fc-9c8f-7718a88f377d)