rcocks-hl
rcocks-hl
Hi, I'm having an issue where trying to running nunit3-console is failing with the error `.NETStandard test assemblies are not supported by this version of the engine`. command "".\..\NuGet.packages\NUnit.ConsoleRunner.3.10.0\tools\nunit3-console.exe" --skipnontestassemblies...
## Bug report ### Current Behavior When compiling with a reference to formik 2.4.5 I get the following error: ``` node_modules/formik/dist/connect.d.ts:2:8 - error TS1259: Module '"/node_modules/@types/hoist-non-react-statics/index"' can only be default-imported...
Hi, I've run into a significant performance problem. Profiling is showing a large amount of time spent running a fairly simple DELETE query: The Query definition is: DELETE FROM [SchemaName].[TableName]...
Hi, Is there a way to initialize the preview and the "generate" with a different setting for `maxTextSize`? I'm running into an issue which apparently can be resolved by increasing...
## Description When I run: dotnet test -v:q --logger "console;verbosity=minimal" --settings .\.runsettings Then I get quiet build logging and normal verbosity logging. But when I drop the `--logger` switch and...