Mikhail Barg
Mikhail Barg
Если на сайте http://kb.clrium.ru/ru/readme.html нажать любую ссылку, например [Общие слова](http://kb.clrium.ru/ru/Memory/01-00-MemoryManagement-Intro.html), то открывается страничка 404 
C# 9.0 syntax allows now to declare reference types as 'records' which is a nice syntax sugar for (immutable) data-container classes. There's a way to declare a record type as...
Do you have plans for supporting upcoming EF7/Core? I'm writing a new application, and would like to both use the newest EF version (even though it's still a pre-release) and...
Hi, as you may see at https://github.com/sipsorcery-org/sipsorcery/blob/afb3cd3b7f0f05df109aaea4faa9b23650902803/src/core/SIP/SIPTransport.cs#L1080 a task returned from `SIPTransportRequestReceived()` is neither awaited, nor returned or checked in any other way, so in case exception happens in the...
I'd like to re-open the problem raised here: https://github.com/aaubry/YamlDotNet/issues/368 The proposed solution with custom tags does basically work, but it has the problem [explained by @rcdailey](https://github.com/aaubry/YamlDotNet/issues/368#issuecomment-1689074678): the `INodeDeserializer.Deserialize` method should...
https://osquery.io/ https://github.com/osquery/osquery
Добрый день. Портировал вашу модель на C# — https://github.com/mikhail-barg/RusstressNet
Коллеги, скажите, какие планы по поводу обновления до версии 1.0? petrovich/petrovich-ruby#48
Hi, we've been using IronMeta in production for a while now, and are pretty happy with it (even more after #24). Thanks for the project! Currently we are looking towards...
Hi, we just stumbled on a problem with `SIPRegistrationUserAgent` when `exitOnUnequivocalFailure` is set to `true`, which is default. So when a failure happens, the `m_exit` variable is set to `m_exitOnUnequivocalFailure`...