Manfred Lange
Manfred Lange
# Steps to reproduce: 1. In Visual Studio 2017 create a new project to create a new project of type "Class library (.NET Standard)" to contain your tests 2. Edit...
# Steps to Reproduce 1. Create ASP.NET MVC project (old csproj file format) with targetFrameworkVersion 'v4.6.1' 2. Add nuget package RazorGenerator.MsBuild version 2.5.0 to the project 3. Add views to...
I tried this: ```typescript const responseMock = new Mock() .setup(instance => instance.status(422)); ``` which creates a mock of type `IPresetBuilder`. When I try this: ```TypeScript const responseMock = new Mock()...
I have a simplistic express application that uses a top-level await. Typescript is happy. Running the app works fine. Running the tests is fine. I found the setting `jestrunner.jestCommand` to...
I have an excel file with about 1500 rows. the spreadsheet has 19 columns A to S. Column M has a numerical value calculated by a formula. Column N adds...
We have a large number of mocha tests (several thousands) in a repository. When opening the workspace for that repo mocha-test-adapter tries to load the tests but fails with the...
My repository root is at location /work The app using Vite is at /work/app I tried setting the base path for opening the app (`Base path for open the app`)...
The following code in a migration (Up() or Down()) works with Postgres but throws a null reference exception with SQL Server: Delete.Index(NameIndex); For SQL Server this needs to be: Delete.Index(NameIndex).OnTable(TableName);...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When I add @alpacahq/alpaca-trade-api version 3.1.2 (newest as of writing) as...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When installing the package `@alpacahq/alpaca-trade-api` the package manager reports the following...