Tom Glastonbury
Tom Glastonbury
Hi Jaroslaw, 1. I noted that the ability to specify case sensitivity was present in the deprecated "whenEquals" (etc) conditions, but not in the newer "when" condition. So I've added...
I suspect that this is a Windows Containers problem, not a TeamCity problem, but I'm also logging it here as it may affect fellow users. I have had to abandon...
The `Dockerfile` sets `NUGET_XMLDOC_MODE=skip`. I can see that this would help performance. However, I can find no general TeamCity documentation that advises making this change on build agents. Therefore it...
This is with current head of master f6787c08d76ca761eee3d103f43c4289bbb4d3cb, running in VS 16.11.7. Packaging issue suspected, I'm investigating.  ``` System.MissingMethodException : Method not found: 'System.String ErrorProne.NET.StructAnalyzers.ExplicitInParameterAnalyzer.get_DiagnosticId()'. at ErrorProne.NET.StructAnalyzers.ExplicitInParameterCodeFixProvider.get_FixableDiagnosticIds() at Microsoft.CodeAnalysis.CodeFixes.CodeFixService.GetAndTestFixableDiagnosticIds(CodeFixProvider...
At current HEAD of master, it's this (literally): ``` { "sdk": { > Stashed changes } } ``` Which version should it be?
**Describe the bug** For some of my prints, as part of my pre-print toolchain, I modify the gcode output from PrusaSlicer using my own custom software to add a sequence...
I suggest that calling `Invoke` on an `IMethod` directly, without using `With( InvokerOptions )` should report a diagnostic warning. This is in the spirit of more modern C# globalization warnings...
Enter what type of printer or upgrade the enhancement applies to. **Printer type** - [XL] **Describe the expected functionality** Under Settings->Tools->Tool->Nozzle Diameter, only sizes up to 1.0mm can be selected....
This PR includes the changes in PR #23 as they were also relevant to my use case. See the Test Configuration -> Tool Number setting.
Resolves #24. See the Test Configuration -> Randomize Test Order and Randomize Test Order Seed settings. FYI, my [develop branch](https://github.com/tg73/flow-calculator/tree/develop) has merged PR #23, PR #30 and this PR.