MCDis
MCDis
Hello! You are doing a great job. Thanks you I have a problem... all files are in RAM and scripts use 'require' How can I serve these files directly from...
add to ```Native``` methods: ```git_cred_ssh_key_new``` and wrap it or open ```GitCredentialHandler``` in ```Credentials``` class: ``` public abstract class Credentials { protected internal abstract int GitCredentialHandler(out IntPtr cred); } ``` remove...
Dear Johnson! Can you tell me if I can export the generic interface given the constraints? Example: ```csharp _.Export(typeof(ConfProvider)).As(typeof(IObservable).WithConstaints.Lifestyle.Singleton() ``` I want to bind `IObservable where IMsg` to `ConfProvider`
Like: ```c# Container = new DependencyInjectionContainer(_ => { _.Behaviors.ConstructorSelection = ConstructorSelectionMethod.Dynamic; // < -- Like that }); ``` But for property. Locate type with **[Import]** attribute in sub container doesn't...
Диаграмма состояний и возможные переходы, позволят проще понять модель Спасибо
**Elastic.Clients.Elasticsearch version**: 8.12.0 **.NET runtime version**: v8.0.101 **Operating system version**: Windows 11 **Description of the problem including expected versus actual behavior**: When NativeAOT mode is enabled, data cannot be sent...
Net 8 is coming out soon and adds native AOT. Trim annotation is required for the trimmer to work correctly. Thanks again for the great work you do.
```csharp public class Log : ILog { public Log(string _scope) { Scope = _scope; } public string Scope { get; } public ILog this[string _subScope] => new Log($"{Scope}/{_subScope}"); public string?...
Add **CancellationToken** to all **async** operations: * IRestChannel.PublishAsync * IRestChannel.HistoryAsync ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/ECO-4519) by [Unito](https://www.unito.io)
Allow to send raw jtoken/jobject instead object in IRestChannel.PublishAsync ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/ECO-4521) by [Unito](https://www.unito.io)