Grigory

Results 6 issues of Grigory

**Versions:** .NET Core 3.1 Serilog 2.9.0 Serilog.Sinks.ElasticSearch 8.1.0 **Change in ElasticSearch 8.0** https://www.elastic.co/guide/en/elasticsearch/reference/current/removal-of-types.html **Code that needs change:** If I set TypeName to null (so that it doesn't get into resulting...

Hi, I noticed that before dotnet-svcutil we wrote classes by hand, and models contained ~10-15times less lines. All properties were auto-properties. Eg, our hand-written model is 62 lines, and generated...

triaged

Hi everyone, Is there a way to do subj? I tried adding following to my .csproj, but it didn't help. `71562` Also i tried adding `/p:nowarn=71562` to `dotnet build` and...

question

We do deploy multiple envs in one build and its pretty convenient. List of envs is a **Select** parameter. Values are comma separated (but its configurable) ![image](https://user-images.githubusercontent.com/1737207/104236073-fc3a2b00-5466-11eb-9f08-2e3b10f930c9.png) ![image](https://user-images.githubusercontent.com/1737207/104236174-2390f800-5467-11eb-9015-94eba142fef0.png)

**Console output:** ``` FAIL src/util/dateTimes.test.js ● time is formatted to the correct time zone expect(received).toBe(expected) // Object.is equality Expected: "7:30:00 pm" Received: "6:30:00 pm" 28 | let timeToday = date...

### What happened? Hi, First of all - huge thanks for the tool. It lets projects get out of per-core licensing burden and try amazing open source database with baby...

enhancement