Artyom M.

Results 62 comments of Artyom M.

Can we get more generic solution like it was mentioned here https://github.com/isc30/blazor-analytics/issues/16 instead of making such overloads, because covering all use cases will be hard, for example i want to...

Any repro code or details? Everything is working for me. This is implemented via `ReactiveValidationObject` and using `INotifyDataErrorInfo` for WPF and calls `ShowDialog()`. Make sure you using it via xaml...

Sorry to bump this... but this feature would be nice. I have been arguing with orleans dev that there should be ability for client to connect outside of k8. @galvesribeiro...

This repository is dead. We asked to give this repository to the @dotnet-foundation so that community could maintain it, but @nayato hasn't replied.

> Apparently, the project was only a port of the original netty, and will not go beyond its functionality. Why not create a fork in which you can add the...

@TailyFair custom as far as I understand. Same, dropped DotNetty as well from my project.

I also agree. There are a lot of pull requests that are just hanging. There is still lot of stuff to implement like compression etc.

That would be useful, I also want to use it for wpf/winform application without Microsoft.Extensions.Hosting

This is really necessary feature. I found the package in nuget and was hoping this is supported out of the box.

Nvm. Looks like changing it to this helped `return AppDomain.CurrentDomain.GetAssemblies().Select(assembly => assembly.GetType(typeName)).FirstOrDefault(t => t != null);`