Tony Hallett

Results 47 issues of Tony Hallett

Sorry but do not have time to address myself but in case you are interested in. You do not mention runOnAdd in the docs https://github.com/SBoudrias/grouped-queue/blob/bd05f9fbed77a77a3020385de7cf7ba932645ab8/lib/queue.js#L13 This line is unnecessary https://github.com/SBoudrias/grouped-queue/blob/bd05f9fbed77a77a3020385de7cf7ba932645ab8/lib/queue.js#L121

e.g ScrollWindowEx which is in user32.dll

accepting-pr

Given ``` public class ToTest { public int BranchNotCovered(bool takeBranch) { string canBeNull = null; if (takeBranch) { canBeNull = "Not null"; } return canBeNull.Length; } public int BranchCovered(bool takeBranch)...

tenet-coverage
untriaged
stale

#### Bug description Callers to this method have warning VSTHRD010 ``` private void UpdateColoursFromFontsAndColors() { ThreadHelper.JoinableTaskFactory.Run(async () => { await ThreadHelper.JoinableTaskFactory.SwitchToMainThreadAsync(); var success = fontAndColorStorage.OpenCategory(ref categoryWithCoverage, storeFlags); if (success ==...

bug
analyzers

As per @BOnstwedder request > Last I was wondering if it were possible to set the target for opencover, as it would be nice to set this to our locally...

enhancement

Consider watching files to determine when gutters and report are no longer valid

If dotnet-reportgenerator-globaltool changes its internal data structure then the report window will no longer work

custom report

There is a docs issue on this page https://m3.material.io/styles/typography/tokens ![image](https://user-images.githubusercontent.com/11292998/152997059-b47b6fcd-9cd0-4a8e-8c2e-3ca64275a77d.png) Should be 500 instead of Roboto Medium for md.sys.typescale.body-small.weight Can someone point me to the repo - nothing in the...

## Description As per #1327. Binding no longer has properties for each "to" syntax call and activated and cache have also been removed. Binding now has a value provider that...

There is common code in each of the "to" methods. For instance ``` public toConstantValue(value: T): interfaces.BindingWhenOnSyntax { this._binding.type = BindingTypeEnum.ConstantValue; this._binding.cache = value; this._binding.dynamicValue = null; this._binding.implementationType = null;...