-
The verification of the following method fails, when it is compiled with the 'optimize code' compilation flag:
See the comment in the code sample.
```csharp
[DisplayWaitCursor]
private void Print_…
-
Здравствуйте,
Задача:
Запустить Alfresco с расширениями Alvex, что посмотреть на систему и определить, подходит ли она для наших нужд.
Что было сделано:
1. Запускаем PostgreSQL
```
# docker ru…
-
We use this package since today for doctrine cache and we are tested several edge cases.
If the Redis server is not reachable we got a 500 error:
```
Connection refused [tcp://localhost:6379]
``…
-
Hi @nomoregrapes : as discussed just now, there's a handful of files on OneDrive, Stage 6 Final > Test-040618
If these ingest OK, I'll let you have amended XML for the whole of volumes 14 and 15.
…
-
The master data like flight types must not be available when logout and login with other club user.
Currently, when first login with a user of club A, the master data are loaded from club A. When l…
-
Hi,
Below is my Repository code.
namespace iwms.Transactions.Repositories
{
using Serenity;
using Serenity.Data;
using Serenity.Services;
using System;
using System.Data…
-
The verification of the following method fails, when it is compiled with the 'optimize code' compilation flag:
```csharp
[DisplayWaitCursor]
private void TabControl_SelectionChanged(object sender, …
-
Hi,
I am getting **"Object Reference not set to instance of an object"** error from a repository query code but I am not sure why that is happening since objects in the repository code have been inst…
-
Hello,
I am new in event store and have an issue. The situation ist in the following:
-Enviroment: web api .net core 2 + eventstore
-Dependentcy injection:
`var eventStoreConnection = EventStoreC…
-
```
$search = InventoryQueryRequest::of();
$search->sort('masterData.staged.masterVariant.sku')->sort('id asc');
```
should produce a query with "..&sort=..sku&sort=id%20asc" and not "id asc" in t…
ghost updated
6 years ago