David Peters
David Peters
Another workaround would be to extend the Worksheet interface... put this into a `.d.ts` file: ``` import { DataValidation } from "exceljs"; declare module 'exceljs' { export interface DataValidations {...
"Introduce field" is probably the number one resharper refactoring that I use! I'd love to see it here.
I was having the same trouble because I installed nvs from chocolatey which only has v1.5.2. That version does not look for `.nvmrc`, only `.node-version`. Installing the latest version, 1.6.2...
Does anyone have any workarounds for this? Our build system needs the System.Linq.Dynamic.Core bump in v3.10 but our workflow no longer works after v3.6.2, when the open telemetry stuff was...
I'd like to chime in on this issue as I'm seeing similar behavior. My workflow's pseudocode is like this: ``` StartWith Saga StartWith Then Decide BranchA -> StartWith BranchB ->...
Hey Dan, I got what I believe to be a repro case for this bug, see the linked commit. Notice that my branches only have one path... kinda dumb. In...
What kind of logging can I enable to try and figure out this error? The logs produced by starting VS with `devenv.exe /Log` don't yield any useful results.
I've found a workaround for this one. This would apply to any sort of ClickOnce app where no matter what you get the dreaded "reinstall" message: ``` The publish components...
It looks like `/GenerateExceptionClasses:false` is being added twice to the CLI command that does the actual code generation; here's some sanitized failing build output from when I had `/GenerateExceptionClasses:false` in...
I agree, the workflow is frustrating after adding an object. After adding one my instinct is to then click on it to move it around but I wind up creating...