kasperk81

Results 152 comments of kasperk81

> /Users/runner/work/1/s/test/UnitTests.proj(109,5): error MSB3030: Could not copy the file "/Users/runner/work/1/s/artifacts/tmp/Release/NuGet.config" because it was not found. > ##[error]test/UnitTests.proj(109,5): error MSB3030: (NETCORE_ENGINEERING_TELEMETRY=Build) Could not copy the file "/Users/runner/work/1/s/artifacts/tmp/Release/NuGet.config" because it was not...

i think `new object[] { ToolsetInfo.NextTargetFramework },` lines should be just removed. at no point we can actually use it. not during the whole year or at this time of...

ci checks passed @marcpopMSFT https://github.com/dotnet/roslyn/pull/75795 is making roslyn net5+ to roslyn version mapping dynamic, which warns during msbuild:LangVersion binding in template engine, until that target is updated. with dynamic approach,...

note: the first one is same as `UTF-8 code units` except space is replaced by \x

https://github.com/conan-io/conan-center-index/issues/17142#issuecomment-1520044126 (and this is for arch=x86_64) > Apologies you are experiencing this - the QtWebEngine is not built by default by our CI service (it's unlikely it's required by most...

https://github.com/search?q=FT_Get_BDF_Property+undefined&type=issues something tells me it's not the first time this error is seen, and not for a specific arch (reported against x64 and arm64). see @vejmartin comment https://github.com/microsoft/vcpkg/issues/11985#issuecomment-646473111. so it...

> `Carsh Log: libSkiaSharp.so: undefined symbol: uuid_parse` > > how to deal with this? install `libuuid`

ciru can dump the running process using pid. `ciru dump `, which is similar to `gdb -p ` i am looking for the *other* option as well where ciru would...

hey, i used this as an alternative to gdb’s missing time travel debugging for multi-threaded processes. when my process crashes early, i can walk the stack backwards to pinpoint the...

.net9 work can be a separate pr from this one.