Ashok Shettigar

Results 14 issues of Ashok Shettigar

hi, I am new to ES. So looking at simpler ways to create/maintain the mappings. GEM looks a good option to try out. But now that v5.x no longer supports...

Replace console.Write logging with ILogger using Microsoft logging extensions.

hi, I am trying to port an existing console app written in .Net FW 4.7 to .Net Core. Previously, we were simply using Console.Writeline to write everything for logging purpose....

question

hi, From the documentation, its not very clear, at least to me. Hence thought of getting it clarified. Is it possible to use this library by 2 independent processes? If...

hi, I am referring to below IBM blog on deploying a .Net Core app using DB2. https://community.ibm.com/community/user/hybriddatamanagement/blogs/vishwa-hs1/2021/12/01/deploying-db2-net-core-app-on-redhat-openshift Currently, they have provided example with a docker compose file, where they are...

hi, We have a .Net 6.0 console app that does batch processing and is targeted for Windows 64 bit. Within that process, I am invoking a custom Java library class...

hi, I am trying to see if I can reuse a model definition in multiple processes, with each process having its own copy of the collection data. Essentially, I am...

enhancement

Enhancement request (see [comment](https://github.com/mysql-net/MySqlConnector/issues/1375#issuecomment-1739822808)): fall back to matching columns by name instead of by ordinal. **Software versions** MySqlConnector version: 2.27 and 2.3.0-beta3 Server type (MySQL, MariaDB, Aurora, etc.) and version:...

enhancement

hi, I have an app that runs multiple instances of .Net windows Service (like Instance1, Instance2 etc) using same exe, but with different arguments. Now I am trying to add...

Upgrade to .Net 6.0 and above, along with dependencies