Richard Collette

Results 49 issues of Richard Collette

I was trying to follow the directions for using a Principal from the Readme of the inversify-express-utils and after struggling finally realized that the Readme is not in sync with...

I realize that this probably has nothing to do with a runtime security issue, but still such scan results are hard for developers to convince security admins that they should...

Nuget points to asyncfix.com as the project site but it doesn't work.

### Description When using FakeTimerProvider in unit tests, retries configured in a ResiliencyPipeline are not executed. The library maintainer believes the issue lies in FakeTimerProvider https://github.com/App-vNext/Polly/issues/1932 ### Reproduction Steps Please...

untriaged
area-fundamentals
bug

When importing in Node12+ with ECMAScript module support enabled ```typescript import * as jsonpatch from "fast-json-patch"; ``` You won't get a compile-time error from Typescript, but you will get a...

I'm running tests on an entire solution, as documented here: https://devblogs.microsoft.com/dotnet/whats-new-in-our-code-coverage-tooling/ My command line looks like: ```bash dotnet test --settings CodeCoverage.runsettings --collect "Code Coverage;Format=cobertura" --logger:"junit;LogFilePath=..\reports\unit-tests\;LogFileName={assembly}.test-result.xml;MethodFormat=Class;FailureBodyFormat=Verbose" --results-directory ./TestResults ``` I have...

We use bower with private hosted repos. It would be nice if this task would support pre-release alpha/beta formats like 0.0.1-alpha.7

I was wondering if you would consider switching to an MIT license. The AGPL license prevents organizations from using not only this library but other libraries that depend on it....

I am not able to run docker-index. I am getting the following error. ``` “docker-index” cannot be opened because it is from an unidentified developer. ```

enhancement

It should be a simple matter of adding the --declaration option to either the `tsc` or tsconfig.json file, since from the API documentation it appears that you are already using...

enhancement
EPS