Rodney Richardson
Rodney Richardson
This could be helpful to generate the purl value: https://github.com/package-url/packageurl-dotnet
WORKAROUND: Disable formatting around the statement using `MBD:Format:Off` and re-enable with `MDB:Format:On`
I believe `/` is a valid cross-platform path separator. This would only need to flag `\` as a potential cross-platform issue.
I think this issue can be closed. In fact, I'll do it now.
Similarly, it doesn't get the `end` correct (indents it too far). WORKAROUND: Use the `formatFile` function instead,
I use the following (not using a visitor): ``` public static class ConversionHelper { public static string ConvertToUpperCamelCase(string input, bool firstCharacterMustBeAlpha) { if (String.IsNullOrEmpty(input)) { return String.Empty; } input =...
I have TwinCAT Engineering (XAE) installed on Windows 10, and am using it to write my PLC code. I would like to run that PLC code on the softBeckhoff PLC...
Thanks, but I'm having a few problems with this. Looking at the start-up log in the docker container, I see the following: ``` Local System: SoftBeckhoff, 192.168.1.20.1.1, 172.17.0.2 Configured routes:...
Hi, Thank you for your advice, but I'm afraid I still can't get this to work on my setup. For now I'm going to use the Beckhoff XAR on a...
@microsoft-github-policy-service agree