dzmitry-lahoda

Results 322 comments of dzmitry-lahoda

So you want .NET Framework 4.6.1 with full performance? Or will be OK with 4.7.2 or 4.8? Or if .NET Core 2+ is fast, but full framework of 4.7.2 and...

I think will replace array with memory locally if need that. And will wait to measure until release of .NET Full 4.8 and .NET Core 3.0 to see what is...

so this middleware will not work with SignalR? I.e. SignalR will be broken?

Request is not to decompile, but have a button which opens in ILSpy or renders ILSpy view inside NuGetPackageExplorer, i.e. integration. Similar request for integration was closed as request for...

@carlokok , can you point me to some article about > > .NET supports VTable entries and native (pe) I do some lib here(NRegFreeCom) and potentially could benefit from such...

yes, so it will depend on componentmodel. and may be using validation attributes support on ctor parameters us enough. so that when error is raised it looks noce in xaml...

i can do it, but only if i again will get to Unity3D project, not so soon so.

at least one example can be handy to provide patches for others:) Range is good target.

1. fork repo and find roslyn generator 2. find where it adds readonly and get. 3. find how configuration from attributed propagated into generator 4. added `ReadOnly = False` 5....

https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/struct#readonly-struct if i want readonly, i may mark stuct to be such. if I do not mark, I would have Value not readonly. i am thinking why to impose readonly...