Vyacheslav Avdeev
Vyacheslav Avdeev
@NinoFloris @roji like @EvgkvOutlook, I am also interested in supporting `pguint` in `npgsql`. In my case we want to keep database as smaller as possible and want to use `uint1`...
@ekalchev Hello. > Does JIT compilations times outweigh performance penalty of using reflection? No, it does not outweigh , of course. Reflection is completely out of scope because its horrible...
@xin9le I would love this feature too! :)
let me add few cents here. may be I miss the point, but adding some extension settings into the existing `user` file is not good in all cases. I can...
Hi! We have faced with this issue too. To be honest every 3rd compilation pipeline fails on our compilation servers so the working process has stopped with endless reruns. We...
We can easily reproduce it with the following powershell script ``` Set-Location 'folder of sln file'; $Iteration = 0; while(1) { [System.Console]::WriteLine('Iteration: ' + $Iteration + ', Now: ' +...
As I can understand, we see some kind of race condition at the line https://github.com/AvaloniaUI/Avalonia/blob/master/src/Avalonia.Build.Tasks/CompileAvaloniaXamlTask.cs#L35 where `OriginalCopyPath` is `$(IntermediateOutputPath)/Avalonia/original.dll` and that `file is being used by another process`. what is...
@kekekeks @maxkatz6 or other maintainers: here is almost 100% repro , the root cause is the multilply `root` projects, all of them is referencing (via others csprojes) to `BBBBBB` project,...
@maxkatz6 I switch my repro sln to the version `11.1.999-cibuild0041387-beta` and see the following log ``` PS C:\temp> .\msbuild_mk.ps1 Iteration: 0, Now: 10/31/2023 08:53:59 Iteration: 1, Now: 10/31/2023 08:54:37 Iteration:...
@maxkatz6 @kekekeks the bug has returned.  I decompiled (dotpeek) the file `C:\Users\\.nuget\packages\avalonia\11.1.999-cibuild0041411-beta\tools\netstandard2.0` and recent fix is in place:  Please reopen this issue. We need your help again :(...