Vyacheslav Avdeev

Results 46 comments of Vyacheslav Avdeev

I want to add one more point. Something has changed after @kekekeks `using` fix. My message above is from repo I shared earlier. But in our commercial system I see...

@maxkatz6 @kekekeks looks like I found what is wrong now. I get [master_A2Z.zip](https://github.com/AvaloniaUI/Avalonia/files/13197489/master_A2Z.zip) repro, run `dotnet restore` and run the following script: ``` Set-Location 'folder path for master_A2Z'; $Iteration =...

@buzzware > 11.0.5 or which nightly? we are using some nightly revision. everything looks good, but we are waiting for 11.0.6 to have additional safety.... @timunie > if anyone has...

@timunie > I only have windows I have windows too, and my repro (which includes powershell script) is for windows too. Noone confirm or rejected that the repro (https://github.com/AvaloniaUI/Avalonia/issues/5294#issuecomment-1790239889) has...

@timunie sorry to bother, but I don't follow.... this issue had been closed and then reopened again because nightly builds fix the problem only with `-m:1` build key, which means...

@tuscen > If you have the necessary knowledge and are willing to help I'll be very grateful unfortunate, I'm is in same position, my ISG suffers from this disease too...

@NikolayPianikov you may benefit from incrementability test (see the reference above) and from new articles of Andrew Lock (this is about pipeline building and what to allowed to inject in)....

@ekalchev > How bad is the performance? I did not estimate. > about visual studio freezing yeah, we are talking about IDE experience only. It is the main sufferer. Please...

@ekalchev > Other type of generators should be run only during build AFAIK there are 2 types of SG: incremental and the old `ISourceGenerator`. The latter have same weakness, they...

Switching to msbuild stage has huge drawbacks and (from my pov) is not an option. one will no access to roslyn metadata inside msbuild step, so it will be necessary...